Shades of Magenta #FE19F9
Tints of Magenta #FE19F9
RGB
CMYK
RGB Variations
Color information
#FE19F9 (or 0xFE19F9) is known color: Magenta. HEX triplet: FE, 19 and F9. RGB value is (254,25,249). Sum of RGB (Red+Green+Blue) = 254+25+249=528 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.11% from 528); Green value is 25 (10.16% from 255 or 4.73% from 528); Blue value is 249 (97.66% from 255 or 47.16% from 528); Max value from RGB is 254 - color contains mainly: red. Hex color #FE19F9 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FE19F9 is #01E606. Grayscale: #767676. Windows color (decimal): -124423 or 16325118. OLE color: 16325118.
HSL color Cylindrical-coordinate representation of color #FE19F9: hue angle of 301.31º 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 #FE19F9 is Cyan = 0, Magento = 0.90, Yellow = 0.02 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 25 | 249 | - |
| CMYK | 0 | 0.90 | 0.02 | 0.00 |
| HSL | 301.31º | 0.99% | 0.55% | - |
| HSV(B) | 301.31º | 0.9% | 1% | - |
| XYZ | 58.32 | 28.61 | 92.07 | - |
| YUV | 119.01 | 201.37 | 224.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 25 | 249 | 0 | 0.90 | 0.02 | 0.00 | 301.31 | 0.99 | 0.55 |
| Hex | FE | 19 | F9 | 0 | 5A | 2 | 0 | 12D | 63 | 37 |
| Octal | 376 | 31 | 371 | 0 | 132 | 2 | 0 | 455 | 143 | 67 |
| Binary | 11111110 | 11001 | 11111001 | 0 | 1011010 | 10 | 0 | 100101101 | 1100011 | 110111 |
Color Harmonies of #FE19F9
Complementary color
Monochromatic Colors of #FE19F9
Black with #FE19F9
Text Example
Text Example
White with #FE19F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE19F9; }
p { color: rgb(254,25,249); }
H1.HeaderClassName
{
color: #FE19F9;
}
.AnyTagClassName
{
color: #FE19F9;
}
</style>
background-color css
<style>
a { background-color: #FE19F9; }
a { background-color: rgb(254,25,249); }
div.DivClassName
{
background-color: #FE19F9;
}
.BgClassName
{
background-color: #FE19F9;
}
</style>
border-color css
<style>
span { border-color: #FE19F9; }
span { border-color: rgb(254,25,249); }
td.TdClassName
{
border-color: #FE19F9;
}
.TagClassName
{
border-color: #FE19F9;
}
</style>