Shades of Magenta #F419E8
Tints of Magenta #F419E8
RGB
CMYK
RGB Variations
Color information
#F419E8 (or 0xF419E8) is known color: Magenta. HEX triplet: F4, 19 and E8. RGB value is (244,25,232). Sum of RGB (Red+Green+Blue) = 244+25+232=501 (66% of max value = 765). Red value is 244 (95.70% from 255 or 48.70% from 501); Green value is 25 (10.16% from 255 or 4.99% from 501); Blue value is 232 (91.02% from 255 or 46.31% from 501); Max value from RGB is 244 - color contains mainly: red. Hex color #F419E8 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F419E8 is #0BE617. Grayscale: #717171. Windows color (decimal): -779800 or 15210996. OLE color: 15210996.
HSL color Cylindrical-coordinate representation of color #F419E8: hue angle of 303.29º degrees, saturation: 0.91, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F419E8 is Cyan = 0, Magento = 0.90, Yellow = 0.05 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 25 | 232 | - |
| CMYK | 0 | 0.90 | 0.05 | 0.04 |
| HSL | 303.29º | 0.91% | 0.53% | - |
| HSV(B) | 303.29º | 0.9% | 0.96% | - |
| XYZ | 52.22 | 25.75 | 78.56 | - |
| YUV | 114.08 | 194.55 | 220.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 25 | 232 | 0 | 0.90 | 0.05 | 0.04 | 303.29 | 0.91 | 0.53 |
| Hex | F4 | 19 | E8 | 0 | 5A | 5 | 4 | 12F | 5B | 35 |
| Octal | 364 | 31 | 350 | 0 | 132 | 5 | 4 | 457 | 133 | 65 |
| Binary | 11110100 | 11001 | 11101000 | 0 | 1011010 | 101 | 100 | 100101111 | 1011011 | 110101 |
Color Harmonies of #F419E8
Complementary color
Monochromatic Colors of #F419E8
Black with #F419E8
Text Example
Text Example
White with #F419E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F419E8; }
p { color: rgb(244,25,232); }
H1.HeaderClassName
{
color: #F419E8;
}
.AnyTagClassName
{
color: #F419E8;
}
</style>
background-color css
<style>
a { background-color: #F419E8; }
a { background-color: rgb(244,25,232); }
div.DivClassName
{
background-color: #F419E8;
}
.BgClassName
{
background-color: #F419E8;
}
</style>
border-color css
<style>
span { border-color: #F419E8; }
span { border-color: rgb(244,25,232); }
td.TdClassName
{
border-color: #F419E8;
}
.TagClassName
{
border-color: #F419E8;
}
</style>