Shades of Magenta #FE19F7
Tints of Magenta #FE19F7
RGB
CMYK
RGB Variations
Color information
#FE19F7 (or 0xFE19F7) is known color: Magenta. HEX triplet: FE, 19 and F7. RGB value is (254,25,247). Sum of RGB (Red+Green+Blue) = 254+25+247=526 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.29% from 526); Green value is 25 (10.16% from 255 or 4.75% from 526); Blue value is 247 (96.88% from 255 or 46.96% from 526); Max value from RGB is 254 - color contains mainly: red. Hex color #FE19F7 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FE19F7 is #01E608. Grayscale: #767676. Windows color (decimal): -124425 or 16194046. OLE color: 16194046.
HSL color Cylindrical-coordinate representation of color #FE19F7: hue angle of 301.83º 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 #FE19F7 is Cyan = 0, Magento = 0.90, Yellow = 0.03 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 25 | 247 | - |
| CMYK | 0 | 0.90 | 0.03 | 0.00 |
| HSL | 301.83º | 0.99% | 0.55% | - |
| HSV(B) | 301.83º | 0.9% | 1% | - |
| XYZ | 58.01 | 28.48 | 90.44 | - |
| YUV | 118.78 | 200.37 | 224.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 25 | 247 | 0 | 0.90 | 0.03 | 0.00 | 301.83 | 0.99 | 0.55 |
| Hex | FE | 19 | F7 | 0 | 5A | 3 | 0 | 12E | 63 | 37 |
| Octal | 376 | 31 | 367 | 0 | 132 | 3 | 0 | 456 | 143 | 67 |
| Binary | 11111110 | 11001 | 11110111 | 0 | 1011010 | 11 | 0 | 100101110 | 1100011 | 110111 |
Color Harmonies of #FE19F7
Complementary color
Monochromatic Colors of #FE19F7
Black with #FE19F7
Text Example
Text Example
White with #FE19F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE19F7; }
p { color: rgb(254,25,247); }
H1.HeaderClassName
{
color: #FE19F7;
}
.AnyTagClassName
{
color: #FE19F7;
}
</style>
background-color css
<style>
a { background-color: #FE19F7; }
a { background-color: rgb(254,25,247); }
div.DivClassName
{
background-color: #FE19F7;
}
.BgClassName
{
background-color: #FE19F7;
}
</style>
border-color css
<style>
span { border-color: #FE19F7; }
span { border-color: rgb(254,25,247); }
td.TdClassName
{
border-color: #FE19F7;
}
.TagClassName
{
border-color: #FE19F7;
}
</style>