Shades of Magenta #F526EF
Tints of Magenta #F526EF
RGB
CMYK
RGB Variations
Color information
#F526EF (or 0xF526EF) is known color: Magenta. HEX triplet: F5, 26 and EF. RGB value is (245,38,239). Sum of RGB (Red+Green+Blue) = 245+38+239=522 (69% of max value = 765). Red value is 245 (96.09% from 255 or 46.93% from 522); Green value is 38 (15.23% from 255 or 7.28% from 522); Blue value is 239 (93.75% from 255 or 45.79% from 522); Max value from RGB is 245 - color contains mainly: red. Hex color #F526EF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F526EF is #0AD910. Grayscale: #7A7A7A. Windows color (decimal): -710929 or 15673077. OLE color: 15673077.
HSL color Cylindrical-coordinate representation of color #F526EF: hue angle of 301.74º 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 #F526EF is Cyan = 0, Magento = 0.84, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 38 | 239 | - |
| CMYK | 0 | 0.84 | 0.02 | 0.04 |
| HSL | 301.74º | 0.91% | 0.55% | - |
| HSV(B) | 301.74º | 0.84% | 0.96% | - |
| XYZ | 53.93 | 27.03 | 84.04 | - |
| YUV | 122.81 | 193.58 | 215.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 38 | 239 | 0 | 0.84 | 0.02 | 0.04 | 301.74 | 0.91 | 0.55 |
| Hex | F5 | 26 | EF | 0 | 54 | 2 | 4 | 12E | 5B | 37 |
| Octal | 365 | 46 | 357 | 0 | 124 | 2 | 4 | 456 | 133 | 67 |
| Binary | 11110101 | 100110 | 11101111 | 0 | 1010100 | 10 | 100 | 100101110 | 1011011 | 110111 |
Color Harmonies of #F526EF
Complementary color
Monochromatic Colors of #F526EF
Black with #F526EF
Text Example
Text Example
White with #F526EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F526EF; }
p { color: rgb(245,38,239); }
H1.HeaderClassName
{
color: #F526EF;
}
.AnyTagClassName
{
color: #F526EF;
}
</style>
background-color css
<style>
a { background-color: #F526EF; }
a { background-color: rgb(245,38,239); }
div.DivClassName
{
background-color: #F526EF;
}
.BgClassName
{
background-color: #F526EF;
}
</style>
border-color css
<style>
span { border-color: #F526EF; }
span { border-color: rgb(245,38,239); }
td.TdClassName
{
border-color: #F526EF;
}
.TagClassName
{
border-color: #F526EF;
}
</style>