Shades of Magenta #F22AF7
Tints of Magenta #F22AF7
RGB
CMYK
RGB Variations
Color information
#F22AF7 (or 0xF22AF7) is known color: Magenta. HEX triplet: F2, 2A and F7. RGB value is (242,42,247). Sum of RGB (Red+Green+Blue) = 242+42+247=531 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.57% from 531); Green value is 42 (16.80% from 255 or 7.91% from 531); Blue value is 247 (96.88% from 255 or 46.52% from 531); Max value from RGB is 247 - color contains mainly: blue. Hex color #F22AF7 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F22AF7 is #0DD508. Grayscale: #7C7C7C. Windows color (decimal): -906505 or 16198386. OLE color: 16198386.
HSL color Cylindrical-coordinate representation of color #F22AF7: hue angle of 298.54º degrees, saturation: 0.93, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F22AF7 is Cyan = 0.02, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 242 | 42 | 247 | - |
| CMYK | 0.02 | 0.83 | 0 | 0.03 |
| HSL | 298.54º | 0.93% | 0.57% | - |
| HSV(B) | 298.54º | 0.83% | 0.97% | - |
| XYZ | 54.23 | 27.25 | 90.4 | - |
| YUV | 125.17 | 196.76 | 211.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 42 | 247 | 0.02 | 0.83 | 0 | 0.03 | 298.54 | 0.93 | 0.57 |
| Hex | F2 | 2A | F7 | 2 | 53 | 0 | 3 | 12B | 5D | 39 |
| Octal | 362 | 52 | 367 | 2 | 123 | 0 | 3 | 453 | 135 | 71 |
| Binary | 11110010 | 101010 | 11110111 | 10 | 1010011 | 0 | 11 | 100101011 | 1011101 | 111001 |
Color Harmonies of #F22AF7
Complementary color
Monochromatic Colors of #F22AF7
Black with #F22AF7
Text Example
Text Example
White with #F22AF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F22AF7; }
p { color: rgb(242,42,247); }
H1.HeaderClassName
{
color: #F22AF7;
}
.AnyTagClassName
{
color: #F22AF7;
}
</style>
background-color css
<style>
a { background-color: #F22AF7; }
a { background-color: rgb(242,42,247); }
div.DivClassName
{
background-color: #F22AF7;
}
.BgClassName
{
background-color: #F22AF7;
}
</style>
border-color css
<style>
span { border-color: #F22AF7; }
span { border-color: rgb(242,42,247); }
td.TdClassName
{
border-color: #F22AF7;
}
.TagClassName
{
border-color: #F22AF7;
}
</style>