Shades of Hot Magenta #FC05C5
Tints of Hot Magenta #FC05C5
RGB
CMYK
RGB Variations
Color information
#FC05C5 (or 0xFC05C5) is known color: Hot Magenta. HEX triplet: FC, 05 and C5. RGB value is (252,5,197). Sum of RGB (Red+Green+Blue) = 252+5+197=454 (60% of max value = 765). Red value is 252 (98.83% from 255 or 55.51% from 454); Green value is 5 (2.34% from 255 or 1.10% from 454); Blue value is 197 (77.34% from 255 or 43.39% from 454); Max value from RGB is 252 - color contains mainly: red. Hex color #FC05C5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC05C5 is #03FA3A. Grayscale: #646464. Windows color (decimal): -260667 or 12912124. OLE color: 12912124.
HSL color Cylindrical-coordinate representation of color #FC05C5: hue angle of 313.36º 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 #FC05C5 is Cyan = 0, Magento = 0.98, Yellow = 0.22 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 5 | 197 | - |
| CMYK | 0 | 0.98 | 0.22 | 0.01 |
| HSL | 313.36º | 0.98% | 0.5% | - |
| HSV(B) | 313.36º | 0.98% | 0.99% | - |
| XYZ | 50.28 | 24.84 | 54.97 | - |
| YUV | 100.74 | 182.33 | 235.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 5 | 197 | 0 | 0.98 | 0.22 | 0.01 | 313.36 | 0.98 | 0.5 |
| Hex | FC | 5 | C5 | 0 | 62 | 16 | 1 | 139 | 62 | 32 |
| Octal | 374 | 5 | 305 | 0 | 142 | 26 | 1 | 471 | 142 | 62 |
| Binary | 11111100 | 101 | 11000101 | 0 | 1100010 | 10110 | 1 | 100111001 | 1100010 | 110010 |
Color Harmonies of #FC05C5
Complementary color
Monochromatic Colors of #FC05C5
Black with #FC05C5
Text Example
Text Example
White with #FC05C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC05C5; }
p { color: rgb(252,5,197); }
H1.HeaderClassName
{
color: #FC05C5;
}
.AnyTagClassName
{
color: #FC05C5;
}
</style>
background-color css
<style>
a { background-color: #FC05C5; }
a { background-color: rgb(252,5,197); }
div.DivClassName
{
background-color: #FC05C5;
}
.BgClassName
{
background-color: #FC05C5;
}
</style>
border-color css
<style>
span { border-color: #FC05C5; }
span { border-color: rgb(252,5,197); }
td.TdClassName
{
border-color: #FC05C5;
}
.TagClassName
{
border-color: #FC05C5;
}
</style>