Shades of Hot Magenta #FE19E2
Tints of Hot Magenta #FE19E2
RGB
CMYK
RGB Variations
Color information
#FE19E2 (or 0xFE19E2) is known color: Hot Magenta. HEX triplet: FE, 19 and E2. RGB value is (254,25,226). Sum of RGB (Red+Green+Blue) = 254+25+226=505 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.30% from 505); Green value is 25 (10.16% from 255 or 4.95% from 505); Blue value is 226 (88.67% from 255 or 44.75% from 505); Max value from RGB is 254 - color contains mainly: red. Hex color #FE19E2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE19E2 is #01E61D. Grayscale: #737373. Windows color (decimal): -124446 or 14817790. OLE color: 14817790.
HSL color Cylindrical-coordinate representation of color #FE19E2: hue angle of 307.34º 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 #FE19E2 is Cyan = 0, Magento = 0.90, Yellow = 0.11 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 25 | 226 | - |
| CMYK | 0 | 0.90 | 0.11 | 0.00 |
| HSL | 307.34º | 0.99% | 0.55% | - |
| HSV(B) | 307.34º | 0.9% | 1% | - |
| XYZ | 54.95 | 27.26 | 74.32 | - |
| YUV | 116.39 | 189.87 | 226.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 25 | 226 | 0 | 0.90 | 0.11 | 0.00 | 307.34 | 0.99 | 0.55 |
| Hex | FE | 19 | E2 | 0 | 5A | B | 0 | 133 | 63 | 37 |
| Octal | 376 | 31 | 342 | 0 | 132 | 13 | 0 | 463 | 143 | 67 |
| Binary | 11111110 | 11001 | 11100010 | 0 | 1011010 | 1011 | 0 | 100110011 | 1100011 | 110111 |
Color Harmonies of #FE19E2
Complementary color
Monochromatic Colors of #FE19E2
Black with #FE19E2
Text Example
Text Example
White with #FE19E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE19E2; }
p { color: rgb(254,25,226); }
H1.HeaderClassName
{
color: #FE19E2;
}
.AnyTagClassName
{
color: #FE19E2;
}
</style>
background-color css
<style>
a { background-color: #FE19E2; }
a { background-color: rgb(254,25,226); }
div.DivClassName
{
background-color: #FE19E2;
}
.BgClassName
{
background-color: #FE19E2;
}
</style>
border-color css
<style>
span { border-color: #FE19E2; }
span { border-color: rgb(254,25,226); }
td.TdClassName
{
border-color: #FE19E2;
}
.TagClassName
{
border-color: #FE19E2;
}
</style>