Shades of Magenta #F52CF6
Tints of Magenta #F52CF6
RGB
CMYK
RGB Variations
Color information
#F52CF6 (or 0xF52CF6) is known color: Magenta. HEX triplet: F5, 2C and F6. RGB value is (245,44,246). Sum of RGB (Red+Green+Blue) = 245+44+246=535 (70% of max value = 765). Red value is 245 (96.09% from 255 or 45.79% from 535); Green value is 44 (17.58% from 255 or 8.22% from 535); Blue value is 246 (96.48% from 255 or 45.98% from 535); Max value from RGB is 246 - color contains mainly: blue. Hex color #F52CF6 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F52CF6 is #0AD309. Grayscale: #7E7E7E. Windows color (decimal): -709386 or 16133365. OLE color: 16133365.
HSL color Cylindrical-coordinate representation of color #F52CF6: hue angle of 299.7º degrees, saturation: 0.92, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F52CF6 is Cyan = 0.00, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 44 | 246 | - |
| CMYK | 0.00 | 0.82 | 0 | 0.04 |
| HSL | 299.7º | 0.92% | 0.57% | - |
| HSV(B) | 299.7º | 0.82% | 0.96% | - |
| XYZ | 55.19 | 27.87 | 89.66 | - |
| YUV | 127.13 | 195.09 | 212.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 44 | 246 | 0.00 | 0.82 | 0 | 0.04 | 299.7 | 0.92 | 0.57 |
| Hex | F5 | 2C | F6 | 0 | 52 | 0 | 4 | 12C | 5C | 39 |
| Octal | 365 | 54 | 366 | 0 | 122 | 0 | 4 | 454 | 134 | 71 |
| Binary | 11110101 | 101100 | 11110110 | 0 | 1010010 | 0 | 100 | 100101100 | 1011100 | 111001 |
Color Harmonies of #F52CF6
Complementary color
Monochromatic Colors of #F52CF6
Black with #F52CF6
Text Example
Text Example
White with #F52CF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F52CF6; }
p { color: rgb(245,44,246); }
H1.HeaderClassName
{
color: #F52CF6;
}
.AnyTagClassName
{
color: #F52CF6;
}
</style>
background-color css
<style>
a { background-color: #F52CF6; }
a { background-color: rgb(245,44,246); }
div.DivClassName
{
background-color: #F52CF6;
}
.BgClassName
{
background-color: #F52CF6;
}
</style>
border-color css
<style>
span { border-color: #F52CF6; }
span { border-color: rgb(245,44,246); }
td.TdClassName
{
border-color: #F52CF6;
}
.TagClassName
{
border-color: #F52CF6;
}
</style>