Shades of Magenta #FE19E9
Tints of Magenta #FE19E9
RGB
CMYK
RGB Variations
Color information
#FE19E9 (or 0xFE19E9) is known color: Magenta. HEX triplet: FE, 19 and E9. RGB value is (254,25,233). Sum of RGB (Red+Green+Blue) = 254+25+233=512 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.61% from 512); Green value is 25 (10.16% from 255 or 4.88% from 512); Blue value is 233 (91.41% from 255 or 45.51% from 512); Max value from RGB is 254 - color contains mainly: red. Hex color #FE19E9 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FE19E9 is #01E616. Grayscale: #747474. Windows color (decimal): -124439 or 15276542. OLE color: 15276542.
HSL color Cylindrical-coordinate representation of color #FE19E9: hue angle of 305.5º 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 #FE19E9 is Cyan = 0, Magento = 0.90, Yellow = 0.08 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 25 | 233 | - |
| CMYK | 0 | 0.90 | 0.08 | 0.00 |
| HSL | 305.5º | 0.99% | 0.55% | - |
| HSV(B) | 305.5º | 0.9% | 1% | - |
| XYZ | 55.93 | 27.65 | 79.48 | - |
| YUV | 117.18 | 193.37 | 225.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 25 | 233 | 0 | 0.90 | 0.08 | 0.00 | 305.5 | 0.99 | 0.55 |
| Hex | FE | 19 | E9 | 0 | 5A | 8 | 0 | 132 | 63 | 37 |
| Octal | 376 | 31 | 351 | 0 | 132 | 10 | 0 | 462 | 143 | 67 |
| Binary | 11111110 | 11001 | 11101001 | 0 | 1011010 | 1000 | 0 | 100110010 | 1100011 | 110111 |
Color Harmonies of #FE19E9
Complementary color
Monochromatic Colors of #FE19E9
Black with #FE19E9
Text Example
Text Example
White with #FE19E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE19E9; }
p { color: rgb(254,25,233); }
H1.HeaderClassName
{
color: #FE19E9;
}
.AnyTagClassName
{
color: #FE19E9;
}
</style>
background-color css
<style>
a { background-color: #FE19E9; }
a { background-color: rgb(254,25,233); }
div.DivClassName
{
background-color: #FE19E9;
}
.BgClassName
{
background-color: #FE19E9;
}
</style>
border-color css
<style>
span { border-color: #FE19E9; }
span { border-color: rgb(254,25,233); }
td.TdClassName
{
border-color: #FE19E9;
}
.TagClassName
{
border-color: #FE19E9;
}
</style>