Shades of Magenta #F220F6
Tints of Magenta #F220F6
RGB
CMYK
RGB Variations
Color information
#F220F6 (or 0xF220F6) is known color: Magenta. HEX triplet: F2, 20 and F6. RGB value is (242,32,246). Sum of RGB (Red+Green+Blue) = 242+32+246=520 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.54% from 520); Green value is 32 (12.89% from 255 or 6.15% from 520); Blue value is 246 (96.48% from 255 or 47.31% from 520); Max value from RGB is 246 - color contains mainly: blue. Hex color #F220F6 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F220F6 is #0DDF09. Grayscale: #767676. Windows color (decimal): -909066 or 16130290. OLE color: 16130290.
HSL color Cylindrical-coordinate representation of color #F220F6: hue angle of 298.88º degrees, saturation: 0.92, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F220F6 is Cyan = 0.02, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 242 | 32 | 246 | - |
| CMYK | 0.02 | 0.87 | 0 | 0.04 |
| HSL | 298.88º | 0.92% | 0.55% | - |
| HSV(B) | 298.88º | 0.87% | 0.96% | - |
| XYZ | 53.77 | 26.56 | 89.48 | - |
| YUV | 119.19 | 199.57 | 215.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 32 | 246 | 0.02 | 0.87 | 0 | 0.04 | 298.88 | 0.92 | 0.55 |
| Hex | F2 | 20 | F6 | 2 | 57 | 0 | 4 | 12B | 5C | 37 |
| Octal | 362 | 40 | 366 | 2 | 127 | 0 | 4 | 453 | 134 | 67 |
| Binary | 11110010 | 100000 | 11110110 | 10 | 1010111 | 0 | 100 | 100101011 | 1011100 | 110111 |
Color Harmonies of #F220F6
Complementary color
Monochromatic Colors of #F220F6
Black with #F220F6
Text Example
Text Example
White with #F220F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F220F6; }
p { color: rgb(242,32,246); }
H1.HeaderClassName
{
color: #F220F6;
}
.AnyTagClassName
{
color: #F220F6;
}
</style>
background-color css
<style>
a { background-color: #F220F6; }
a { background-color: rgb(242,32,246); }
div.DivClassName
{
background-color: #F220F6;
}
.BgClassName
{
background-color: #F220F6;
}
</style>
border-color css
<style>
span { border-color: #F220F6; }
span { border-color: rgb(242,32,246); }
td.TdClassName
{
border-color: #F220F6;
}
.TagClassName
{
border-color: #F220F6;
}
</style>