Shades of Magenta #F524EE
Tints of Magenta #F524EE
RGB
CMYK
RGB Variations
Color information
#F524EE (or 0xF524EE) is known color: Magenta. HEX triplet: F5, 24 and EE. RGB value is (245,36,238). Sum of RGB (Red+Green+Blue) = 245+36+238=519 (68% of max value = 765). Red value is 245 (96.09% from 255 or 47.21% from 519); Green value is 36 (14.45% from 255 or 6.94% from 519); Blue value is 238 (93.36% from 255 or 45.86% from 519); Max value from RGB is 245 - color contains mainly: red. Hex color #F524EE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F524EE is #0ADB11. Grayscale: #787878. Windows color (decimal): -711442 or 15607029. OLE color: 15607029.
HSL color Cylindrical-coordinate representation of color #F524EE: hue angle of 302.01º 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 #F524EE is Cyan = 0, Magento = 0.85, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 36 | 238 | - |
| CMYK | 0 | 0.85 | 0.03 | 0.04 |
| HSL | 302.01º | 0.91% | 0.55% | - |
| HSV(B) | 302.01º | 0.85% | 0.96% | - |
| XYZ | 53.72 | 26.85 | 83.24 | - |
| YUV | 121.52 | 193.74 | 216.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 36 | 238 | 0 | 0.85 | 0.03 | 0.04 | 302.01 | 0.91 | 0.55 |
| Hex | F5 | 24 | EE | 0 | 55 | 3 | 4 | 12E | 5B | 37 |
| Octal | 365 | 44 | 356 | 0 | 125 | 3 | 4 | 456 | 133 | 67 |
| Binary | 11110101 | 100100 | 11101110 | 0 | 1010101 | 11 | 100 | 100101110 | 1011011 | 110111 |
Color Harmonies of #F524EE
Complementary color
Monochromatic Colors of #F524EE
Black with #F524EE
Text Example
Text Example
White with #F524EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F524EE; }
p { color: rgb(245,36,238); }
H1.HeaderClassName
{
color: #F524EE;
}
.AnyTagClassName
{
color: #F524EE;
}
</style>
background-color css
<style>
a { background-color: #F524EE; }
a { background-color: rgb(245,36,238); }
div.DivClassName
{
background-color: #F524EE;
}
.BgClassName
{
background-color: #F524EE;
}
</style>
border-color css
<style>
span { border-color: #F524EE; }
span { border-color: rgb(245,36,238); }
td.TdClassName
{
border-color: #F524EE;
}
.TagClassName
{
border-color: #F524EE;
}
</style>