Shades of Magenta #FE19F4
Tints of Magenta #FE19F4
RGB
CMYK
RGB Variations
Color information
#FE19F4 (or 0xFE19F4) is known color: Magenta. HEX triplet: FE, 19 and F4. RGB value is (254,25,244). Sum of RGB (Red+Green+Blue) = 254+25+244=523 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.57% from 523); Green value is 25 (10.16% from 255 or 4.78% from 523); Blue value is 244 (95.70% from 255 or 46.65% from 523); Max value from RGB is 254 - color contains mainly: red. Hex color #FE19F4 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FE19F4 is #01E60B. Grayscale: #757575. Windows color (decimal): -124428 or 15997438. OLE color: 15997438.
HSL color Cylindrical-coordinate representation of color #FE19F4: hue angle of 302.62º 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 #FE19F4 is Cyan = 0, Magento = 0.90, Yellow = 0.04 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 25 | 244 | - |
| CMYK | 0 | 0.90 | 0.04 | 0.00 |
| HSL | 302.62º | 0.99% | 0.55% | - |
| HSV(B) | 302.62º | 0.9% | 1% | - |
| XYZ | 57.55 | 28.3 | 88.02 | - |
| YUV | 118.44 | 198.87 | 224.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 25 | 244 | 0 | 0.90 | 0.04 | 0.00 | 302.62 | 0.99 | 0.55 |
| Hex | FE | 19 | F4 | 0 | 5A | 4 | 0 | 12F | 63 | 37 |
| Octal | 376 | 31 | 364 | 0 | 132 | 4 | 0 | 457 | 143 | 67 |
| Binary | 11111110 | 11001 | 11110100 | 0 | 1011010 | 100 | 0 | 100101111 | 1100011 | 110111 |
Color Harmonies of #FE19F4
Complementary color
Monochromatic Colors of #FE19F4
Black with #FE19F4
Text Example
Text Example
White with #FE19F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE19F4; }
p { color: rgb(254,25,244); }
H1.HeaderClassName
{
color: #FE19F4;
}
.AnyTagClassName
{
color: #FE19F4;
}
</style>
background-color css
<style>
a { background-color: #FE19F4; }
a { background-color: rgb(254,25,244); }
div.DivClassName
{
background-color: #FE19F4;
}
.BgClassName
{
background-color: #FE19F4;
}
</style>
border-color css
<style>
span { border-color: #FE19F4; }
span { border-color: rgb(254,25,244); }
td.TdClassName
{
border-color: #FE19F4;
}
.TagClassName
{
border-color: #FE19F4;
}
</style>