Shades of Magenta #F419EC
Tints of Magenta #F419EC
RGB
CMYK
RGB Variations
Color information
#F419EC (or 0xF419EC) is known color: Magenta. HEX triplet: F4, 19 and EC. RGB value is (244,25,236). Sum of RGB (Red+Green+Blue) = 244+25+236=505 (66% of max value = 765). Red value is 244 (95.70% from 255 or 48.32% from 505); Green value is 25 (10.16% from 255 or 4.95% from 505); Blue value is 236 (92.58% from 255 or 46.73% from 505); Max value from RGB is 244 - color contains mainly: red. Hex color #F419EC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F419EC is #0BE613. Grayscale: #717171. Windows color (decimal): -779796 or 15473140. OLE color: 15473140.
HSL color Cylindrical-coordinate representation of color #F419EC: hue angle of 302.19º 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 #F419EC is Cyan = 0, Magento = 0.90, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 25 | 236 | - |
| CMYK | 0 | 0.90 | 0.03 | 0.04 |
| HSL | 302.19º | 0.91% | 0.53% | - |
| HSV(B) | 302.19º | 0.9% | 0.96% | - |
| XYZ | 52.8 | 25.98 | 81.59 | - |
| YUV | 114.54 | 196.55 | 220.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 25 | 236 | 0 | 0.90 | 0.03 | 0.04 | 302.19 | 0.91 | 0.53 |
| Hex | F4 | 19 | EC | 0 | 5A | 3 | 4 | 12E | 5B | 35 |
| Octal | 364 | 31 | 354 | 0 | 132 | 3 | 4 | 456 | 133 | 65 |
| Binary | 11110100 | 11001 | 11101100 | 0 | 1011010 | 11 | 100 | 100101110 | 1011011 | 110101 |
Color Harmonies of #F419EC
Complementary color
Monochromatic Colors of #F419EC
Black with #F419EC
Text Example
Text Example
White with #F419EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F419EC; }
p { color: rgb(244,25,236); }
H1.HeaderClassName
{
color: #F419EC;
}
.AnyTagClassName
{
color: #F419EC;
}
</style>
background-color css
<style>
a { background-color: #F419EC; }
a { background-color: rgb(244,25,236); }
div.DivClassName
{
background-color: #F419EC;
}
.BgClassName
{
background-color: #F419EC;
}
</style>
border-color css
<style>
span { border-color: #F419EC; }
span { border-color: rgb(244,25,236); }
td.TdClassName
{
border-color: #F419EC;
}
.TagClassName
{
border-color: #F419EC;
}
</style>