Shades of Hot Magenta #FE19E5
Tints of Hot Magenta #FE19E5
RGB
CMYK
RGB Variations
Color information
#FE19E5 (or 0xFE19E5) is known color: Hot Magenta. HEX triplet: FE, 19 and E5. RGB value is (254,25,229). Sum of RGB (Red+Green+Blue) = 254+25+229=508 (67% of max value = 765). Red value is 254 (99.61% from 255 or 50% from 508); Green value is 25 (10.16% from 255 or 4.92% from 508); Blue value is 229 (89.84% from 255 or 45.08% from 508); Max value from RGB is 254 - color contains mainly: red. Hex color #FE19E5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE19E5 is #01E61A. Grayscale: #747474. Windows color (decimal): -124443 or 15014398. OLE color: 15014398.
HSL color Cylindrical-coordinate representation of color #FE19E5: hue angle of 306.55º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FE19E5 is Cyan = 0, Magento = 0.90, Yellow = 0.10 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 25 | 229 | - |
| CMYK | 0 | 0.90 | 0.10 | 0.00 |
| HSL | 306.55º | 0.99% | 0.55% | - |
| HSV(B) | 306.55º | 0.9% | 1% | - |
| XYZ | 55.36 | 27.42 | 76.5 | - |
| YUV | 116.73 | 191.37 | 225.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 25 | 229 | 0 | 0.90 | 0.10 | 0.00 | 306.55 | 0.99 | 0.55 |
| Hex | FE | 19 | E5 | 0 | 5A | A | 0 | 133 | 63 | 37 |
| Octal | 376 | 31 | 345 | 0 | 132 | 12 | 0 | 463 | 143 | 67 |
| Binary | 11111110 | 11001 | 11100101 | 0 | 1011010 | 1010 | 0 | 100110011 | 1100011 | 110111 |
Color Harmonies of #FE19E5
Complementary color
Monochromatic Colors of #FE19E5
Black with #FE19E5
Text Example
Text Example
White with #FE19E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE19E5; }
p { color: rgb(254,25,229); }
H1.HeaderClassName
{
color: #FE19E5;
}
.AnyTagClassName
{
color: #FE19E5;
}
</style>
background-color css
<style>
a { background-color: #FE19E5; }
a { background-color: rgb(254,25,229); }
div.DivClassName
{
background-color: #FE19E5;
}
.BgClassName
{
background-color: #FE19E5;
}
</style>
border-color css
<style>
span { border-color: #FE19E5; }
span { border-color: rgb(254,25,229); }
td.TdClassName
{
border-color: #FE19E5;
}
.TagClassName
{
border-color: #FE19E5;
}
</style>