Shades of Hot Magenta #FC05E4
Tints of Hot Magenta #FC05E4
RGB
CMYK
RGB Variations
Color information
#FC05E4 (or 0xFC05E4) is known color: Hot Magenta. HEX triplet: FC, 05 and E4. RGB value is (252,5,228). Sum of RGB (Red+Green+Blue) = 252+5+228=485 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.96% from 485); Green value is 5 (2.34% from 255 or 1.03% from 485); Blue value is 228 (89.45% from 255 or 47.01% from 485); Max value from RGB is 252 - color contains mainly: red. Hex color #FC05E4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC05E4 is #03FA1B. Grayscale: #676767. Windows color (decimal): -260636 or 14943740. OLE color: 14943740.
HSL color Cylindrical-coordinate representation of color #FC05E4: hue angle of 305.83º 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 #FC05E4 is Cyan = 0, Magento = 0.98, Yellow = 0.10 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 5 | 228 | - |
| CMYK | 0 | 0.98 | 0.10 | 0.01 |
| HSL | 305.83º | 0.98% | 0.5% | - |
| HSV(B) | 305.83º | 0.98% | 0.99% | - |
| XYZ | 54.2 | 26.41 | 75.64 | - |
| YUV | 104.28 | 197.83 | 233.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 5 | 228 | 0 | 0.98 | 0.10 | 0.01 | 305.83 | 0.98 | 0.5 |
| Hex | FC | 5 | E4 | 0 | 62 | A | 1 | 132 | 62 | 32 |
| Octal | 374 | 5 | 344 | 0 | 142 | 12 | 1 | 462 | 142 | 62 |
| Binary | 11111100 | 101 | 11100100 | 0 | 1100010 | 1010 | 1 | 100110010 | 1100010 | 110010 |
Color Harmonies of #FC05E4
Complementary color
Monochromatic Colors of #FC05E4
Black with #FC05E4
Text Example
Text Example
White with #FC05E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC05E4; }
p { color: rgb(252,5,228); }
H1.HeaderClassName
{
color: #FC05E4;
}
.AnyTagClassName
{
color: #FC05E4;
}
</style>
background-color css
<style>
a { background-color: #FC05E4; }
a { background-color: rgb(252,5,228); }
div.DivClassName
{
background-color: #FC05E4;
}
.BgClassName
{
background-color: #FC05E4;
}
</style>
border-color css
<style>
span { border-color: #FC05E4; }
span { border-color: rgb(252,5,228); }
td.TdClassName
{
border-color: #FC05E4;
}
.TagClassName
{
border-color: #FC05E4;
}
</style>