Shades of Magenta #F525F8
Tints of Magenta #F525F8
RGB
CMYK
RGB Variations
Color information
#F525F8 (or 0xF525F8) is known color: Magenta. HEX triplet: F5, 25 and F8. RGB value is (245,37,248). Sum of RGB (Red+Green+Blue) = 245+37+248=530 (70% of max value = 765). Red value is 245 (96.09% from 255 or 46.23% from 530); Green value is 37 (14.84% from 255 or 6.98% from 530); Blue value is 248 (97.27% from 255 or 46.79% from 530); Max value from RGB is 248 - color contains mainly: blue. Hex color #F525F8 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F525F8 is #0ADA07. Grayscale: #7A7A7A. Windows color (decimal): -711176 or 16262645. OLE color: 16262645.
HSL color Cylindrical-coordinate representation of color #F525F8: hue angle of 299.15º degrees, saturation: 0.94, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F525F8 is Cyan = 0.01, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 245 | 37 | 248 | - |
| CMYK | 0.01 | 0.85 | 0 | 0.03 |
| HSL | 299.15º | 0.94% | 0.56% | - |
| HSV(B) | 299.15º | 0.85% | 0.97% | - |
| XYZ | 55.26 | 27.51 | 91.2 | - |
| YUV | 123.25 | 198.41 | 214.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 37 | 248 | 0.01 | 0.85 | 0 | 0.03 | 299.15 | 0.94 | 0.56 |
| Hex | F5 | 25 | F8 | 1 | 55 | 0 | 3 | 12B | 5E | 38 |
| Octal | 365 | 45 | 370 | 1 | 125 | 0 | 3 | 453 | 136 | 70 |
| Binary | 11110101 | 100101 | 11111000 | 1 | 1010101 | 0 | 11 | 100101011 | 1011110 | 111000 |
Color Harmonies of #F525F8
Complementary color
Monochromatic Colors of #F525F8
Black with #F525F8
Text Example
Text Example
White with #F525F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F525F8; }
p { color: rgb(245,37,248); }
H1.HeaderClassName
{
color: #F525F8;
}
.AnyTagClassName
{
color: #F525F8;
}
</style>
background-color css
<style>
a { background-color: #F525F8; }
a { background-color: rgb(245,37,248); }
div.DivClassName
{
background-color: #F525F8;
}
.BgClassName
{
background-color: #F525F8;
}
</style>
border-color css
<style>
span { border-color: #F525F8; }
span { border-color: rgb(245,37,248); }
td.TdClassName
{
border-color: #F525F8;
}
.TagClassName
{
border-color: #F525F8;
}
</style>