Shades of Hot Magenta #FC05C9
Tints of Hot Magenta #FC05C9
RGB
CMYK
RGB Variations
Color information
#FC05C9 (or 0xFC05C9) is known color: Hot Magenta. HEX triplet: FC, 05 and C9. RGB value is (252,5,201). Sum of RGB (Red+Green+Blue) = 252+5+201=458 (60% of max value = 765). Red value is 252 (98.83% from 255 or 55.02% from 458); Green value is 5 (2.34% from 255 or 1.09% from 458); Blue value is 201 (78.91% from 255 or 43.89% from 458); Max value from RGB is 252 - color contains mainly: red. Hex color #FC05C9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC05C9 is #03FA36. Grayscale: #646464. Windows color (decimal): -260663 or 13174268. OLE color: 13174268.
HSL color Cylindrical-coordinate representation of color #FC05C9: hue angle of 312.39º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FC05C9 is Cyan = 0, Magento = 0.98, Yellow = 0.20 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 5 | 201 | - |
| CMYK | 0 | 0.98 | 0.20 | 0.01 |
| HSL | 312.39º | 0.98% | 0.5% | - |
| HSV(B) | 312.39º | 0.98% | 0.99% | - |
| XYZ | 50.74 | 25.02 | 57.41 | - |
| YUV | 101.2 | 184.33 | 235.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 5 | 201 | 0 | 0.98 | 0.20 | 0.01 | 312.39 | 0.98 | 0.5 |
| Hex | FC | 5 | C9 | 0 | 62 | 14 | 1 | 138 | 62 | 32 |
| Octal | 374 | 5 | 311 | 0 | 142 | 24 | 1 | 470 | 142 | 62 |
| Binary | 11111100 | 101 | 11001001 | 0 | 1100010 | 10100 | 1 | 100111000 | 1100010 | 110010 |
Color Harmonies of #FC05C9
Complementary color
Monochromatic Colors of #FC05C9
Black with #FC05C9
Text Example
Text Example
White with #FC05C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC05C9; }
p { color: rgb(252,5,201); }
H1.HeaderClassName
{
color: #FC05C9;
}
.AnyTagClassName
{
color: #FC05C9;
}
</style>
background-color css
<style>
a { background-color: #FC05C9; }
a { background-color: rgb(252,5,201); }
div.DivClassName
{
background-color: #FC05C9;
}
.BgClassName
{
background-color: #FC05C9;
}
</style>
border-color css
<style>
span { border-color: #FC05C9; }
span { border-color: rgb(252,5,201); }
td.TdClassName
{
border-color: #FC05C9;
}
.TagClassName
{
border-color: #FC05C9;
}
</style>