Shades of Hot Magenta #FF02D1
Tints of Hot Magenta #FF02D1
RGB
CMYK
RGB Variations
Color information
#FF02D1 (or 0xFF02D1) is known color: Hot Magenta. HEX triplet: FF, 02 and D1. RGB value is (255,2,209). Sum of RGB (Red+Green+Blue) = 255+2+209=466 (61% of max value = 765). Red value is 255 (100% from 255 or 54.72% from 466); Green value is 2 (1.17% from 255 or 0.43% from 466); Blue value is 209 (82.03% from 255 or 44.85% from 466); Max value from RGB is 255 - color contains mainly: red. Hex color #FF02D1 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF02D1 is #00FD2E. Grayscale: #646464. Windows color (decimal): -64815 or 13697791. OLE color: 13697791.
HSL color Cylindrical-coordinate representation of color #FF02D1: hue angle of 310.91º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FF02D1 is Cyan = 0, Magento = 0.99, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 2 | 209 | - |
| CMYK | 0 | 0.99 | 0.18 | 0 |
| HSL | 310.91º | 1% | 0.5% | - |
| HSV(B) | 310.91º | 0.99% | 1% | - |
| XYZ | 52.77 | 25.91 | 62.54 | - |
| YUV | 101.25 | 188.82 | 237.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 2 | 209 | 0 | 0.99 | 0.18 | 0 | 310.91 | 1 | 0.5 |
| Hex | FF | 2 | D1 | 0 | 63 | 12 | 0 | 137 | 64 | 32 |
| Octal | 377 | 2 | 321 | 0 | 143 | 22 | 0 | 467 | 144 | 62 |
| Binary | 11111111 | 10 | 11010001 | 0 | 1100011 | 10010 | 0 | 100110111 | 1100100 | 110010 |
Color Harmonies of #FF02D1
Complementary color
Monochromatic Colors of #FF02D1
Black with #FF02D1
Text Example
Text Example
White with #FF02D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF02D1; }
p { color: rgb(255,2,209); }
H1.HeaderClassName
{
color: #FF02D1;
}
.AnyTagClassName
{
color: #FF02D1;
}
</style>
background-color css
<style>
a { background-color: #FF02D1; }
a { background-color: rgb(255,2,209); }
div.DivClassName
{
background-color: #FF02D1;
}
.BgClassName
{
background-color: #FF02D1;
}
</style>
border-color css
<style>
span { border-color: #FF02D1; }
span { border-color: rgb(255,2,209); }
td.TdClassName
{
border-color: #FF02D1;
}
.TagClassName
{
border-color: #FF02D1;
}
</style>