Shades of Magenta #F520F0
Tints of Magenta #F520F0
RGB
CMYK
RGB Variations
Color information
#F520F0 (or 0xF520F0) is known color: Magenta. HEX triplet: F5, 20 and F0. RGB value is (245,32,240). Sum of RGB (Red+Green+Blue) = 245+32+240=517 (68% of max value = 765). Red value is 245 (96.09% from 255 or 47.39% from 517); Green value is 32 (12.89% from 255 or 6.19% from 517); Blue value is 240 (94.14% from 255 or 46.42% from 517); Max value from RGB is 245 - color contains mainly: red. Hex color #F520F0 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F520F0 is #0ADF0F. Grayscale: #767676. Windows color (decimal): -712464 or 15737077. OLE color: 15737077.
HSL color Cylindrical-coordinate representation of color #F520F0: hue angle of 301.41º 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 #F520F0 is Cyan = 0, Magento = 0.87, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 32 | 240 | - |
| CMYK | 0 | 0.87 | 0.02 | 0.04 |
| HSL | 301.41º | 0.91% | 0.54% | - |
| HSV(B) | 301.41º | 0.87% | 0.96% | - |
| XYZ | 53.9 | 26.74 | 84.76 | - |
| YUV | 119.4 | 196.07 | 217.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 32 | 240 | 0 | 0.87 | 0.02 | 0.04 | 301.41 | 0.91 | 0.54 |
| Hex | F5 | 20 | F0 | 0 | 57 | 2 | 4 | 12D | 5B | 36 |
| Octal | 365 | 40 | 360 | 0 | 127 | 2 | 4 | 455 | 133 | 66 |
| Binary | 11110101 | 100000 | 11110000 | 0 | 1010111 | 10 | 100 | 100101101 | 1011011 | 110110 |
Color Harmonies of #F520F0
Complementary color
Monochromatic Colors of #F520F0
Black with #F520F0
Text Example
Text Example
White with #F520F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F520F0; }
p { color: rgb(245,32,240); }
H1.HeaderClassName
{
color: #F520F0;
}
.AnyTagClassName
{
color: #F520F0;
}
</style>
background-color css
<style>
a { background-color: #F520F0; }
a { background-color: rgb(245,32,240); }
div.DivClassName
{
background-color: #F520F0;
}
.BgClassName
{
background-color: #F520F0;
}
</style>
border-color css
<style>
span { border-color: #F520F0; }
span { border-color: rgb(245,32,240); }
td.TdClassName
{
border-color: #F520F0;
}
.TagClassName
{
border-color: #F520F0;
}
</style>