Shades of Hot Magenta #FC02C6
Tints of Hot Magenta #FC02C6
RGB
CMYK
RGB Variations
Color information
#FC02C6 (or 0xFC02C6) is known color: Hot Magenta. HEX triplet: FC, 02 and C6. RGB value is (252,2,198). Sum of RGB (Red+Green+Blue) = 252+2+198=452 (59% of max value = 765). Red value is 252 (98.83% from 255 or 55.75% from 452); Green value is 2 (1.17% from 255 or 0.44% from 452); Blue value is 198 (77.73% from 255 or 43.81% from 452); Max value from RGB is 252 - color contains mainly: red. Hex color #FC02C6 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC02C6 is #03FD39. Grayscale: #626262. Windows color (decimal): -261434 or 12976892. OLE color: 12976892.
HSL color Cylindrical-coordinate representation of color #FC02C6: hue angle of 312.96º 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 #FC02C6 is Cyan = 0, Magento = 0.99, Yellow = 0.21 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 2 | 198 | - |
| CMYK | 0 | 0.99 | 0.21 | 0.01 |
| HSL | 312.96º | 0.98% | 0.5% | - |
| HSV(B) | 312.96º | 0.99% | 0.99% | - |
| XYZ | 50.36 | 24.82 | 55.56 | - |
| YUV | 99.09 | 183.83 | 237.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 2 | 198 | 0 | 0.99 | 0.21 | 0.01 | 312.96 | 0.98 | 0.5 |
| Hex | FC | 2 | C6 | 0 | 63 | 15 | 1 | 139 | 62 | 32 |
| Octal | 374 | 2 | 306 | 0 | 143 | 25 | 1 | 471 | 142 | 62 |
| Binary | 11111100 | 10 | 11000110 | 0 | 1100011 | 10101 | 1 | 100111001 | 1100010 | 110010 |
Color Harmonies of #FC02C6
Complementary color
Monochromatic Colors of #FC02C6
Black with #FC02C6
Text Example
Text Example
White with #FC02C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC02C6; }
p { color: rgb(252,2,198); }
H1.HeaderClassName
{
color: #FC02C6;
}
.AnyTagClassName
{
color: #FC02C6;
}
</style>
background-color css
<style>
a { background-color: #FC02C6; }
a { background-color: rgb(252,2,198); }
div.DivClassName
{
background-color: #FC02C6;
}
.BgClassName
{
background-color: #FC02C6;
}
</style>
border-color css
<style>
span { border-color: #FC02C6; }
span { border-color: rgb(252,2,198); }
td.TdClassName
{
border-color: #FC02C6;
}
.TagClassName
{
border-color: #FC02C6;
}
</style>