Shades of Hot Magenta #FC04E2
Tints of Hot Magenta #FC04E2
RGB
CMYK
RGB Variations
Color information
#FC04E2 (or 0xFC04E2) is known color: Hot Magenta. HEX triplet: FC, 04 and E2. RGB value is (252,4,226). Sum of RGB (Red+Green+Blue) = 252+4+226=482 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.28% from 482); Green value is 4 (1.95% from 255 or 0.83% from 482); Blue value is 226 (88.67% from 255 or 46.89% from 482); Max value from RGB is 252 - color contains mainly: red. Hex color #FC04E2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC04E2 is #03FB1D. Grayscale: #666666. Windows color (decimal): -260894 or 14812412. OLE color: 14812412.
HSL color Cylindrical-coordinate representation of color #FC04E2: hue angle of 306.29º 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 #FC04E2 is Cyan = 0, Magento = 0.98, Yellow = 0.10 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 4 | 226 | - |
| CMYK | 0 | 0.98 | 0.10 | 0.01 |
| HSL | 306.29º | 0.98% | 0.5% | - |
| HSV(B) | 306.29º | 0.98% | 0.99% | - |
| XYZ | 53.92 | 26.27 | 74.18 | - |
| YUV | 103.46 | 197.16 | 233.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 4 | 226 | 0 | 0.98 | 0.10 | 0.01 | 306.29 | 0.98 | 0.5 |
| Hex | FC | 4 | E2 | 0 | 62 | A | 1 | 132 | 62 | 32 |
| Octal | 374 | 4 | 342 | 0 | 142 | 12 | 1 | 462 | 142 | 62 |
| Binary | 11111100 | 100 | 11100010 | 0 | 1100010 | 1010 | 1 | 100110010 | 1100010 | 110010 |
Color Harmonies of #FC04E2
Complementary color
Monochromatic Colors of #FC04E2
Black with #FC04E2
Text Example
Text Example
White with #FC04E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC04E2; }
p { color: rgb(252,4,226); }
H1.HeaderClassName
{
color: #FC04E2;
}
.AnyTagClassName
{
color: #FC04E2;
}
</style>
background-color css
<style>
a { background-color: #FC04E2; }
a { background-color: rgb(252,4,226); }
div.DivClassName
{
background-color: #FC04E2;
}
.BgClassName
{
background-color: #FC04E2;
}
</style>
border-color css
<style>
span { border-color: #FC04E2; }
span { border-color: rgb(252,4,226); }
td.TdClassName
{
border-color: #FC04E2;
}
.TagClassName
{
border-color: #FC04E2;
}
</style>