Shades of Magenta #F524ED
Tints of Magenta #F524ED
RGB
CMYK
RGB Variations
Color information
#F524ED (or 0xF524ED) is known color: Magenta. HEX triplet: F5, 24 and ED. RGB value is (245,36,237). Sum of RGB (Red+Green+Blue) = 245+36+237=518 (68% of max value = 765). Red value is 245 (96.09% from 255 or 47.30% from 518); Green value is 36 (14.45% from 255 or 6.95% from 518); Blue value is 237 (92.97% from 255 or 45.75% from 518); Max value from RGB is 245 - color contains mainly: red. Hex color #F524ED is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F524ED is #0ADB12. Grayscale: #787878. Windows color (decimal): -711443 or 15541493. OLE color: 15541493.
HSL color Cylindrical-coordinate representation of color #F524ED: hue angle of 302.3º 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 #F524ED is Cyan = 0, Magento = 0.85, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 36 | 237 | - |
| CMYK | 0 | 0.85 | 0.03 | 0.04 |
| HSL | 302.3º | 0.91% | 0.55% | - |
| HSV(B) | 302.3º | 0.85% | 0.96% | - |
| XYZ | 53.57 | 26.79 | 82.47 | - |
| YUV | 121.41 | 193.24 | 216.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 36 | 237 | 0 | 0.85 | 0.03 | 0.04 | 302.3 | 0.91 | 0.55 |
| Hex | F5 | 24 | ED | 0 | 55 | 3 | 4 | 12E | 5B | 37 |
| Octal | 365 | 44 | 355 | 0 | 125 | 3 | 4 | 456 | 133 | 67 |
| Binary | 11110101 | 100100 | 11101101 | 0 | 1010101 | 11 | 100 | 100101110 | 1011011 | 110111 |
Color Harmonies of #F524ED
Complementary color
Monochromatic Colors of #F524ED
Black with #F524ED
Text Example
Text Example
White with #F524ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F524ED; }
p { color: rgb(245,36,237); }
H1.HeaderClassName
{
color: #F524ED;
}
.AnyTagClassName
{
color: #F524ED;
}
</style>
background-color css
<style>
a { background-color: #F524ED; }
a { background-color: rgb(245,36,237); }
div.DivClassName
{
background-color: #F524ED;
}
.BgClassName
{
background-color: #F524ED;
}
</style>
border-color css
<style>
span { border-color: #F524ED; }
span { border-color: rgb(245,36,237); }
td.TdClassName
{
border-color: #F524ED;
}
.TagClassName
{
border-color: #F524ED;
}
</style>