Shades of Magenta #F222EC
Tints of Magenta #F222EC
RGB
CMYK
RGB Variations
Color information
#F222EC (or 0xF222EC) is known color: Magenta. HEX triplet: F2, 22 and EC. RGB value is (242,34,236). Sum of RGB (Red+Green+Blue) = 242+34+236=512 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.27% from 512); Green value is 34 (13.67% from 255 or 6.64% from 512); Blue value is 236 (92.58% from 255 or 46.09% from 512); Max value from RGB is 242 - color contains mainly: red. Hex color #F222EC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F222EC is #0DDD13. Grayscale: #767676. Windows color (decimal): -908564 or 15475442. OLE color: 15475442.
HSL color Cylindrical-coordinate representation of color #F222EC: hue angle of 301.73º degrees, saturation: 0.89, 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 #F222EC is Cyan = 0, Magento = 0.86, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 34 | 236 | - |
| CMYK | 0 | 0.86 | 0.02 | 0.05 |
| HSL | 301.73º | 0.89% | 0.54% | - |
| HSV(B) | 301.73º | 0.86% | 0.95% | - |
| XYZ | 52.33 | 26.08 | 81.63 | - |
| YUV | 119.22 | 193.91 | 215.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 34 | 236 | 0 | 0.86 | 0.02 | 0.05 | 301.73 | 0.89 | 0.54 |
| Hex | F2 | 22 | EC | 0 | 56 | 2 | 5 | 12E | 59 | 36 |
| Octal | 362 | 42 | 354 | 0 | 126 | 2 | 5 | 456 | 131 | 66 |
| Binary | 11110010 | 100010 | 11101100 | 0 | 1010110 | 10 | 101 | 100101110 | 1011001 | 110110 |
Color Harmonies of #F222EC
Complementary color
Monochromatic Colors of #F222EC
Black with #F222EC
Text Example
Text Example
White with #F222EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F222EC; }
p { color: rgb(242,34,236); }
H1.HeaderClassName
{
color: #F222EC;
}
.AnyTagClassName
{
color: #F222EC;
}
</style>
background-color css
<style>
a { background-color: #F222EC; }
a { background-color: rgb(242,34,236); }
div.DivClassName
{
background-color: #F222EC;
}
.BgClassName
{
background-color: #F222EC;
}
</style>
border-color css
<style>
span { border-color: #F222EC; }
span { border-color: rgb(242,34,236); }
td.TdClassName
{
border-color: #F222EC;
}
.TagClassName
{
border-color: #F222EC;
}
</style>