Shades of Hot Magenta #FC19E2
Tints of Hot Magenta #FC19E2
RGB
CMYK
RGB Variations
Color information
#FC19E2 (or 0xFC19E2) is known color: Hot Magenta. HEX triplet: FC, 19 and E2. RGB value is (252,25,226). Sum of RGB (Red+Green+Blue) = 252+25+226=503 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.10% from 503); Green value is 25 (10.16% from 255 or 4.97% from 503); Blue value is 226 (88.67% from 255 or 44.93% from 503); Max value from RGB is 252 - color contains mainly: red. Hex color #FC19E2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC19E2 is #03E61D. Grayscale: #737373. Windows color (decimal): -255518 or 14817788. OLE color: 14817788.
HSL color Cylindrical-coordinate representation of color #FC19E2: hue angle of 306.87º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FC19E2 is Cyan = 0, Magento = 0.90, Yellow = 0.10 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 25 | 226 | - |
| CMYK | 0 | 0.90 | 0.10 | 0.01 |
| HSL | 306.87º | 0.97% | 0.54% | - |
| HSV(B) | 306.87º | 0.9% | 0.99% | - |
| XYZ | 54.22 | 26.88 | 74.28 | - |
| YUV | 115.79 | 190.21 | 225.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 25 | 226 | 0 | 0.90 | 0.10 | 0.01 | 306.87 | 0.97 | 0.54 |
| Hex | FC | 19 | E2 | 0 | 5A | A | 1 | 133 | 61 | 36 |
| Octal | 374 | 31 | 342 | 0 | 132 | 12 | 1 | 463 | 141 | 66 |
| Binary | 11111100 | 11001 | 11100010 | 0 | 1011010 | 1010 | 1 | 100110011 | 1100001 | 110110 |
Color Harmonies of #FC19E2
Complementary color
Monochromatic Colors of #FC19E2
Black with #FC19E2
Text Example
Text Example
White with #FC19E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC19E2; }
p { color: rgb(252,25,226); }
H1.HeaderClassName
{
color: #FC19E2;
}
.AnyTagClassName
{
color: #FC19E2;
}
</style>
background-color css
<style>
a { background-color: #FC19E2; }
a { background-color: rgb(252,25,226); }
div.DivClassName
{
background-color: #FC19E2;
}
.BgClassName
{
background-color: #FC19E2;
}
</style>
border-color css
<style>
span { border-color: #FC19E2; }
span { border-color: rgb(252,25,226); }
td.TdClassName
{
border-color: #FC19E2;
}
.TagClassName
{
border-color: #FC19E2;
}
</style>