Shades of Magenta #F222ED
Tints of Magenta #F222ED
RGB
CMYK
RGB Variations
Color information
#F222ED (or 0xF222ED) is known color: Magenta. HEX triplet: F2, 22 and ED. RGB value is (242,34,237). Sum of RGB (Red+Green+Blue) = 242+34+237=513 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.17% from 513); Green value is 34 (13.67% from 255 or 6.63% from 513); Blue value is 237 (92.97% from 255 or 46.20% from 513); Max value from RGB is 242 - color contains mainly: red. Hex color #F222ED is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F222ED is #0DDD12. Grayscale: #767676. Windows color (decimal): -908563 or 15540978. OLE color: 15540978.
HSL color Cylindrical-coordinate representation of color #F222ED: hue angle of 301.44º 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 #F222ED is Cyan = 0, Magento = 0.86, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 34 | 237 | - |
| CMYK | 0 | 0.86 | 0.02 | 0.05 |
| HSL | 301.44º | 0.89% | 0.54% | - |
| HSV(B) | 301.44º | 0.86% | 0.95% | - |
| XYZ | 52.48 | 26.14 | 82.4 | - |
| YUV | 119.33 | 194.41 | 215.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 34 | 237 | 0 | 0.86 | 0.02 | 0.05 | 301.44 | 0.89 | 0.54 |
| Hex | F2 | 22 | ED | 0 | 56 | 2 | 5 | 12D | 59 | 36 |
| Octal | 362 | 42 | 355 | 0 | 126 | 2 | 5 | 455 | 131 | 66 |
| Binary | 11110010 | 100010 | 11101101 | 0 | 1010110 | 10 | 101 | 100101101 | 1011001 | 110110 |
Color Harmonies of #F222ED
Complementary color
Monochromatic Colors of #F222ED
Black with #F222ED
Text Example
Text Example
White with #F222ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F222ED; }
p { color: rgb(242,34,237); }
H1.HeaderClassName
{
color: #F222ED;
}
.AnyTagClassName
{
color: #F222ED;
}
</style>
background-color css
<style>
a { background-color: #F222ED; }
a { background-color: rgb(242,34,237); }
div.DivClassName
{
background-color: #F222ED;
}
.BgClassName
{
background-color: #F222ED;
}
</style>
border-color css
<style>
span { border-color: #F222ED; }
span { border-color: rgb(242,34,237); }
td.TdClassName
{
border-color: #F222ED;
}
.TagClassName
{
border-color: #F222ED;
}
</style>