Shades of Magenta #F418EC
Tints of Magenta #F418EC
RGB
CMYK
RGB Variations
Color information
#F418EC (or 0xF418EC) is known color: Magenta. HEX triplet: F4, 18 and EC. RGB value is (244,24,236). Sum of RGB (Red+Green+Blue) = 244+24+236=504 (66% of max value = 765). Red value is 244 (95.70% from 255 or 48.41% from 504); Green value is 24 (9.77% from 255 or 4.76% from 504); Blue value is 236 (92.58% from 255 or 46.83% from 504); Max value from RGB is 244 - color contains mainly: red. Hex color #F418EC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F418EC is #0BE713. Grayscale: #717171. Windows color (decimal): -780052 or 15472884. OLE color: 15472884.
HSL color Cylindrical-coordinate representation of color #F418EC: hue angle of 302.18º 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 #F418EC is Cyan = 0, Magento = 0.90, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 24 | 236 | - |
| CMYK | 0 | 0.90 | 0.03 | 0.04 |
| HSL | 302.18º | 0.91% | 0.53% | - |
| HSV(B) | 302.18º | 0.9% | 0.96% | - |
| XYZ | 52.78 | 25.94 | 81.58 | - |
| YUV | 113.95 | 196.89 | 220.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 24 | 236 | 0 | 0.90 | 0.03 | 0.04 | 302.18 | 0.91 | 0.53 |
| Hex | F4 | 18 | EC | 0 | 5A | 3 | 4 | 12E | 5B | 35 |
| Octal | 364 | 30 | 354 | 0 | 132 | 3 | 4 | 456 | 133 | 65 |
| Binary | 11110100 | 11000 | 11101100 | 0 | 1011010 | 11 | 100 | 100101110 | 1011011 | 110101 |
Color Harmonies of #F418EC
Complementary color
Monochromatic Colors of #F418EC
Black with #F418EC
Text Example
Text Example
White with #F418EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F418EC; }
p { color: rgb(244,24,236); }
H1.HeaderClassName
{
color: #F418EC;
}
.AnyTagClassName
{
color: #F418EC;
}
</style>
background-color css
<style>
a { background-color: #F418EC; }
a { background-color: rgb(244,24,236); }
div.DivClassName
{
background-color: #F418EC;
}
.BgClassName
{
background-color: #F418EC;
}
</style>
border-color css
<style>
span { border-color: #F418EC; }
span { border-color: rgb(244,24,236); }
td.TdClassName
{
border-color: #F418EC;
}
.TagClassName
{
border-color: #F418EC;
}
</style>