Shades of Magenta #FE19FA
Tints of Magenta #FE19FA
RGB
CMYK
RGB Variations
Color information
#FE19FA (or 0xFE19FA) is known color: Magenta. HEX triplet: FE, 19 and FA. RGB value is (254,25,250). Sum of RGB (Red+Green+Blue) = 254+25+250=529 (70% of max value = 765). Red value is 254 (99.61% from 255 or 48.02% from 529); Green value is 25 (10.16% from 255 or 4.73% from 529); Blue value is 250 (98.05% from 255 or 47.26% from 529); Max value from RGB is 254 - color contains mainly: red. Hex color #FE19FA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FE19FA is #01E605. Grayscale: #767676. Windows color (decimal): -124422 or 16390654. OLE color: 16390654.
HSL color Cylindrical-coordinate representation of color #FE19FA: hue angle of 301.05º 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 #FE19FA is Cyan = 0, Magento = 0.90, Yellow = 0.02 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 25 | 250 | - |
| CMYK | 0 | 0.90 | 0.02 | 0.00 |
| HSL | 301.05º | 0.99% | 0.55% | - |
| HSV(B) | 301.05º | 0.9% | 1% | - |
| XYZ | 58.48 | 28.67 | 92.89 | - |
| YUV | 119.12 | 201.87 | 224.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 25 | 250 | 0 | 0.90 | 0.02 | 0.00 | 301.05 | 0.99 | 0.55 |
| Hex | FE | 19 | FA | 0 | 5A | 2 | 0 | 12D | 63 | 37 |
| Octal | 376 | 31 | 372 | 0 | 132 | 2 | 0 | 455 | 143 | 67 |
| Binary | 11111110 | 11001 | 11111010 | 0 | 1011010 | 10 | 0 | 100101101 | 1100011 | 110111 |
Color Harmonies of #FE19FA
Complementary color
Monochromatic Colors of #FE19FA
Black with #FE19FA
Text Example
Text Example
White with #FE19FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE19FA; }
p { color: rgb(254,25,250); }
H1.HeaderClassName
{
color: #FE19FA;
}
.AnyTagClassName
{
color: #FE19FA;
}
</style>
background-color css
<style>
a { background-color: #FE19FA; }
a { background-color: rgb(254,25,250); }
div.DivClassName
{
background-color: #FE19FA;
}
.BgClassName
{
background-color: #FE19FA;
}
</style>
border-color css
<style>
span { border-color: #FE19FA; }
span { border-color: rgb(254,25,250); }
td.TdClassName
{
border-color: #FE19FA;
}
.TagClassName
{
border-color: #FE19FA;
}
</style>