Shades of Magenta #F726F5
Tints of Magenta #F726F5
RGB
CMYK
RGB Variations
Color information
#F726F5 (or 0xF726F5) is known color: Magenta. HEX triplet: F7, 26 and F5. RGB value is (247,38,245). Sum of RGB (Red+Green+Blue) = 247+38+245=530 (70% of max value = 765). Red value is 247 (96.88% from 255 or 46.60% from 530); Green value is 38 (15.23% from 255 or 7.17% from 530); Blue value is 245 (96.09% from 255 or 46.23% from 530); Max value from RGB is 247 - color contains mainly: red. Hex color #F726F5 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F726F5 is #08D90A. Grayscale: #7B7B7B. Windows color (decimal): -579851 or 16066295. OLE color: 16066295.
HSL color Cylindrical-coordinate representation of color #F726F5: hue angle of 300.57º 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 #F726F5 is Cyan = 0, Magento = 0.85, Yellow = 0.01 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 38 | 245 | - |
| CMYK | 0 | 0.85 | 0.01 | 0.03 |
| HSL | 300.57º | 0.93% | 0.56% | - |
| HSV(B) | 300.57º | 0.85% | 0.97% | - |
| XYZ | 55.53 | 27.75 | 88.82 | - |
| YUV | 124.09 | 196.24 | 215.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 38 | 245 | 0 | 0.85 | 0.01 | 0.03 | 300.57 | 0.93 | 0.56 |
| Hex | F7 | 26 | F5 | 0 | 55 | 1 | 3 | 12D | 5D | 38 |
| Octal | 367 | 46 | 365 | 0 | 125 | 1 | 3 | 455 | 135 | 70 |
| Binary | 11110111 | 100110 | 11110101 | 0 | 1010101 | 1 | 11 | 100101101 | 1011101 | 111000 |
Color Harmonies of #F726F5
Complementary color
Monochromatic Colors of #F726F5
Black with #F726F5
Text Example
Text Example
White with #F726F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F726F5; }
p { color: rgb(247,38,245); }
H1.HeaderClassName
{
color: #F726F5;
}
.AnyTagClassName
{
color: #F726F5;
}
</style>
background-color css
<style>
a { background-color: #F726F5; }
a { background-color: rgb(247,38,245); }
div.DivClassName
{
background-color: #F726F5;
}
.BgClassName
{
background-color: #F726F5;
}
</style>
border-color css
<style>
span { border-color: #F726F5; }
span { border-color: rgb(247,38,245); }
td.TdClassName
{
border-color: #F726F5;
}
.TagClassName
{
border-color: #F726F5;
}
</style>