Shades of Magenta #F525FF
Tints of Magenta #F525FF
RGB
CMYK
RGB Variations
Color information
#F525FF (or 0xF525FF) is known color: Magenta. HEX triplet: F5, 25 and FF. RGB value is (245,37,255). Sum of RGB (Red+Green+Blue) = 245+37+255=537 (71% of max value = 765). Red value is 245 (96.09% from 255 or 45.62% from 537); Green value is 37 (14.84% from 255 or 6.89% from 537); Blue value is 255 (100% from 255 or 47.49% from 537); Max value from RGB is 255 - color contains mainly: blue. Hex color #F525FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F525FF is #0ADA00. Grayscale: #7B7B7B. Windows color (decimal): -711169 or 16721397. OLE color: 16721397.
HSL color Cylindrical-coordinate representation of color #F525FF: hue angle of 297.25º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F525FF is Cyan = 0.04, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 245 | 37 | 255 | - |
| CMYK | 0.04 | 0.85 | 0 | 0 |
| HSL | 297.25º | 1% | 0.57% | - |
| HSV(B) | 297.25º | 0.85% | 1% | - |
| XYZ | 56.37 | 27.96 | 97.03 | - |
| YUV | 124.04 | 201.91 | 214.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 37 | 255 | 0.04 | 0.85 | 0 | 0 | 297.25 | 1 | 0.57 |
| Hex | F5 | 25 | FF | 4 | 55 | 0 | 0 | 129 | 64 | 39 |
| Octal | 365 | 45 | 377 | 4 | 125 | 0 | 0 | 451 | 144 | 71 |
| Binary | 11110101 | 100101 | 11111111 | 100 | 1010101 | 0 | 0 | 100101001 | 1100100 | 111001 |
Color Harmonies of #F525FF
Complementary color
Monochromatic Colors of #F525FF
Black with #F525FF
Text Example
Text Example
White with #F525FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F525FF; }
p { color: rgb(245,37,255); }
H1.HeaderClassName
{
color: #F525FF;
}
.AnyTagClassName
{
color: #F525FF;
}
</style>
background-color css
<style>
a { background-color: #F525FF; }
a { background-color: rgb(245,37,255); }
div.DivClassName
{
background-color: #F525FF;
}
.BgClassName
{
background-color: #F525FF;
}
</style>
border-color css
<style>
span { border-color: #F525FF; }
span { border-color: rgb(245,37,255); }
td.TdClassName
{
border-color: #F525FF;
}
.TagClassName
{
border-color: #F525FF;
}
</style>