Shades of Hot Magenta #FC19E3
Tints of Hot Magenta #FC19E3
RGB
CMYK
RGB Variations
Color information
#FC19E3 (or 0xFC19E3) is known color: Hot Magenta. HEX triplet: FC, 19 and E3. RGB value is (252,25,227). Sum of RGB (Red+Green+Blue) = 252+25+227=504 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50% from 504); Green value is 25 (10.16% from 255 or 4.96% from 504); Blue value is 227 (89.06% from 255 or 45.04% from 504); Max value from RGB is 252 - color contains mainly: red. Hex color #FC19E3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC19E3 is #03E61C. Grayscale: #737373. Windows color (decimal): -255517 or 14883324. OLE color: 14883324.
HSL color Cylindrical-coordinate representation of color #FC19E3: hue angle of 306.61º 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 #FC19E3 is Cyan = 0, Magento = 0.90, Yellow = 0.10 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 25 | 227 | - |
| CMYK | 0 | 0.90 | 0.10 | 0.01 |
| HSL | 306.61º | 0.97% | 0.54% | - |
| HSV(B) | 306.61º | 0.9% | 0.99% | - |
| XYZ | 54.36 | 26.94 | 75.01 | - |
| YUV | 115.9 | 190.71 | 225.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 25 | 227 | 0 | 0.90 | 0.10 | 0.01 | 306.61 | 0.97 | 0.54 |
| Hex | FC | 19 | E3 | 0 | 5A | A | 1 | 133 | 61 | 36 |
| Octal | 374 | 31 | 343 | 0 | 132 | 12 | 1 | 463 | 141 | 66 |
| Binary | 11111100 | 11001 | 11100011 | 0 | 1011010 | 1010 | 1 | 100110011 | 1100001 | 110110 |
Color Harmonies of #FC19E3
Complementary color
Monochromatic Colors of #FC19E3
Black with #FC19E3
Text Example
Text Example
White with #FC19E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC19E3; }
p { color: rgb(252,25,227); }
H1.HeaderClassName
{
color: #FC19E3;
}
.AnyTagClassName
{
color: #FC19E3;
}
</style>
background-color css
<style>
a { background-color: #FC19E3; }
a { background-color: rgb(252,25,227); }
div.DivClassName
{
background-color: #FC19E3;
}
.BgClassName
{
background-color: #FC19E3;
}
</style>
border-color css
<style>
span { border-color: #FC19E3; }
span { border-color: rgb(252,25,227); }
td.TdClassName
{
border-color: #FC19E3;
}
.TagClassName
{
border-color: #FC19E3;
}
</style>