The Input "#F0F" detected as "HEX".
| Color | ||
| websafe | Yes | |
| CSS3 Color names |
|
|
| HTML 4.01 Color name |
|
|
| Hex | #ff00ff | |
| Hex (short) | #f0f | |
| RGB | rgb(255,0,255) | |
| RGB in % | rgb(100%,0%,100%) | |
| CMY in % | C=0 M=100 Y=0 |
|
| CMYK in % | C=0 M=100 Y=0 K=0 |
|
| HSL | hsl(300,100%,50%) | |
| HSV | hsv(300,100%,100%) | |
| Rec. 601 luma | 105.315 | |
| Rec. 709 luma | 72.624 | |
| Rec. 2020 luma | 82.11 | |
| Grey scale (Rec. 601 luma) | #696969 | |
| Grey scale (Rec. 709 luma) | #494949 | |
| Grey scale (Rec. 2020 luma) | #525252 | |
| Complementary color | #00ff00 | |
| Decimal | 16711935 | |
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