Shades of Magenta #F725F5
Tints of Magenta #F725F5
RGB
CMYK
RGB Variations
Color information
#F725F5 (or 0xF725F5) is known color: Magenta. HEX triplet: F7, 25 and F5. RGB value is (247,37,245). Sum of RGB (Red+Green+Blue) = 247+37+245=529 (70% of max value = 765). Red value is 247 (96.88% from 255 or 46.69% from 529); Green value is 37 (14.84% from 255 or 6.99% from 529); Blue value is 245 (96.09% from 255 or 46.31% from 529); Max value from RGB is 247 - color contains mainly: red. Hex color #F725F5 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F725F5 is #08DA0A. Grayscale: #7A7A7A. Windows color (decimal): -580107 or 16066039. OLE color: 16066039.
HSL color Cylindrical-coordinate representation of color #F725F5: 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 #F725F5 is Cyan = 0, Magento = 0.85, Yellow = 0.01 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 37 | 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.5 | 27.69 | 88.81 | - |
| YUV | 123.5 | 196.57 | 216.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 37 | 245 | 0 | 0.85 | 0.01 | 0.03 | 300.57 | 0.93 | 0.56 |
| Hex | F7 | 25 | F5 | 0 | 55 | 1 | 3 | 12D | 5D | 38 |
| Octal | 367 | 45 | 365 | 0 | 125 | 1 | 3 | 455 | 135 | 70 |
| Binary | 11110111 | 100101 | 11110101 | 0 | 1010101 | 1 | 11 | 100101101 | 1011101 | 111000 |
Color Harmonies of #F725F5
Complementary color
Monochromatic Colors of #F725F5
Black with #F725F5
Text Example
Text Example
White with #F725F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F725F5; }
p { color: rgb(247,37,245); }
H1.HeaderClassName
{
color: #F725F5;
}
.AnyTagClassName
{
color: #F725F5;
}
</style>
background-color css
<style>
a { background-color: #F725F5; }
a { background-color: rgb(247,37,245); }
div.DivClassName
{
background-color: #F725F5;
}
.BgClassName
{
background-color: #F725F5;
}
</style>
border-color css
<style>
span { border-color: #F725F5; }
span { border-color: rgb(247,37,245); }
td.TdClassName
{
border-color: #F725F5;
}
.TagClassName
{
border-color: #F725F5;
}
</style>