Shades of Magenta #F22AF6
Tints of Magenta #F22AF6
RGB
CMYK
RGB Variations
Color information
#F22AF6 (or 0xF22AF6) is known color: Magenta. HEX triplet: F2, 2A and F6. RGB value is (242,42,246). Sum of RGB (Red+Green+Blue) = 242+42+246=530 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.66% from 530); Green value is 42 (16.80% from 255 or 7.92% from 530); Blue value is 246 (96.48% from 255 or 46.42% from 530); Max value from RGB is 246 - color contains mainly: blue. Hex color #F22AF6 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F22AF6 is #0DD509. Grayscale: #7C7C7C. Windows color (decimal): -906506 or 16132850. OLE color: 16132850.
HSL color Cylindrical-coordinate representation of color #F22AF6: hue angle of 298.82º degrees, saturation: 0.92, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F22AF6 is Cyan = 0.02, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 242 | 42 | 246 | - |
| CMYK | 0.02 | 0.83 | 0 | 0.04 |
| HSL | 298.82º | 0.92% | 0.56% | - |
| HSV(B) | 298.82º | 0.83% | 0.96% | - |
| XYZ | 54.08 | 27.19 | 89.59 | - |
| YUV | 125.06 | 196.26 | 211.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 42 | 246 | 0.02 | 0.83 | 0 | 0.04 | 298.82 | 0.92 | 0.56 |
| Hex | F2 | 2A | F6 | 2 | 53 | 0 | 4 | 12B | 5C | 38 |
| Octal | 362 | 52 | 366 | 2 | 123 | 0 | 4 | 453 | 134 | 70 |
| Binary | 11110010 | 101010 | 11110110 | 10 | 1010011 | 0 | 100 | 100101011 | 1011100 | 111000 |
Color Harmonies of #F22AF6
Complementary color
Monochromatic Colors of #F22AF6
Black with #F22AF6
Text Example
Text Example
White with #F22AF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F22AF6; }
p { color: rgb(242,42,246); }
H1.HeaderClassName
{
color: #F22AF6;
}
.AnyTagClassName
{
color: #F22AF6;
}
</style>
background-color css
<style>
a { background-color: #F22AF6; }
a { background-color: rgb(242,42,246); }
div.DivClassName
{
background-color: #F22AF6;
}
.BgClassName
{
background-color: #F22AF6;
}
</style>
border-color css
<style>
span { border-color: #F22AF6; }
span { border-color: rgb(242,42,246); }
td.TdClassName
{
border-color: #F22AF6;
}
.TagClassName
{
border-color: #F22AF6;
}
</style>