Shades of Magenta #F526FE
Tints of Magenta #F526FE
RGB
CMYK
RGB Variations
Color information
#F526FE (or 0xF526FE) is known color: Magenta. HEX triplet: F5, 26 and FE. RGB value is (245,38,254). Sum of RGB (Red+Green+Blue) = 245+38+254=537 (71% of max value = 765). Red value is 245 (96.09% from 255 or 45.62% from 537); Green value is 38 (15.23% from 255 or 7.08% from 537); Blue value is 254 (99.61% from 255 or 47.30% from 537); Max value from RGB is 254 - color contains mainly: blue. Hex color #F526FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F526FE is #0AD901. Grayscale: #7B7B7B. Windows color (decimal): -710914 or 16656117. OLE color: 16656117.
HSL color Cylindrical-coordinate representation of color #F526FE: hue angle of 297.5º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F526FE is Cyan = 0.04, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 245 | 38 | 254 | - |
| CMYK | 0.04 | 0.85 | 0 | 0.00 |
| HSL | 297.5º | 0.99% | 0.57% | - |
| HSV(B) | 297.5º | 0.85% | 1% | - |
| XYZ | 56.24 | 27.95 | 96.2 | - |
| YUV | 124.52 | 201.08 | 213.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 38 | 254 | 0.04 | 0.85 | 0 | 0.00 | 297.5 | 0.99 | 0.57 |
| Hex | F5 | 26 | FE | 4 | 55 | 0 | 0 | 12A | 63 | 39 |
| Octal | 365 | 46 | 376 | 4 | 125 | 0 | 0 | 452 | 143 | 71 |
| Binary | 11110101 | 100110 | 11111110 | 100 | 1010101 | 0 | 0 | 100101010 | 1100011 | 111001 |
Color Harmonies of #F526FE
Complementary color
Monochromatic Colors of #F526FE
Black with #F526FE
Text Example
Text Example
White with #F526FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F526FE; }
p { color: rgb(245,38,254); }
H1.HeaderClassName
{
color: #F526FE;
}
.AnyTagClassName
{
color: #F526FE;
}
</style>
background-color css
<style>
a { background-color: #F526FE; }
a { background-color: rgb(245,38,254); }
div.DivClassName
{
background-color: #F526FE;
}
.BgClassName
{
background-color: #F526FE;
}
</style>
border-color css
<style>
span { border-color: #F526FE; }
span { border-color: rgb(245,38,254); }
td.TdClassName
{
border-color: #F526FE;
}
.TagClassName
{
border-color: #F526FE;
}
</style>