Shades of Magenta #F114EC
Tints of Magenta #F114EC
RGB
CMYK
RGB Variations
Color information
#F114EC (or 0xF114EC) is known color: Magenta. HEX triplet: F1, 14 and EC. RGB value is (241,20,236). Sum of RGB (Red+Green+Blue) = 241+20+236=497 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.49% from 497); Green value is 20 (8.20% from 255 or 4.02% from 497); Blue value is 236 (92.58% from 255 or 47.48% from 497); Max value from RGB is 241 - color contains mainly: red. Hex color #F114EC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F114EC is #0EEB13. Grayscale: #6E6E6E. Windows color (decimal): -977684 or 15471857. OLE color: 15471857.
HSL color Cylindrical-coordinate representation of color #F114EC: hue angle of 301.36º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F114EC is Cyan = 0, Magento = 0.92, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 20 | 236 | - |
| CMYK | 0 | 0.92 | 0.02 | 0.05 |
| HSL | 301.36º | 0.89% | 0.51% | - |
| HSV(B) | 301.36º | 0.92% | 0.95% | - |
| XYZ | 51.67 | 25.26 | 81.51 | - |
| YUV | 110.7 | 198.72 | 220.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 20 | 236 | 0 | 0.92 | 0.02 | 0.05 | 301.36 | 0.89 | 0.51 |
| Hex | F1 | 14 | EC | 0 | 5C | 2 | 5 | 12D | 59 | 33 |
| Octal | 361 | 24 | 354 | 0 | 134 | 2 | 5 | 455 | 131 | 63 |
| Binary | 11110001 | 10100 | 11101100 | 0 | 1011100 | 10 | 101 | 100101101 | 1011001 | 110011 |
Color Harmonies of #F114EC
Complementary color
Monochromatic Colors of #F114EC
Black with #F114EC
Text Example
Text Example
White with #F114EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F114EC; }
p { color: rgb(241,20,236); }
H1.HeaderClassName
{
color: #F114EC;
}
.AnyTagClassName
{
color: #F114EC;
}
</style>
background-color css
<style>
a { background-color: #F114EC; }
a { background-color: rgb(241,20,236); }
div.DivClassName
{
background-color: #F114EC;
}
.BgClassName
{
background-color: #F114EC;
}
</style>
border-color css
<style>
span { border-color: #F114EC; }
span { border-color: rgb(241,20,236); }
td.TdClassName
{
border-color: #F114EC;
}
.TagClassName
{
border-color: #F114EC;
}
</style>