Shades of Hot Magenta #FC05D4
Tints of Hot Magenta #FC05D4
RGB
CMYK
RGB Variations
Color information
#FC05D4 (or 0xFC05D4) is known color: Hot Magenta. HEX triplet: FC, 05 and D4. RGB value is (252,5,212). Sum of RGB (Red+Green+Blue) = 252+5+212=469 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.73% from 469); Green value is 5 (2.34% from 255 or 1.07% from 469); Blue value is 212 (83.20% from 255 or 45.20% from 469); Max value from RGB is 252 - color contains mainly: red. Hex color #FC05D4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC05D4 is #03FA2B. Grayscale: #656565. Windows color (decimal): -260652 or 13895164. OLE color: 13895164.
HSL color Cylindrical-coordinate representation of color #FC05D4: hue angle of 309.72º 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 #FC05D4 is Cyan = 0, Magento = 0.98, Yellow = 0.16 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 5 | 212 | - |
| CMYK | 0 | 0.98 | 0.16 | 0.01 |
| HSL | 309.72º | 0.98% | 0.5% | - |
| HSV(B) | 309.72º | 0.98% | 0.99% | - |
| XYZ | 52.08 | 25.56 | 64.48 | - |
| YUV | 102.45 | 189.83 | 234.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 5 | 212 | 0 | 0.98 | 0.16 | 0.01 | 309.72 | 0.98 | 0.5 |
| Hex | FC | 5 | D4 | 0 | 62 | 10 | 1 | 136 | 62 | 32 |
| Octal | 374 | 5 | 324 | 0 | 142 | 20 | 1 | 466 | 142 | 62 |
| Binary | 11111100 | 101 | 11010100 | 0 | 1100010 | 10000 | 1 | 100110110 | 1100010 | 110010 |
Color Harmonies of #FC05D4
Complementary color
Monochromatic Colors of #FC05D4
Black with #FC05D4
Text Example
Text Example
White with #FC05D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC05D4; }
p { color: rgb(252,5,212); }
H1.HeaderClassName
{
color: #FC05D4;
}
.AnyTagClassName
{
color: #FC05D4;
}
</style>
background-color css
<style>
a { background-color: #FC05D4; }
a { background-color: rgb(252,5,212); }
div.DivClassName
{
background-color: #FC05D4;
}
.BgClassName
{
background-color: #FC05D4;
}
</style>
border-color css
<style>
span { border-color: #FC05D4; }
span { border-color: rgb(252,5,212); }
td.TdClassName
{
border-color: #FC05D4;
}
.TagClassName
{
border-color: #FC05D4;
}
</style>