Shades of Hot Magenta #FC02D4
Tints of Hot Magenta #FC02D4
RGB
CMYK
RGB Variations
Color information
#FC02D4 (or 0xFC02D4) is known color: Hot Magenta. HEX triplet: FC, 02 and D4. RGB value is (252,2,212). Sum of RGB (Red+Green+Blue) = 252+2+212=466 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.08% from 466); Green value is 2 (1.17% from 255 or 0.43% from 466); Blue value is 212 (83.20% from 255 or 45.49% from 466); Max value from RGB is 252 - color contains mainly: red. Hex color #FC02D4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC02D4 is #03FD2B. Grayscale: #646464. Windows color (decimal): -261420 or 13894396. OLE color: 13894396.
HSL color Cylindrical-coordinate representation of color #FC02D4: hue angle of 309.6º 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 #FC02D4 is Cyan = 0, Magento = 0.99, Yellow = 0.16 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 2 | 212 | - |
| CMYK | 0 | 0.99 | 0.16 | 0.01 |
| HSL | 309.6º | 0.98% | 0.5% | - |
| HSV(B) | 309.6º | 0.99% | 0.99% | - |
| XYZ | 52.05 | 25.49 | 64.46 | - |
| YUV | 100.69 | 190.83 | 235.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 2 | 212 | 0 | 0.99 | 0.16 | 0.01 | 309.6 | 0.98 | 0.5 |
| Hex | FC | 2 | D4 | 0 | 63 | 10 | 1 | 136 | 62 | 32 |
| Octal | 374 | 2 | 324 | 0 | 143 | 20 | 1 | 466 | 142 | 62 |
| Binary | 11111100 | 10 | 11010100 | 0 | 1100011 | 10000 | 1 | 100110110 | 1100010 | 110010 |
Color Harmonies of #FC02D4
Complementary color
Monochromatic Colors of #FC02D4
Black with #FC02D4
Text Example
Text Example
White with #FC02D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC02D4; }
p { color: rgb(252,2,212); }
H1.HeaderClassName
{
color: #FC02D4;
}
.AnyTagClassName
{
color: #FC02D4;
}
</style>
background-color css
<style>
a { background-color: #FC02D4; }
a { background-color: rgb(252,2,212); }
div.DivClassName
{
background-color: #FC02D4;
}
.BgClassName
{
background-color: #FC02D4;
}
</style>
border-color css
<style>
span { border-color: #FC02D4; }
span { border-color: rgb(252,2,212); }
td.TdClassName
{
border-color: #FC02D4;
}
.TagClassName
{
border-color: #FC02D4;
}
</style>