Shades of Magenta #FE19FE
Tints of Magenta #FE19FE
RGB
CMYK
RGB Variations
Color information
#FE19FE (or 0xFE19FE) is known color: Magenta. HEX triplet: FE, 19 and FE. RGB value is (254,25,254). Sum of RGB (Red+Green+Blue) = 254+25+254=533 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.65% from 533); Green value is 25 (10.16% from 255 or 4.69% from 533); Blue value is 254 (99.61% from 255 or 47.65% from 533); Max value from RGB is 254 - color contains mainly: red, blue. Hex color #FE19FE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FE19FE is #01E601. Grayscale: #767676. Windows color (decimal): -124418 or 16652798. OLE color: 16652798.
HSL color Cylindrical-coordinate representation of color #FE19FE: hue angle of 300º 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 #FE19FE is Cyan = 0, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 25 | 254 | - |
| CMYK | 0 | 0.90 | 0 | 0.00 |
| HSL | 300º | 0.99% | 0.55% | - |
| HSV(B) | 300º | 0.9% | 1% | - |
| XYZ | 59.11 | 28.92 | 96.23 | - |
| YUV | 119.58 | 203.87 | 223.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 25 | 254 | 0 | 0.90 | 0 | 0.00 | 300 | 0.99 | 0.55 |
| Hex | FE | 19 | FE | 0 | 5A | 0 | 0 | 12C | 63 | 37 |
| Octal | 376 | 31 | 376 | 0 | 132 | 0 | 0 | 454 | 143 | 67 |
| Binary | 11111110 | 11001 | 11111110 | 0 | 1011010 | 0 | 0 | 100101100 | 1100011 | 110111 |
Color Harmonies of #FE19FE
Complementary color
Monochromatic Colors of #FE19FE
Black with #FE19FE
Text Example
Text Example
White with #FE19FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE19FE; }
p { color: rgb(254,25,254); }
H1.HeaderClassName
{
color: #FE19FE;
}
.AnyTagClassName
{
color: #FE19FE;
}
</style>
background-color css
<style>
a { background-color: #FE19FE; }
a { background-color: rgb(254,25,254); }
div.DivClassName
{
background-color: #FE19FE;
}
.BgClassName
{
background-color: #FE19FE;
}
</style>
border-color css
<style>
span { border-color: #FE19FE; }
span { border-color: rgb(254,25,254); }
td.TdClassName
{
border-color: #FE19FE;
}
.TagClassName
{
border-color: #FE19FE;
}
</style>