Shades of Hot Magenta #F002D6
Tints of Hot Magenta #F002D6
RGB
CMYK
RGB Variations
Color information
#F002D6 (or 0xF002D6) is known color: Hot Magenta. HEX triplet: F0, 02 and D6. RGB value is (240,2,214). Sum of RGB (Red+Green+Blue) = 240+2+214=456 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.63% from 456); Green value is 2 (1.17% from 255 or 0.44% from 456); Blue value is 214 (83.98% from 255 or 46.93% from 456); Max value from RGB is 240 - color contains mainly: red. Hex color #F002D6 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F002D6 is #0FFD29. Grayscale: #606060. Windows color (decimal): -1047850 or 14025456. OLE color: 14025456.
HSL color Cylindrical-coordinate representation of color #F002D6: hue angle of 306.55º 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 #F002D6 is Cyan = 0, Magento = 0.99, Yellow = 0.11 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 2 | 214 | - |
| CMYK | 0 | 0.99 | 0.11 | 0.06 |
| HSL | 306.55º | 0.98% | 0.47% | - |
| HSV(B) | 306.55º | 0.99% | 0.94% | - |
| XYZ | 48.09 | 23.42 | 65.6 | - |
| YUV | 97.33 | 193.85 | 229.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 2 | 214 | 0 | 0.99 | 0.11 | 0.06 | 306.55 | 0.98 | 0.47 |
| Hex | F0 | 2 | D6 | 0 | 63 | B | 6 | 133 | 62 | 2F |
| Octal | 360 | 2 | 326 | 0 | 143 | 13 | 6 | 463 | 142 | 57 |
| Binary | 11110000 | 10 | 11010110 | 0 | 1100011 | 1011 | 110 | 100110011 | 1100010 | 101111 |
Color Harmonies of #F002D6
Complementary color
Monochromatic Colors of #F002D6
Black with #F002D6
Text Example
Text Example
White with #F002D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F002D6; }
p { color: rgb(240,2,214); }
H1.HeaderClassName
{
color: #F002D6;
}
.AnyTagClassName
{
color: #F002D6;
}
</style>
background-color css
<style>
a { background-color: #F002D6; }
a { background-color: rgb(240,2,214); }
div.DivClassName
{
background-color: #F002D6;
}
.BgClassName
{
background-color: #F002D6;
}
</style>
border-color css
<style>
span { border-color: #F002D6; }
span { border-color: rgb(240,2,214); }
td.TdClassName
{
border-color: #F002D6;
}
.TagClassName
{
border-color: #F002D6;
}
</style>