Shades of Hot Magenta #F002D0
Tints of Hot Magenta #F002D0
RGB
CMYK
RGB Variations
Color information
#F002D0 (or 0xF002D0) is known color: Hot Magenta. HEX triplet: F0, 02 and D0. RGB value is (240,2,208). Sum of RGB (Red+Green+Blue) = 240+2+208=450 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.33% from 450); Green value is 2 (1.17% from 255 or 0.44% from 450); Blue value is 208 (81.64% from 255 or 46.22% from 450); Max value from RGB is 240 - color contains mainly: red. Hex color #F002D0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F002D0 is #0FFD2F. Grayscale: #606060. Windows color (decimal): -1047856 or 13632240. OLE color: 13632240.
HSL color Cylindrical-coordinate representation of color #F002D0: hue angle of 308.07º 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 #F002D0 is Cyan = 0, Magento = 0.99, Yellow = 0.13 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 2 | 208 | - |
| CMYK | 0 | 0.99 | 0.13 | 0.06 |
| HSL | 308.07º | 0.98% | 0.47% | - |
| HSV(B) | 308.07º | 0.99% | 0.94% | - |
| XYZ | 47.34 | 23.12 | 61.64 | - |
| YUV | 96.65 | 190.85 | 230.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 2 | 208 | 0 | 0.99 | 0.13 | 0.06 | 308.07 | 0.98 | 0.47 |
| Hex | F0 | 2 | D0 | 0 | 63 | D | 6 | 134 | 62 | 2F |
| Octal | 360 | 2 | 320 | 0 | 143 | 15 | 6 | 464 | 142 | 57 |
| Binary | 11110000 | 10 | 11010000 | 0 | 1100011 | 1101 | 110 | 100110100 | 1100010 | 101111 |
Color Harmonies of #F002D0
Complementary color
Monochromatic Colors of #F002D0
Black with #F002D0
Text Example
Text Example
White with #F002D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F002D0; }
p { color: rgb(240,2,208); }
H1.HeaderClassName
{
color: #F002D0;
}
.AnyTagClassName
{
color: #F002D0;
}
</style>
background-color css
<style>
a { background-color: #F002D0; }
a { background-color: rgb(240,2,208); }
div.DivClassName
{
background-color: #F002D0;
}
.BgClassName
{
background-color: #F002D0;
}
</style>
border-color css
<style>
span { border-color: #F002D0; }
span { border-color: rgb(240,2,208); }
td.TdClassName
{
border-color: #F002D0;
}
.TagClassName
{
border-color: #F002D0;
}
</style>