Shades of Hot Magenta #FC02C0
Tints of Hot Magenta #FC02C0
RGB
CMYK
RGB Variations
Color information
#FC02C0 (or 0xFC02C0) is known color: Hot Magenta. HEX triplet: FC, 02 and C0. RGB value is (252,2,192). Sum of RGB (Red+Green+Blue) = 252+2+192=446 (59% of max value = 765). Red value is 252 (98.83% from 255 or 56.50% from 446); Green value is 2 (1.17% from 255 or 0.45% from 446); Blue value is 192 (75.39% from 255 or 43.05% from 446); Max value from RGB is 252 - color contains mainly: red. Hex color #FC02C0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC02C0 is #03FD3F. Grayscale: #616161. Windows color (decimal): -261440 or 12583676. OLE color: 12583676.
HSL color Cylindrical-coordinate representation of color #FC02C0: hue angle of 314.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 #FC02C0 is Cyan = 0, Magento = 0.99, Yellow = 0.24 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 2 | 192 | - |
| CMYK | 0 | 0.99 | 0.24 | 0.01 |
| HSL | 314.4º | 0.98% | 0.5% | - |
| HSV(B) | 314.4º | 0.99% | 0.99% | - |
| XYZ | 49.68 | 24.54 | 51.99 | - |
| YUV | 98.41 | 180.83 | 237.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 2 | 192 | 0 | 0.99 | 0.24 | 0.01 | 314.4 | 0.98 | 0.5 |
| Hex | FC | 2 | C0 | 0 | 63 | 18 | 1 | 13A | 62 | 32 |
| Octal | 374 | 2 | 300 | 0 | 143 | 30 | 1 | 472 | 142 | 62 |
| Binary | 11111100 | 10 | 11000000 | 0 | 1100011 | 11000 | 1 | 100111010 | 1100010 | 110010 |
Color Harmonies of #FC02C0
Complementary color
Monochromatic Colors of #FC02C0
Black with #FC02C0
Text Example
Text Example
White with #FC02C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC02C0; }
p { color: rgb(252,2,192); }
H1.HeaderClassName
{
color: #FC02C0;
}
.AnyTagClassName
{
color: #FC02C0;
}
</style>
background-color css
<style>
a { background-color: #FC02C0; }
a { background-color: rgb(252,2,192); }
div.DivClassName
{
background-color: #FC02C0;
}
.BgClassName
{
background-color: #FC02C0;
}
</style>
border-color css
<style>
span { border-color: #FC02C0; }
span { border-color: rgb(252,2,192); }
td.TdClassName
{
border-color: #FC02C0;
}
.TagClassName
{
border-color: #FC02C0;
}
</style>