Shades of Magenta #F222F0
Tints of Magenta #F222F0
RGB
CMYK
RGB Variations
Color information
#F222F0 (or 0xF222F0) is known color: Magenta. HEX triplet: F2, 22 and F0. RGB value is (242,34,240). Sum of RGB (Red+Green+Blue) = 242+34+240=516 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.90% from 516); Green value is 34 (13.67% from 255 or 6.59% from 516); Blue value is 240 (94.14% from 255 or 46.51% from 516); Max value from RGB is 242 - color contains mainly: red. Hex color #F222F0 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F222F0 is #0DDD0F. Grayscale: #777777. Windows color (decimal): -908560 or 15737586. OLE color: 15737586.
HSL color Cylindrical-coordinate representation of color #F222F0: hue angle of 300.58º 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 #F222F0 is Cyan = 0, Magento = 0.86, Yellow = 0.01 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 34 | 240 | - |
| CMYK | 0 | 0.86 | 0.01 | 0.05 |
| HSL | 300.58º | 0.89% | 0.54% | - |
| HSV(B) | 300.58º | 0.86% | 0.95% | - |
| XYZ | 52.92 | 26.31 | 84.73 | - |
| YUV | 119.68 | 195.91 | 215.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 34 | 240 | 0 | 0.86 | 0.01 | 0.05 | 300.58 | 0.89 | 0.54 |
| Hex | F2 | 22 | F0 | 0 | 56 | 1 | 5 | 12D | 59 | 36 |
| Octal | 362 | 42 | 360 | 0 | 126 | 1 | 5 | 455 | 131 | 66 |
| Binary | 11110010 | 100010 | 11110000 | 0 | 1010110 | 1 | 101 | 100101101 | 1011001 | 110110 |
Color Harmonies of #F222F0
Complementary color
Monochromatic Colors of #F222F0
Black with #F222F0
Text Example
Text Example
White with #F222F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F222F0; }
p { color: rgb(242,34,240); }
H1.HeaderClassName
{
color: #F222F0;
}
.AnyTagClassName
{
color: #F222F0;
}
</style>
background-color css
<style>
a { background-color: #F222F0; }
a { background-color: rgb(242,34,240); }
div.DivClassName
{
background-color: #F222F0;
}
.BgClassName
{
background-color: #F222F0;
}
</style>
border-color css
<style>
span { border-color: #F222F0; }
span { border-color: rgb(242,34,240); }
td.TdClassName
{
border-color: #F222F0;
}
.TagClassName
{
border-color: #F222F0;
}
</style>