Shades of Magenta #F122EC
Tints of Magenta #F122EC
RGB
CMYK
RGB Variations
Color information
#F122EC (or 0xF122EC) is known color: Magenta. HEX triplet: F1, 22 and EC. RGB value is (241,34,236). Sum of RGB (Red+Green+Blue) = 241+34+236=511 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.16% from 511); Green value is 34 (13.67% from 255 or 6.65% from 511); Blue value is 236 (92.58% from 255 or 46.18% from 511); Max value from RGB is 241 - color contains mainly: red. Hex color #F122EC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F122EC is #0EDD13. Grayscale: #767676. Windows color (decimal): -974100 or 15475441. OLE color: 15475441.
HSL color Cylindrical-coordinate representation of color #F122EC: hue angle of 301.45º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F122EC is Cyan = 0, Magento = 0.86, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 34 | 236 | - |
| CMYK | 0 | 0.86 | 0.02 | 0.05 |
| HSL | 301.45º | 0.88% | 0.54% | - |
| HSV(B) | 301.45º | 0.86% | 0.95% | - |
| XYZ | 51.99 | 25.9 | 81.62 | - |
| YUV | 118.92 | 194.08 | 215.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 34 | 236 | 0 | 0.86 | 0.02 | 0.05 | 301.45 | 0.88 | 0.54 |
| Hex | F1 | 22 | EC | 0 | 56 | 2 | 5 | 12D | 58 | 36 |
| Octal | 361 | 42 | 354 | 0 | 126 | 2 | 5 | 455 | 130 | 66 |
| Binary | 11110001 | 100010 | 11101100 | 0 | 1010110 | 10 | 101 | 100101101 | 1011000 | 110110 |
Color Harmonies of #F122EC
Complementary color
Monochromatic Colors of #F122EC
Black with #F122EC
Text Example
Text Example
White with #F122EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F122EC; }
p { color: rgb(241,34,236); }
H1.HeaderClassName
{
color: #F122EC;
}
.AnyTagClassName
{
color: #F122EC;
}
</style>
background-color css
<style>
a { background-color: #F122EC; }
a { background-color: rgb(241,34,236); }
div.DivClassName
{
background-color: #F122EC;
}
.BgClassName
{
background-color: #F122EC;
}
</style>
border-color css
<style>
span { border-color: #F122EC; }
span { border-color: rgb(241,34,236); }
td.TdClassName
{
border-color: #F122EC;
}
.TagClassName
{
border-color: #F122EC;
}
</style>