Shades of Magenta #F726F2
Tints of Magenta #F726F2
RGB
CMYK
RGB Variations
Color information
#F726F2 (or 0xF726F2) is known color: Magenta. HEX triplet: F7, 26 and F2. RGB value is (247,38,242). Sum of RGB (Red+Green+Blue) = 247+38+242=527 (69% of max value = 765). Red value is 247 (96.88% from 255 or 46.87% from 527); Green value is 38 (15.23% from 255 or 7.21% from 527); Blue value is 242 (94.92% from 255 or 45.92% from 527); Max value from RGB is 247 - color contains mainly: red. Hex color #F726F2 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F726F2 is #08D90D. Grayscale: #7B7B7B. Windows color (decimal): -579854 or 15869687. OLE color: 15869687.
HSL color Cylindrical-coordinate representation of color #F726F2: hue angle of 301.44º degrees, saturation: 0.93, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F726F2 is Cyan = 0, Magento = 0.85, Yellow = 0.02 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 38 | 242 | - |
| CMYK | 0 | 0.85 | 0.02 | 0.03 |
| HSL | 301.44º | 0.93% | 0.56% | - |
| HSV(B) | 301.44º | 0.85% | 0.97% | - |
| XYZ | 55.08 | 27.57 | 86.42 | - |
| YUV | 123.75 | 194.74 | 215.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 38 | 242 | 0 | 0.85 | 0.02 | 0.03 | 301.44 | 0.93 | 0.56 |
| Hex | F7 | 26 | F2 | 0 | 55 | 2 | 3 | 12D | 5D | 38 |
| Octal | 367 | 46 | 362 | 0 | 125 | 2 | 3 | 455 | 135 | 70 |
| Binary | 11110111 | 100110 | 11110010 | 0 | 1010101 | 10 | 11 | 100101101 | 1011101 | 111000 |
Color Harmonies of #F726F2
Complementary color
Monochromatic Colors of #F726F2
Black with #F726F2
Text Example
Text Example
White with #F726F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F726F2; }
p { color: rgb(247,38,242); }
H1.HeaderClassName
{
color: #F726F2;
}
.AnyTagClassName
{
color: #F726F2;
}
</style>
background-color css
<style>
a { background-color: #F726F2; }
a { background-color: rgb(247,38,242); }
div.DivClassName
{
background-color: #F726F2;
}
.BgClassName
{
background-color: #F726F2;
}
</style>
border-color css
<style>
span { border-color: #F726F2; }
span { border-color: rgb(247,38,242); }
td.TdClassName
{
border-color: #F726F2;
}
.TagClassName
{
border-color: #F726F2;
}
</style>