The Input "#F6C" detected as "HEX".
| Color | ||
| websafe | Yes | |
| Hex | #ff66cc | |
| Hex (short) | #f6c | |
| RGB | rgb(255,102,204) | |
| RGB in % | rgb(100%,40%,80%) | |
| CMY in % | C=0 M=60 Y=20 | |
| CMYK in % | C=0 M=60 Y=20 K=0 | |
| HSL | hsl(320,100%,70%) | |
| HSV | hsv(320,60%,100%) | |
| Rec. 601 luma | 159.375 | |
| Rec. 709 luma | 141.8922 | |
| Rec. 2020 luma | 148.2417 | |
| Grey scale (Rec. 601 luma) | #9f9f9f | |
| Grey scale (Rec. 709 luma) | #8e8e8e | |
| Grey scale (Rec. 2020 luma) | #949494 | |
| Complementary color | #009933 | |
| Decimal | 16737996 | |
The following inputs are converted automatically:
    X11 Color names
    example: DodgerBlue4
  
    #rrggbb; rrggbb; #rgb; rgb
    (HEX to RGB bzw. HEX2RGB)
    example: #4169E1
  
    rgb(r,g,b); r,g,b; rgb(r%,g%,b%); r%,g%,b%
    (RGB to HEX bzw. RGB2HEX)
    example: 106,90,205