Shades of Magenta #F524EF
Tints of Magenta #F524EF
RGB
CMYK
RGB Variations
Color information
#F524EF (or 0xF524EF) is known color: Magenta. HEX triplet: F5, 24 and EF. RGB value is (245,36,239). Sum of RGB (Red+Green+Blue) = 245+36+239=520 (68% of max value = 765). Red value is 245 (96.09% from 255 or 47.12% from 520); Green value is 36 (14.45% from 255 or 6.92% from 520); Blue value is 239 (93.75% from 255 or 45.96% from 520); Max value from RGB is 245 - color contains mainly: red. Hex color #F524EF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F524EF is #0ADB10. Grayscale: #797979. Windows color (decimal): -711441 or 15672565. OLE color: 15672565.
HSL color Cylindrical-coordinate representation of color #F524EF: hue angle of 301.72º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F524EF is Cyan = 0, Magento = 0.85, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 36 | 239 | - |
| CMYK | 0 | 0.85 | 0.02 | 0.04 |
| HSL | 301.72º | 0.91% | 0.55% | - |
| HSV(B) | 301.72º | 0.85% | 0.96% | - |
| XYZ | 53.87 | 26.91 | 84.02 | - |
| YUV | 121.63 | 194.24 | 215.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 36 | 239 | 0 | 0.85 | 0.02 | 0.04 | 301.72 | 0.91 | 0.55 |
| Hex | F5 | 24 | EF | 0 | 55 | 2 | 4 | 12E | 5B | 37 |
| Octal | 365 | 44 | 357 | 0 | 125 | 2 | 4 | 456 | 133 | 67 |
| Binary | 11110101 | 100100 | 11101111 | 0 | 1010101 | 10 | 100 | 100101110 | 1011011 | 110111 |
Color Harmonies of #F524EF
Complementary color
Monochromatic Colors of #F524EF
Black with #F524EF
Text Example
Text Example
White with #F524EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F524EF; }
p { color: rgb(245,36,239); }
H1.HeaderClassName
{
color: #F524EF;
}
.AnyTagClassName
{
color: #F524EF;
}
</style>
background-color css
<style>
a { background-color: #F524EF; }
a { background-color: rgb(245,36,239); }
div.DivClassName
{
background-color: #F524EF;
}
.BgClassName
{
background-color: #F524EF;
}
</style>
border-color css
<style>
span { border-color: #F524EF; }
span { border-color: rgb(245,36,239); }
td.TdClassName
{
border-color: #F524EF;
}
.TagClassName
{
border-color: #F524EF;
}
</style>