Shades of Hot Magenta #F002D3
Tints of Hot Magenta #F002D3
RGB
CMYK
RGB Variations
Color information
#F002D3 (or 0xF002D3) is known color: Hot Magenta. HEX triplet: F0, 02 and D3. RGB value is (240,2,211). Sum of RGB (Red+Green+Blue) = 240+2+211=453 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.98% from 453); Green value is 2 (1.17% from 255 or 0.44% from 453); Blue value is 211 (82.81% from 255 or 46.58% from 453); Max value from RGB is 240 - color contains mainly: red. Hex color #F002D3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F002D3 is #0FFD2C. Grayscale: #606060. Windows color (decimal): -1047853 or 13828848. OLE color: 13828848.
HSL color Cylindrical-coordinate representation of color #F002D3: hue angle of 307.31º 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 #F002D3 is Cyan = 0, Magento = 0.99, Yellow = 0.12 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 2 | 211 | - |
| CMYK | 0 | 0.99 | 0.12 | 0.06 |
| HSL | 307.31º | 0.98% | 0.47% | - |
| HSV(B) | 307.31º | 0.99% | 0.94% | - |
| XYZ | 47.71 | 23.27 | 63.61 | - |
| YUV | 96.99 | 192.35 | 230.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 2 | 211 | 0 | 0.99 | 0.12 | 0.06 | 307.31 | 0.98 | 0.47 |
| Hex | F0 | 2 | D3 | 0 | 63 | C | 6 | 133 | 62 | 2F |
| Octal | 360 | 2 | 323 | 0 | 143 | 14 | 6 | 463 | 142 | 57 |
| Binary | 11110000 | 10 | 11010011 | 0 | 1100011 | 1100 | 110 | 100110011 | 1100010 | 101111 |
Color Harmonies of #F002D3
Complementary color
Monochromatic Colors of #F002D3
Black with #F002D3
Text Example
Text Example
White with #F002D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F002D3; }
p { color: rgb(240,2,211); }
H1.HeaderClassName
{
color: #F002D3;
}
.AnyTagClassName
{
color: #F002D3;
}
</style>
background-color css
<style>
a { background-color: #F002D3; }
a { background-color: rgb(240,2,211); }
div.DivClassName
{
background-color: #F002D3;
}
.BgClassName
{
background-color: #F002D3;
}
</style>
border-color css
<style>
span { border-color: #F002D3; }
span { border-color: rgb(240,2,211); }
td.TdClassName
{
border-color: #F002D3;
}
.TagClassName
{
border-color: #F002D3;
}
</style>