Shades of Magenta #F724F5
Tints of Magenta #F724F5
RGB
CMYK
RGB Variations
Color information
#F724F5 (or 0xF724F5) is known color: Magenta. HEX triplet: F7, 24 and F5. RGB value is (247,36,245). Sum of RGB (Red+Green+Blue) = 247+36+245=528 (69% of max value = 765). Red value is 247 (96.88% from 255 or 46.78% from 528); Green value is 36 (14.45% from 255 or 6.82% from 528); Blue value is 245 (96.09% from 255 or 46.40% from 528); Max value from RGB is 247 - color contains mainly: red. Hex color #F724F5 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F724F5 is #08DB0A. Grayscale: #7A7A7A. Windows color (decimal): -580363 or 16065783. OLE color: 16065783.
HSL color Cylindrical-coordinate representation of color #F724F5: hue angle of 300.57º degrees, saturation: 0.93, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F724F5 is Cyan = 0, Magento = 0.85, Yellow = 0.01 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 36 | 245 | - |
| CMYK | 0 | 0.85 | 0.01 | 0.03 |
| HSL | 300.57º | 0.93% | 0.55% | - |
| HSV(B) | 300.57º | 0.85% | 0.97% | - |
| XYZ | 55.47 | 27.63 | 88.8 | - |
| YUV | 122.92 | 196.9 | 216.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 36 | 245 | 0 | 0.85 | 0.01 | 0.03 | 300.57 | 0.93 | 0.55 |
| Hex | F7 | 24 | F5 | 0 | 55 | 1 | 3 | 12D | 5D | 37 |
| Octal | 367 | 44 | 365 | 0 | 125 | 1 | 3 | 455 | 135 | 67 |
| Binary | 11110111 | 100100 | 11110101 | 0 | 1010101 | 1 | 11 | 100101101 | 1011101 | 110111 |
Color Harmonies of #F724F5
Complementary color
Monochromatic Colors of #F724F5
Black with #F724F5
Text Example
Text Example
White with #F724F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F724F5; }
p { color: rgb(247,36,245); }
H1.HeaderClassName
{
color: #F724F5;
}
.AnyTagClassName
{
color: #F724F5;
}
</style>
background-color css
<style>
a { background-color: #F724F5; }
a { background-color: rgb(247,36,245); }
div.DivClassName
{
background-color: #F724F5;
}
.BgClassName
{
background-color: #F724F5;
}
</style>
border-color css
<style>
span { border-color: #F724F5; }
span { border-color: rgb(247,36,245); }
td.TdClassName
{
border-color: #F724F5;
}
.TagClassName
{
border-color: #F724F5;
}
</style>