Shades of Magenta #F725FF
Tints of Magenta #F725FF
RGB
CMYK
RGB Variations
Color information
#F725FF (or 0xF725FF) is known color: Magenta. HEX triplet: F7, 25 and FF. RGB value is (247,37,255). Sum of RGB (Red+Green+Blue) = 247+37+255=539 (71% of max value = 765). Red value is 247 (96.88% from 255 or 45.83% from 539); Green value is 37 (14.84% from 255 or 6.86% from 539); Blue value is 255 (100% from 255 or 47.31% from 539); Max value from RGB is 255 - color contains mainly: blue. Hex color #F725FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F725FF is #08DA00. Grayscale: #7B7B7B. Windows color (decimal): -580097 or 16721399. OLE color: 16721399.
HSL color Cylindrical-coordinate representation of color #F725FF: hue angle of 297.8º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F725FF is Cyan = 0.03, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 247 | 37 | 255 | - |
| CMYK | 0.03 | 0.85 | 0 | 0 |
| HSL | 297.8º | 1% | 0.57% | - |
| HSV(B) | 297.8º | 0.85% | 1% | - |
| XYZ | 57.07 | 28.32 | 97.07 | - |
| YUV | 124.64 | 201.57 | 215.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 37 | 255 | 0.03 | 0.85 | 0 | 0 | 297.8 | 1 | 0.57 |
| Hex | F7 | 25 | FF | 3 | 55 | 0 | 0 | 12A | 64 | 39 |
| Octal | 367 | 45 | 377 | 3 | 125 | 0 | 0 | 452 | 144 | 71 |
| Binary | 11110111 | 100101 | 11111111 | 11 | 1010101 | 0 | 0 | 100101010 | 1100100 | 111001 |
Color Harmonies of #F725FF
Complementary color
Monochromatic Colors of #F725FF
Black with #F725FF
Text Example
Text Example
White with #F725FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F725FF; }
p { color: rgb(247,37,255); }
H1.HeaderClassName
{
color: #F725FF;
}
.AnyTagClassName
{
color: #F725FF;
}
</style>
background-color css
<style>
a { background-color: #F725FF; }
a { background-color: rgb(247,37,255); }
div.DivClassName
{
background-color: #F725FF;
}
.BgClassName
{
background-color: #F725FF;
}
</style>
border-color css
<style>
span { border-color: #F725FF; }
span { border-color: rgb(247,37,255); }
td.TdClassName
{
border-color: #F725FF;
}
.TagClassName
{
border-color: #F725FF;
}
</style>