Shades of Magenta #F525FE
Tints of Magenta #F525FE
RGB
CMYK
RGB Variations
Color information
#F525FE (or 0xF525FE) is known color: Magenta. HEX triplet: F5, 25 and FE. RGB value is (245,37,254). Sum of RGB (Red+Green+Blue) = 245+37+254=536 (70% of max value = 765). Red value is 245 (96.09% from 255 or 45.71% from 536); Green value is 37 (14.84% from 255 or 6.90% from 536); Blue value is 254 (99.61% from 255 or 47.39% from 536); Max value from RGB is 254 - color contains mainly: blue. Hex color #F525FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F525FE is #0ADA01. Grayscale: #7B7B7B. Windows color (decimal): -711170 or 16655861. OLE color: 16655861.
HSL color Cylindrical-coordinate representation of color #F525FE: hue angle of 297.51º 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 #F525FE is Cyan = 0.04, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 245 | 37 | 254 | - |
| CMYK | 0.04 | 0.85 | 0 | 0.00 |
| HSL | 297.51º | 0.99% | 0.57% | - |
| HSV(B) | 297.51º | 0.85% | 1% | - |
| XYZ | 56.21 | 27.89 | 96.19 | - |
| YUV | 123.93 | 201.41 | 214.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 37 | 254 | 0.04 | 0.85 | 0 | 0.00 | 297.51 | 0.99 | 0.57 |
| Hex | F5 | 25 | FE | 4 | 55 | 0 | 0 | 12A | 63 | 39 |
| Octal | 365 | 45 | 376 | 4 | 125 | 0 | 0 | 452 | 143 | 71 |
| Binary | 11110101 | 100101 | 11111110 | 100 | 1010101 | 0 | 0 | 100101010 | 1100011 | 111001 |
Color Harmonies of #F525FE
Complementary color
Monochromatic Colors of #F525FE
Black with #F525FE
Text Example
Text Example
White with #F525FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F525FE; }
p { color: rgb(245,37,254); }
H1.HeaderClassName
{
color: #F525FE;
}
.AnyTagClassName
{
color: #F525FE;
}
</style>
background-color css
<style>
a { background-color: #F525FE; }
a { background-color: rgb(245,37,254); }
div.DivClassName
{
background-color: #F525FE;
}
.BgClassName
{
background-color: #F525FE;
}
</style>
border-color css
<style>
span { border-color: #F525FE; }
span { border-color: rgb(245,37,254); }
td.TdClassName
{
border-color: #F525FE;
}
.TagClassName
{
border-color: #F525FE;
}
</style>