Shades of Hot Magenta #F001CC
Tints of Hot Magenta #F001CC
RGB
CMYK
RGB Variations
Color information
#F001CC (or 0xF001CC) is known color: Hot Magenta. HEX triplet: F0, 01 and CC. RGB value is (240,1,204). Sum of RGB (Red+Green+Blue) = 240+1+204=445 (58% of max value = 765). Red value is 240 (94.14% from 255 or 53.93% from 445); Green value is 1 (0.78% from 255 or 0.22% from 445); Blue value is 204 (80.08% from 255 or 45.84% from 445); Max value from RGB is 240 - color contains mainly: red. Hex color #F001CC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F001CC is #0FFE33. Grayscale: #5F5F5F. Windows color (decimal): -1048116 or 13369840. OLE color: 13369840.
HSL color Cylindrical-coordinate representation of color #F001CC: hue angle of 309.04º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F001CC is Cyan = 0, Magento = 1.00, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 1 | 204 | - |
| CMYK | 0 | 1.00 | 0.15 | 0.06 |
| HSL | 309.04º | 0.99% | 0.47% | - |
| HSV(B) | 309.04º | 1% | 0.94% | - |
| XYZ | 46.85 | 22.91 | 59.08 | - |
| YUV | 95.6 | 189.18 | 230.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 1 | 204 | 0 | 1.00 | 0.15 | 0.06 | 309.04 | 0.99 | 0.47 |
| Hex | F0 | 1 | CC | 0 | 64 | F | 6 | 135 | 63 | 2F |
| Octal | 360 | 1 | 314 | 0 | 144 | 17 | 6 | 465 | 143 | 57 |
| Binary | 11110000 | 1 | 11001100 | 0 | 1100100 | 1111 | 110 | 100110101 | 1100011 | 101111 |
Color Harmonies of #F001CC
Complementary color
Monochromatic Colors of #F001CC
Black with #F001CC
Text Example
Text Example
White with #F001CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F001CC; }
p { color: rgb(240,1,204); }
H1.HeaderClassName
{
color: #F001CC;
}
.AnyTagClassName
{
color: #F001CC;
}
</style>
background-color css
<style>
a { background-color: #F001CC; }
a { background-color: rgb(240,1,204); }
div.DivClassName
{
background-color: #F001CC;
}
.BgClassName
{
background-color: #F001CC;
}
</style>
border-color css
<style>
span { border-color: #F001CC; }
span { border-color: rgb(240,1,204); }
td.TdClassName
{
border-color: #F001CC;
}
.TagClassName
{
border-color: #F001CC;
}
</style>