Shades of Magenta #F526FA
Tints of Magenta #F526FA
RGB
CMYK
RGB Variations
Color information
#F526FA (or 0xF526FA) is known color: Magenta. HEX triplet: F5, 26 and FA. RGB value is (245,38,250). Sum of RGB (Red+Green+Blue) = 245+38+250=533 (70% of max value = 765). Red value is 245 (96.09% from 255 or 45.97% from 533); Green value is 38 (15.23% from 255 or 7.13% from 533); Blue value is 250 (98.05% from 255 or 46.90% from 533); Max value from RGB is 250 - color contains mainly: blue. Hex color #F526FA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F526FA is #0AD905. Grayscale: #7B7B7B. Windows color (decimal): -710918 or 16393973. OLE color: 16393973.
HSL color Cylindrical-coordinate representation of color #F526FA: hue angle of 298.58º degrees, saturation: 0.95, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F526FA is Cyan = 0.02, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 245 | 38 | 250 | - |
| CMYK | 0.02 | 0.85 | 0 | 0.02 |
| HSL | 298.58º | 0.95% | 0.56% | - |
| HSV(B) | 298.58º | 0.85% | 0.98% | - |
| XYZ | 55.6 | 27.7 | 92.86 | - |
| YUV | 124.06 | 199.08 | 214.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 38 | 250 | 0.02 | 0.85 | 0 | 0.02 | 298.58 | 0.95 | 0.56 |
| Hex | F5 | 26 | FA | 2 | 55 | 0 | 2 | 12B | 5F | 38 |
| Octal | 365 | 46 | 372 | 2 | 125 | 0 | 2 | 453 | 137 | 70 |
| Binary | 11110101 | 100110 | 11111010 | 10 | 1010101 | 0 | 10 | 100101011 | 1011111 | 111000 |
Color Harmonies of #F526FA
Complementary color
Monochromatic Colors of #F526FA
Black with #F526FA
Text Example
Text Example
White with #F526FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F526FA; }
p { color: rgb(245,38,250); }
H1.HeaderClassName
{
color: #F526FA;
}
.AnyTagClassName
{
color: #F526FA;
}
</style>
background-color css
<style>
a { background-color: #F526FA; }
a { background-color: rgb(245,38,250); }
div.DivClassName
{
background-color: #F526FA;
}
.BgClassName
{
background-color: #F526FA;
}
</style>
border-color css
<style>
span { border-color: #F526FA; }
span { border-color: rgb(245,38,250); }
td.TdClassName
{
border-color: #F526FA;
}
.TagClassName
{
border-color: #F526FA;
}
</style>