Shades of Magenta #F520EB
Tints of Magenta #F520EB
RGB
CMYK
RGB Variations
Color information
#F520EB (or 0xF520EB) is known color: Magenta. HEX triplet: F5, 20 and EB. RGB value is (245,32,235). Sum of RGB (Red+Green+Blue) = 245+32+235=512 (67% of max value = 765). Red value is 245 (96.09% from 255 or 47.85% from 512); Green value is 32 (12.89% from 255 or 6.25% from 512); Blue value is 235 (92.19% from 255 or 45.90% from 512); Max value from RGB is 245 - color contains mainly: red. Hex color #F520EB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F520EB is #0ADF14. Grayscale: #767676. Windows color (decimal): -712469 or 15409397. OLE color: 15409397.
HSL color Cylindrical-coordinate representation of color #F520EB: hue angle of 302.82º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F520EB is Cyan = 0, Magento = 0.87, Yellow = 0.04 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 32 | 235 | - |
| CMYK | 0 | 0.87 | 0.04 | 0.04 |
| HSL | 302.82º | 0.91% | 0.54% | - |
| HSV(B) | 302.82º | 0.87% | 0.96% | - |
| XYZ | 53.17 | 26.44 | 80.9 | - |
| YUV | 118.83 | 193.57 | 217.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 32 | 235 | 0 | 0.87 | 0.04 | 0.04 | 302.82 | 0.91 | 0.54 |
| Hex | F5 | 20 | EB | 0 | 57 | 4 | 4 | 12F | 5B | 36 |
| Octal | 365 | 40 | 353 | 0 | 127 | 4 | 4 | 457 | 133 | 66 |
| Binary | 11110101 | 100000 | 11101011 | 0 | 1010111 | 100 | 100 | 100101111 | 1011011 | 110110 |
Color Harmonies of #F520EB
Complementary color
Monochromatic Colors of #F520EB
Black with #F520EB
Text Example
Text Example
White with #F520EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F520EB; }
p { color: rgb(245,32,235); }
H1.HeaderClassName
{
color: #F520EB;
}
.AnyTagClassName
{
color: #F520EB;
}
</style>
background-color css
<style>
a { background-color: #F520EB; }
a { background-color: rgb(245,32,235); }
div.DivClassName
{
background-color: #F520EB;
}
.BgClassName
{
background-color: #F520EB;
}
</style>
border-color css
<style>
span { border-color: #F520EB; }
span { border-color: rgb(245,32,235); }
td.TdClassName
{
border-color: #F520EB;
}
.TagClassName
{
border-color: #F520EB;
}
</style>