Shades of Magenta #F22AF4
Tints of Magenta #F22AF4
RGB
CMYK
RGB Variations
Color information
#F22AF4 (or 0xF22AF4) is known color: Magenta. HEX triplet: F2, 2A and F4. RGB value is (242,42,244). Sum of RGB (Red+Green+Blue) = 242+42+244=528 (69% of max value = 765). Red value is 242 (94.92% from 255 or 45.83% from 528); Green value is 42 (16.80% from 255 or 7.95% from 528); Blue value is 244 (95.70% from 255 or 46.21% from 528); Max value from RGB is 244 - color contains mainly: blue. Hex color #F22AF4 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F22AF4 is #0DD50B. Grayscale: #7C7C7C. Windows color (decimal): -906508 or 16001778. OLE color: 16001778.
HSL color Cylindrical-coordinate representation of color #F22AF4: hue angle of 299.41º degrees, saturation: 0.9, 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 #F22AF4 is Cyan = 0.01, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 242 | 42 | 244 | - |
| CMYK | 0.01 | 0.83 | 0 | 0.04 |
| HSL | 299.41º | 0.9% | 0.56% | - |
| HSV(B) | 299.41º | 0.83% | 0.96% | - |
| XYZ | 53.78 | 27.06 | 87.98 | - |
| YUV | 124.83 | 195.26 | 211.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 42 | 244 | 0.01 | 0.83 | 0 | 0.04 | 299.41 | 0.9 | 0.56 |
| Hex | F2 | 2A | F4 | 1 | 53 | 0 | 4 | 12B | 5A | 38 |
| Octal | 362 | 52 | 364 | 1 | 123 | 0 | 4 | 453 | 132 | 70 |
| Binary | 11110010 | 101010 | 11110100 | 1 | 1010011 | 0 | 100 | 100101011 | 1011010 | 111000 |
Color Harmonies of #F22AF4
Complementary color
Monochromatic Colors of #F22AF4
Black with #F22AF4
Text Example
Text Example
White with #F22AF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F22AF4; }
p { color: rgb(242,42,244); }
H1.HeaderClassName
{
color: #F22AF4;
}
.AnyTagClassName
{
color: #F22AF4;
}
</style>
background-color css
<style>
a { background-color: #F22AF4; }
a { background-color: rgb(242,42,244); }
div.DivClassName
{
background-color: #F22AF4;
}
.BgClassName
{
background-color: #F22AF4;
}
</style>
border-color css
<style>
span { border-color: #F22AF4; }
span { border-color: rgb(242,42,244); }
td.TdClassName
{
border-color: #F22AF4;
}
.TagClassName
{
border-color: #F22AF4;
}
</style>