Shades of Magenta #F52CF7
Tints of Magenta #F52CF7
RGB
CMYK
RGB Variations
Color information
#F52CF7 (or 0xF52CF7) is known color: Magenta. HEX triplet: F5, 2C and F7. RGB value is (245,44,247). Sum of RGB (Red+Green+Blue) = 245+44+247=536 (70% of max value = 765). Red value is 245 (96.09% from 255 or 45.71% from 536); Green value is 44 (17.58% from 255 or 8.21% from 536); Blue value is 247 (96.88% from 255 or 46.08% from 536); Max value from RGB is 247 - color contains mainly: blue. Hex color #F52CF7 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F52CF7 is #0AD308. Grayscale: #7E7E7E. Windows color (decimal): -709385 or 16198901. OLE color: 16198901.
HSL color Cylindrical-coordinate representation of color #F52CF7: hue angle of 299.41º degrees, saturation: 0.93, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F52CF7 is Cyan = 0.01, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 245 | 44 | 247 | - |
| CMYK | 0.01 | 0.82 | 0 | 0.03 |
| HSL | 299.41º | 0.93% | 0.57% | - |
| HSV(B) | 299.41º | 0.82% | 0.97% | - |
| XYZ | 55.35 | 27.93 | 90.47 | - |
| YUV | 127.24 | 195.59 | 211.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 44 | 247 | 0.01 | 0.82 | 0 | 0.03 | 299.41 | 0.93 | 0.57 |
| Hex | F5 | 2C | F7 | 1 | 52 | 0 | 3 | 12B | 5D | 39 |
| Octal | 365 | 54 | 367 | 1 | 122 | 0 | 3 | 453 | 135 | 71 |
| Binary | 11110101 | 101100 | 11110111 | 1 | 1010010 | 0 | 11 | 100101011 | 1011101 | 111001 |
Color Harmonies of #F52CF7
Complementary color
Monochromatic Colors of #F52CF7
Black with #F52CF7
Text Example
Text Example
White with #F52CF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F52CF7; }
p { color: rgb(245,44,247); }
H1.HeaderClassName
{
color: #F52CF7;
}
.AnyTagClassName
{
color: #F52CF7;
}
</style>
background-color css
<style>
a { background-color: #F52CF7; }
a { background-color: rgb(245,44,247); }
div.DivClassName
{
background-color: #F52CF7;
}
.BgClassName
{
background-color: #F52CF7;
}
</style>
border-color css
<style>
span { border-color: #F52CF7; }
span { border-color: rgb(245,44,247); }
td.TdClassName
{
border-color: #F52CF7;
}
.TagClassName
{
border-color: #F52CF7;
}
</style>