Shades of Magenta #F52CF8
Tints of Magenta #F52CF8
RGB
CMYK
RGB Variations
Color information
#F52CF8 (or 0xF52CF8) is known color: Magenta. HEX triplet: F5, 2C and F8. RGB value is (245,44,248). Sum of RGB (Red+Green+Blue) = 245+44+248=537 (71% of max value = 765). Red value is 245 (96.09% from 255 or 45.62% from 537); Green value is 44 (17.58% from 255 or 8.19% from 537); Blue value is 248 (97.27% from 255 or 46.18% from 537); Max value from RGB is 248 - color contains mainly: blue. Hex color #F52CF8 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F52CF8 is #0AD307. Grayscale: #7E7E7E. Windows color (decimal): -709384 or 16264437. OLE color: 16264437.
HSL color Cylindrical-coordinate representation of color #F52CF8: hue angle of 299.12º degrees, saturation: 0.94, 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 #F52CF8 is Cyan = 0.01, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 245 | 44 | 248 | - |
| CMYK | 0.01 | 0.82 | 0 | 0.03 |
| HSL | 299.12º | 0.94% | 0.57% | - |
| HSV(B) | 299.12º | 0.82% | 0.97% | - |
| XYZ | 55.5 | 27.99 | 91.28 | - |
| YUV | 127.36 | 196.09 | 211.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 44 | 248 | 0.01 | 0.82 | 0 | 0.03 | 299.12 | 0.94 | 0.57 |
| Hex | F5 | 2C | F8 | 1 | 52 | 0 | 3 | 12B | 5E | 39 |
| Octal | 365 | 54 | 370 | 1 | 122 | 0 | 3 | 453 | 136 | 71 |
| Binary | 11110101 | 101100 | 11111000 | 1 | 1010010 | 0 | 11 | 100101011 | 1011110 | 111001 |
Color Harmonies of #F52CF8
Complementary color
Monochromatic Colors of #F52CF8
Black with #F52CF8
Text Example
Text Example
White with #F52CF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F52CF8; }
p { color: rgb(245,44,248); }
H1.HeaderClassName
{
color: #F52CF8;
}
.AnyTagClassName
{
color: #F52CF8;
}
</style>
background-color css
<style>
a { background-color: #F52CF8; }
a { background-color: rgb(245,44,248); }
div.DivClassName
{
background-color: #F52CF8;
}
.BgClassName
{
background-color: #F52CF8;
}
</style>
border-color css
<style>
span { border-color: #F52CF8; }
span { border-color: rgb(245,44,248); }
td.TdClassName
{
border-color: #F52CF8;
}
.TagClassName
{
border-color: #F52CF8;
}
</style>