Shades of Hot Magenta #F002D1
Tints of Hot Magenta #F002D1
RGB
CMYK
RGB Variations
Color information
#F002D1 (or 0xF002D1) is known color: Hot Magenta. HEX triplet: F0, 02 and D1. RGB value is (240,2,209). Sum of RGB (Red+Green+Blue) = 240+2+209=451 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.22% from 451); Green value is 2 (1.17% from 255 or 0.44% from 451); Blue value is 209 (82.03% from 255 or 46.34% from 451); Max value from RGB is 240 - color contains mainly: red. Hex color #F002D1 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F002D1 is #0FFD2E. Grayscale: #606060. Windows color (decimal): -1047855 or 13697776. OLE color: 13697776.
HSL color Cylindrical-coordinate representation of color #F002D1: hue angle of 307.82º 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 #F002D1 is Cyan = 0, Magento = 0.99, Yellow = 0.13 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 2 | 209 | - |
| CMYK | 0 | 0.99 | 0.13 | 0.06 |
| HSL | 307.82º | 0.98% | 0.47% | - |
| HSV(B) | 307.82º | 0.99% | 0.94% | - |
| XYZ | 47.47 | 23.17 | 62.29 | - |
| YUV | 96.76 | 191.35 | 230.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 2 | 209 | 0 | 0.99 | 0.13 | 0.06 | 307.82 | 0.98 | 0.47 |
| Hex | F0 | 2 | D1 | 0 | 63 | D | 6 | 134 | 62 | 2F |
| Octal | 360 | 2 | 321 | 0 | 143 | 15 | 6 | 464 | 142 | 57 |
| Binary | 11110000 | 10 | 11010001 | 0 | 1100011 | 1101 | 110 | 100110100 | 1100010 | 101111 |
Color Harmonies of #F002D1
Complementary color
Monochromatic Colors of #F002D1
Black with #F002D1
Text Example
Text Example
White with #F002D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F002D1; }
p { color: rgb(240,2,209); }
H1.HeaderClassName
{
color: #F002D1;
}
.AnyTagClassName
{
color: #F002D1;
}
</style>
background-color css
<style>
a { background-color: #F002D1; }
a { background-color: rgb(240,2,209); }
div.DivClassName
{
background-color: #F002D1;
}
.BgClassName
{
background-color: #F002D1;
}
</style>
border-color css
<style>
span { border-color: #F002D1; }
span { border-color: rgb(240,2,209); }
td.TdClassName
{
border-color: #F002D1;
}
.TagClassName
{
border-color: #F002D1;
}
</style>