Shades of Hot Magenta #F002C9
Tints of Hot Magenta #F002C9
RGB
CMYK
RGB Variations
Color information
#F002C9 (or 0xF002C9) is known color: Hot Magenta. HEX triplet: F0, 02 and C9. RGB value is (240,2,201). Sum of RGB (Red+Green+Blue) = 240+2+201=443 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.18% from 443); Green value is 2 (1.17% from 255 or 0.45% from 443); Blue value is 201 (78.91% from 255 or 45.37% from 443); Max value from RGB is 240 - color contains mainly: red. Hex color #F002C9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F002C9 is #0FFD36. Grayscale: #5F5F5F. Windows color (decimal): -1047863 or 13173488. OLE color: 13173488.
HSL color Cylindrical-coordinate representation of color #F002C9: hue angle of 309.83º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F002C9 is Cyan = 0, Magento = 0.99, Yellow = 0.16 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 2 | 201 | - |
| CMYK | 0 | 0.99 | 0.16 | 0.06 |
| HSL | 309.83º | 0.98% | 0.47% | - |
| HSV(B) | 309.83º | 0.99% | 0.94% | - |
| XYZ | 46.5 | 22.79 | 57.21 | - |
| YUV | 95.85 | 187.35 | 230.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 2 | 201 | 0 | 0.99 | 0.16 | 0.06 | 309.83 | 0.98 | 0.47 |
| Hex | F0 | 2 | C9 | 0 | 63 | 10 | 6 | 136 | 62 | 2F |
| Octal | 360 | 2 | 311 | 0 | 143 | 20 | 6 | 466 | 142 | 57 |
| Binary | 11110000 | 10 | 11001001 | 0 | 1100011 | 10000 | 110 | 100110110 | 1100010 | 101111 |
Color Harmonies of #F002C9
Complementary color
Monochromatic Colors of #F002C9
Black with #F002C9
Text Example
Text Example
White with #F002C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F002C9; }
p { color: rgb(240,2,201); }
H1.HeaderClassName
{
color: #F002C9;
}
.AnyTagClassName
{
color: #F002C9;
}
</style>
background-color css
<style>
a { background-color: #F002C9; }
a { background-color: rgb(240,2,201); }
div.DivClassName
{
background-color: #F002C9;
}
.BgClassName
{
background-color: #F002C9;
}
</style>
border-color css
<style>
span { border-color: #F002C9; }
span { border-color: rgb(240,2,201); }
td.TdClassName
{
border-color: #F002C9;
}
.TagClassName
{
border-color: #F002C9;
}
</style>