Shades of Magenta #F526FB
Tints of Magenta #F526FB
RGB
CMYK
RGB Variations
Color information
#F526FB (or 0xF526FB) is known color: Magenta. HEX triplet: F5, 26 and FB. RGB value is (245,38,251). Sum of RGB (Red+Green+Blue) = 245+38+251=534 (70% of max value = 765). Red value is 245 (96.09% from 255 or 45.88% from 534); Green value is 38 (15.23% from 255 or 7.12% from 534); Blue value is 251 (98.44% from 255 or 47.00% from 534); Max value from RGB is 251 - color contains mainly: blue. Hex color #F526FB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F526FB is #0AD904. Grayscale: #7B7B7B. Windows color (decimal): -710917 or 16459509. OLE color: 16459509.
HSL color Cylindrical-coordinate representation of color #F526FB: hue angle of 298.31º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F526FB is Cyan = 0.02, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 245 | 38 | 251 | - |
| CMYK | 0.02 | 0.85 | 0 | 0.02 |
| HSL | 298.31º | 0.96% | 0.57% | - |
| HSV(B) | 298.31º | 0.85% | 0.98% | - |
| XYZ | 55.76 | 27.76 | 93.69 | - |
| YUV | 124.18 | 199.58 | 214.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 38 | 251 | 0.02 | 0.85 | 0 | 0.02 | 298.31 | 0.96 | 0.57 |
| Hex | F5 | 26 | FB | 2 | 55 | 0 | 2 | 12A | 60 | 39 |
| Octal | 365 | 46 | 373 | 2 | 125 | 0 | 2 | 452 | 140 | 71 |
| Binary | 11110101 | 100110 | 11111011 | 10 | 1010101 | 0 | 10 | 100101010 | 1100000 | 111001 |
Color Harmonies of #F526FB
Complementary color
Monochromatic Colors of #F526FB
Black with #F526FB
Text Example
Text Example
White with #F526FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F526FB; }
p { color: rgb(245,38,251); }
H1.HeaderClassName
{
color: #F526FB;
}
.AnyTagClassName
{
color: #F526FB;
}
</style>
background-color css
<style>
a { background-color: #F526FB; }
a { background-color: rgb(245,38,251); }
div.DivClassName
{
background-color: #F526FB;
}
.BgClassName
{
background-color: #F526FB;
}
</style>
border-color css
<style>
span { border-color: #F526FB; }
span { border-color: rgb(245,38,251); }
td.TdClassName
{
border-color: #F526FB;
}
.TagClassName
{
border-color: #F526FB;
}
</style>