Shades of Magenta #F52FF7
Tints of Magenta #F52FF7
RGB
CMYK
RGB Variations
Color information
#F52FF7 (or 0xF52FF7) is known color: Magenta. HEX triplet: F5, 2F and F7. RGB value is (245,47,247). Sum of RGB (Red+Green+Blue) = 245+47+247=539 (71% of max value = 765). Red value is 245 (96.09% from 255 or 45.45% from 539); Green value is 47 (18.75% from 255 or 8.72% from 539); Blue value is 247 (96.88% from 255 or 45.83% from 539); Max value from RGB is 247 - color contains mainly: blue. Hex color #F52FF7 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F52FF7 is #0AD008. Grayscale: #808080. Windows color (decimal): -708617 or 16199669. OLE color: 16199669.
HSL color Cylindrical-coordinate representation of color #F52FF7: hue angle of 299.4º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F52FF7 is Cyan = 0.01, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 245 | 47 | 247 | - |
| CMYK | 0.01 | 0.81 | 0 | 0.03 |
| HSL | 299.4º | 0.93% | 0.58% | - |
| HSV(B) | 299.4º | 0.81% | 0.97% | - |
| XYZ | 55.46 | 28.16 | 90.51 | - |
| YUV | 129 | 194.6 | 210.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 47 | 247 | 0.01 | 0.81 | 0 | 0.03 | 299.4 | 0.93 | 0.58 |
| Hex | F5 | 2F | F7 | 1 | 51 | 0 | 3 | 12B | 5D | 3A |
| Octal | 365 | 57 | 367 | 1 | 121 | 0 | 3 | 453 | 135 | 72 |
| Binary | 11110101 | 101111 | 11110111 | 1 | 1010001 | 0 | 11 | 100101011 | 1011101 | 111010 |
Color Harmonies of #F52FF7
Complementary color
Monochromatic Colors of #F52FF7
Black with #F52FF7
Text Example
Text Example
White with #F52FF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F52FF7; }
p { color: rgb(245,47,247); }
H1.HeaderClassName
{
color: #F52FF7;
}
.AnyTagClassName
{
color: #F52FF7;
}
</style>
background-color css
<style>
a { background-color: #F52FF7; }
a { background-color: rgb(245,47,247); }
div.DivClassName
{
background-color: #F52FF7;
}
.BgClassName
{
background-color: #F52FF7;
}
</style>
border-color css
<style>
span { border-color: #F52FF7; }
span { border-color: rgb(245,47,247); }
td.TdClassName
{
border-color: #F52FF7;
}
.TagClassName
{
border-color: #F52FF7;
}
</style>