Shades of Magenta #F526F0
Tints of Magenta #F526F0
RGB
CMYK
RGB Variations
Color information
#F526F0 (or 0xF526F0) is known color: Magenta. HEX triplet: F5, 26 and F0. RGB value is (245,38,240). Sum of RGB (Red+Green+Blue) = 245+38+240=523 (69% of max value = 765). Red value is 245 (96.09% from 255 or 46.85% from 523); Green value is 38 (15.23% from 255 or 7.27% from 523); Blue value is 240 (94.14% from 255 or 45.89% from 523); Max value from RGB is 245 - color contains mainly: red. Hex color #F526F0 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F526F0 is #0AD90F. Grayscale: #7A7A7A. Windows color (decimal): -710928 or 15738613. OLE color: 15738613.
HSL color Cylindrical-coordinate representation of color #F526F0: hue angle of 301.45º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F526F0 is Cyan = 0, Magento = 0.84, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 38 | 240 | - |
| CMYK | 0 | 0.84 | 0.02 | 0.04 |
| HSL | 301.45º | 0.91% | 0.55% | - |
| HSV(B) | 301.45º | 0.84% | 0.96% | - |
| XYZ | 54.08 | 27.09 | 84.82 | - |
| YUV | 122.92 | 194.08 | 215.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 38 | 240 | 0 | 0.84 | 0.02 | 0.04 | 301.45 | 0.91 | 0.55 |
| Hex | F5 | 26 | F0 | 0 | 54 | 2 | 4 | 12D | 5B | 37 |
| Octal | 365 | 46 | 360 | 0 | 124 | 2 | 4 | 455 | 133 | 67 |
| Binary | 11110101 | 100110 | 11110000 | 0 | 1010100 | 10 | 100 | 100101101 | 1011011 | 110111 |
Color Harmonies of #F526F0
Complementary color
Monochromatic Colors of #F526F0
Black with #F526F0
Text Example
Text Example
White with #F526F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F526F0; }
p { color: rgb(245,38,240); }
H1.HeaderClassName
{
color: #F526F0;
}
.AnyTagClassName
{
color: #F526F0;
}
</style>
background-color css
<style>
a { background-color: #F526F0; }
a { background-color: rgb(245,38,240); }
div.DivClassName
{
background-color: #F526F0;
}
.BgClassName
{
background-color: #F526F0;
}
</style>
border-color css
<style>
span { border-color: #F526F0; }
span { border-color: rgb(245,38,240); }
td.TdClassName
{
border-color: #F526F0;
}
.TagClassName
{
border-color: #F526F0;
}
</style>