Shades of Hot Magenta #F002D9
Tints of Hot Magenta #F002D9
RGB
CMYK
RGB Variations
Color information
#F002D9 (or 0xF002D9) is known color: Hot Magenta. HEX triplet: F0, 02 and D9. RGB value is (240,2,217). Sum of RGB (Red+Green+Blue) = 240+2+217=459 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.29% from 459); Green value is 2 (1.17% from 255 or 0.44% from 459); Blue value is 217 (85.16% from 255 or 47.28% from 459); Max value from RGB is 240 - color contains mainly: red. Hex color #F002D9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F002D9 is #0FFD26. Grayscale: #616161. Windows color (decimal): -1047847 or 14222064. OLE color: 14222064.
HSL color Cylindrical-coordinate representation of color #F002D9: hue angle of 305.8º 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 #F002D9 is Cyan = 0, Magento = 0.99, Yellow = 0.10 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 2 | 217 | - |
| CMYK | 0 | 0.99 | 0.10 | 0.06 |
| HSL | 305.8º | 0.98% | 0.47% | - |
| HSV(B) | 305.8º | 0.99% | 0.94% | - |
| XYZ | 48.48 | 23.58 | 67.64 | - |
| YUV | 97.67 | 195.35 | 229.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 2 | 217 | 0 | 0.99 | 0.10 | 0.06 | 305.8 | 0.98 | 0.47 |
| Hex | F0 | 2 | D9 | 0 | 63 | A | 6 | 132 | 62 | 2F |
| Octal | 360 | 2 | 331 | 0 | 143 | 12 | 6 | 462 | 142 | 57 |
| Binary | 11110000 | 10 | 11011001 | 0 | 1100011 | 1010 | 110 | 100110010 | 1100010 | 101111 |
Color Harmonies of #F002D9
Complementary color
Monochromatic Colors of #F002D9
Black with #F002D9
Text Example
Text Example
White with #F002D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F002D9; }
p { color: rgb(240,2,217); }
H1.HeaderClassName
{
color: #F002D9;
}
.AnyTagClassName
{
color: #F002D9;
}
</style>
background-color css
<style>
a { background-color: #F002D9; }
a { background-color: rgb(240,2,217); }
div.DivClassName
{
background-color: #F002D9;
}
.BgClassName
{
background-color: #F002D9;
}
</style>
border-color css
<style>
span { border-color: #F002D9; }
span { border-color: rgb(240,2,217); }
td.TdClassName
{
border-color: #F002D9;
}
.TagClassName
{
border-color: #F002D9;
}
</style>