Shades of Hot Magenta #FC02D9
Tints of Hot Magenta #FC02D9
RGB
CMYK
RGB Variations
Color information
#FC02D9 (or 0xFC02D9) is known color: Hot Magenta. HEX triplet: FC, 02 and D9. RGB value is (252,2,217). Sum of RGB (Red+Green+Blue) = 252+2+217=471 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.50% from 471); Green value is 2 (1.17% from 255 or 0.42% from 471); Blue value is 217 (85.16% from 255 or 46.07% from 471); Max value from RGB is 252 - color contains mainly: red. Hex color #FC02D9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC02D9 is #03FD26. Grayscale: #646464. Windows color (decimal): -261415 or 14222076. OLE color: 14222076.
HSL color Cylindrical-coordinate representation of color #FC02D9: hue angle of 308.4º 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 #FC02D9 is Cyan = 0, Magento = 0.99, Yellow = 0.14 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 2 | 217 | - |
| CMYK | 0 | 0.99 | 0.14 | 0.01 |
| HSL | 308.4º | 0.98% | 0.5% | - |
| HSV(B) | 308.4º | 0.99% | 0.99% | - |
| XYZ | 52.69 | 25.75 | 67.84 | - |
| YUV | 101.26 | 193.33 | 235.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 2 | 217 | 0 | 0.99 | 0.14 | 0.01 | 308.4 | 0.98 | 0.5 |
| Hex | FC | 2 | D9 | 0 | 63 | E | 1 | 134 | 62 | 32 |
| Octal | 374 | 2 | 331 | 0 | 143 | 16 | 1 | 464 | 142 | 62 |
| Binary | 11111100 | 10 | 11011001 | 0 | 1100011 | 1110 | 1 | 100110100 | 1100010 | 110010 |
Color Harmonies of #FC02D9
Complementary color
Monochromatic Colors of #FC02D9
Black with #FC02D9
Text Example
Text Example
White with #FC02D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC02D9; }
p { color: rgb(252,2,217); }
H1.HeaderClassName
{
color: #FC02D9;
}
.AnyTagClassName
{
color: #FC02D9;
}
</style>
background-color css
<style>
a { background-color: #FC02D9; }
a { background-color: rgb(252,2,217); }
div.DivClassName
{
background-color: #FC02D9;
}
.BgClassName
{
background-color: #FC02D9;
}
</style>
border-color css
<style>
span { border-color: #FC02D9; }
span { border-color: rgb(252,2,217); }
td.TdClassName
{
border-color: #FC02D9;
}
.TagClassName
{
border-color: #FC02D9;
}
</style>