Shades of Magenta #F722F0
Tints of Magenta #F722F0
RGB
CMYK
RGB Variations
Color information
#F722F0 (or 0xF722F0) is known color: Magenta. HEX triplet: F7, 22 and F0. RGB value is (247,34,240). Sum of RGB (Red+Green+Blue) = 247+34+240=521 (69% of max value = 765). Red value is 247 (96.88% from 255 or 47.41% from 521); Green value is 34 (13.67% from 255 or 6.53% from 521); Blue value is 240 (94.14% from 255 or 46.07% from 521); Max value from RGB is 247 - color contains mainly: red. Hex color #F722F0 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F722F0 is #08DD0F. Grayscale: #787878. Windows color (decimal): -580880 or 15737591. OLE color: 15737591.
HSL color Cylindrical-coordinate representation of color #F722F0: hue angle of 301.97º degrees, saturation: 0.93, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F722F0 is Cyan = 0, Magento = 0.86, Yellow = 0.03 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 34 | 240 | - |
| CMYK | 0 | 0.86 | 0.03 | 0.03 |
| HSL | 301.97º | 0.93% | 0.55% | - |
| HSV(B) | 301.97º | 0.86% | 0.97% | - |
| XYZ | 54.66 | 27.21 | 84.81 | - |
| YUV | 121.17 | 195.07 | 217.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 34 | 240 | 0 | 0.86 | 0.03 | 0.03 | 301.97 | 0.93 | 0.55 |
| Hex | F7 | 22 | F0 | 0 | 56 | 3 | 3 | 12E | 5D | 37 |
| Octal | 367 | 42 | 360 | 0 | 126 | 3 | 3 | 456 | 135 | 67 |
| Binary | 11110111 | 100010 | 11110000 | 0 | 1010110 | 11 | 11 | 100101110 | 1011101 | 110111 |
Color Harmonies of #F722F0
Complementary color
Monochromatic Colors of #F722F0
Black with #F722F0
Text Example
Text Example
White with #F722F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F722F0; }
p { color: rgb(247,34,240); }
H1.HeaderClassName
{
color: #F722F0;
}
.AnyTagClassName
{
color: #F722F0;
}
</style>
background-color css
<style>
a { background-color: #F722F0; }
a { background-color: rgb(247,34,240); }
div.DivClassName
{
background-color: #F722F0;
}
.BgClassName
{
background-color: #F722F0;
}
</style>
border-color css
<style>
span { border-color: #F722F0; }
span { border-color: rgb(247,34,240); }
td.TdClassName
{
border-color: #F722F0;
}
.TagClassName
{
border-color: #F722F0;
}
</style>