Shades of Hot Magenta #FC02D8
Tints of Hot Magenta #FC02D8
RGB
CMYK
RGB Variations
Color information
#FC02D8 (or 0xFC02D8) is known color: Hot Magenta. HEX triplet: FC, 02 and D8. RGB value is (252,2,216). Sum of RGB (Red+Green+Blue) = 252+2+216=470 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.62% from 470); Green value is 2 (1.17% from 255 or 0.43% from 470); Blue value is 216 (84.77% from 255 or 45.96% from 470); Max value from RGB is 252 - color contains mainly: red. Hex color #FC02D8 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC02D8 is #03FD27. Grayscale: #646464. Windows color (decimal): -261416 or 14156540. OLE color: 14156540.
HSL color Cylindrical-coordinate representation of color #FC02D8: hue angle of 308.64º 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 #FC02D8 is Cyan = 0, Magento = 0.99, Yellow = 0.14 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 2 | 216 | - |
| CMYK | 0 | 0.99 | 0.14 | 0.01 |
| HSL | 308.64º | 0.98% | 0.5% | - |
| HSV(B) | 308.64º | 0.99% | 0.99% | - |
| XYZ | 52.56 | 25.7 | 67.16 | - |
| YUV | 101.15 | 192.83 | 235.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 2 | 216 | 0 | 0.99 | 0.14 | 0.01 | 308.64 | 0.98 | 0.5 |
| Hex | FC | 2 | D8 | 0 | 63 | E | 1 | 135 | 62 | 32 |
| Octal | 374 | 2 | 330 | 0 | 143 | 16 | 1 | 465 | 142 | 62 |
| Binary | 11111100 | 10 | 11011000 | 0 | 1100011 | 1110 | 1 | 100110101 | 1100010 | 110010 |
Color Harmonies of #FC02D8
Complementary color
Monochromatic Colors of #FC02D8
Black with #FC02D8
Text Example
Text Example
White with #FC02D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC02D8; }
p { color: rgb(252,2,216); }
H1.HeaderClassName
{
color: #FC02D8;
}
.AnyTagClassName
{
color: #FC02D8;
}
</style>
background-color css
<style>
a { background-color: #FC02D8; }
a { background-color: rgb(252,2,216); }
div.DivClassName
{
background-color: #FC02D8;
}
.BgClassName
{
background-color: #FC02D8;
}
</style>
border-color css
<style>
span { border-color: #FC02D8; }
span { border-color: rgb(252,2,216); }
td.TdClassName
{
border-color: #FC02D8;
}
.TagClassName
{
border-color: #FC02D8;
}
</style>