Shades of Hot Magenta #FD02E2
Tints of Hot Magenta #FD02E2
RGB
CMYK
RGB Variations
Color information
#FD02E2 (or 0xFD02E2) is known color: Hot Magenta. HEX triplet: FD, 02 and E2. RGB value is (253,2,226). Sum of RGB (Red+Green+Blue) = 253+2+226=481 (63% of max value = 765). Red value is 253 (99.22% from 255 or 52.60% from 481); Green value is 2 (1.17% from 255 or 0.42% from 481); Blue value is 226 (88.67% from 255 or 46.99% from 481); Max value from RGB is 253 - color contains mainly: red. Hex color #FD02E2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FD02E2 is #02FD1D. Grayscale: #656565. Windows color (decimal): -195870 or 14811901. OLE color: 14811901.
HSL color Cylindrical-coordinate representation of color #FD02E2: hue angle of 306.45º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FD02E2 is Cyan = 0, Magento = 0.99, Yellow = 0.11 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 2 | 226 | - |
| CMYK | 0 | 0.99 | 0.11 | 0.01 |
| HSL | 306.45º | 0.98% | 0.5% | - |
| HSV(B) | 306.45º | 0.99% | 0.99% | - |
| XYZ | 54.26 | 26.42 | 74.19 | - |
| YUV | 102.59 | 197.66 | 235.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 2 | 226 | 0 | 0.99 | 0.11 | 0.01 | 306.45 | 0.98 | 0.5 |
| Hex | FD | 2 | E2 | 0 | 63 | B | 1 | 132 | 62 | 32 |
| Octal | 375 | 2 | 342 | 0 | 143 | 13 | 1 | 462 | 142 | 62 |
| Binary | 11111101 | 10 | 11100010 | 0 | 1100011 | 1011 | 1 | 100110010 | 1100010 | 110010 |
Color Harmonies of #FD02E2
Complementary color
Monochromatic Colors of #FD02E2
Black with #FD02E2
Text Example
Text Example
White with #FD02E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD02E2; }
p { color: rgb(253,2,226); }
H1.HeaderClassName
{
color: #FD02E2;
}
.AnyTagClassName
{
color: #FD02E2;
}
</style>
background-color css
<style>
a { background-color: #FD02E2; }
a { background-color: rgb(253,2,226); }
div.DivClassName
{
background-color: #FD02E2;
}
.BgClassName
{
background-color: #FD02E2;
}
</style>
border-color css
<style>
span { border-color: #FD02E2; }
span { border-color: rgb(253,2,226); }
td.TdClassName
{
border-color: #FD02E2;
}
.TagClassName
{
border-color: #FD02E2;
}
</style>