Shades of Magenta #F414EC
Tints of Magenta #F414EC
RGB
CMYK
RGB Variations
Color information
#F414EC (or 0xF414EC) is known color: Magenta. HEX triplet: F4, 14 and EC. RGB value is (244,20,236). Sum of RGB (Red+Green+Blue) = 244+20+236=500 (66% of max value = 765). Red value is 244 (95.70% from 255 or 48.8% from 500); Green value is 20 (8.20% from 255 or 4% from 500); Blue value is 236 (92.58% from 255 or 47.2% from 500); Max value from RGB is 244 - color contains mainly: red. Hex color #F414EC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F414EC is #0BEB13. Grayscale: #6E6E6E. Windows color (decimal): -781076 or 15471860. OLE color: 15471860.
HSL color Cylindrical-coordinate representation of color #F414EC: hue angle of 302.14º degrees, saturation: 0.91, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F414EC is Cyan = 0, Magento = 0.92, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 20 | 236 | - |
| CMYK | 0 | 0.92 | 0.03 | 0.04 |
| HSL | 302.14º | 0.91% | 0.52% | - |
| HSV(B) | 302.14º | 0.92% | 0.96% | - |
| XYZ | 52.7 | 25.79 | 81.56 | - |
| YUV | 111.6 | 198.21 | 222.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 20 | 236 | 0 | 0.92 | 0.03 | 0.04 | 302.14 | 0.91 | 0.52 |
| Hex | F4 | 14 | EC | 0 | 5C | 3 | 4 | 12E | 5B | 34 |
| Octal | 364 | 24 | 354 | 0 | 134 | 3 | 4 | 456 | 133 | 64 |
| Binary | 11110100 | 10100 | 11101100 | 0 | 1011100 | 11 | 100 | 100101110 | 1011011 | 110100 |
Color Harmonies of #F414EC
Complementary color
Monochromatic Colors of #F414EC
Black with #F414EC
Text Example
Text Example
White with #F414EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F414EC; }
p { color: rgb(244,20,236); }
H1.HeaderClassName
{
color: #F414EC;
}
.AnyTagClassName
{
color: #F414EC;
}
</style>
background-color css
<style>
a { background-color: #F414EC; }
a { background-color: rgb(244,20,236); }
div.DivClassName
{
background-color: #F414EC;
}
.BgClassName
{
background-color: #F414EC;
}
</style>
border-color css
<style>
span { border-color: #F414EC; }
span { border-color: rgb(244,20,236); }
td.TdClassName
{
border-color: #F414EC;
}
.TagClassName
{
border-color: #F414EC;
}
</style>