Shades of Magenta #F527F9
Tints of Magenta #F527F9
RGB
CMYK
RGB Variations
Color information
#F527F9 (or 0xF527F9) is known color: Magenta. HEX triplet: F5, 27 and F9. RGB value is (245,39,249). Sum of RGB (Red+Green+Blue) = 245+39+249=533 (70% of max value = 765). Red value is 245 (96.09% from 255 or 45.97% from 533); Green value is 39 (15.62% from 255 or 7.32% from 533); Blue value is 249 (97.66% from 255 or 46.72% from 533); Max value from RGB is 249 - color contains mainly: blue. Hex color #F527F9 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F527F9 is #0AD806. Grayscale: #7B7B7B. Windows color (decimal): -710663 or 16328693. OLE color: 16328693.
HSL color Cylindrical-coordinate representation of color #F527F9: hue angle of 298.86º degrees, saturation: 0.95, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F527F9 is Cyan = 0.02, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 245 | 39 | 249 | - |
| CMYK | 0.02 | 0.84 | 0 | 0.02 |
| HSL | 298.86º | 0.95% | 0.56% | - |
| HSV(B) | 298.86º | 0.84% | 0.98% | - |
| XYZ | 55.48 | 27.7 | 92.05 | - |
| YUV | 124.53 | 198.25 | 213.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 39 | 249 | 0.02 | 0.84 | 0 | 0.02 | 298.86 | 0.95 | 0.56 |
| Hex | F5 | 27 | F9 | 2 | 54 | 0 | 2 | 12B | 5F | 38 |
| Octal | 365 | 47 | 371 | 2 | 124 | 0 | 2 | 453 | 137 | 70 |
| Binary | 11110101 | 100111 | 11111001 | 10 | 1010100 | 0 | 10 | 100101011 | 1011111 | 111000 |
Color Harmonies of #F527F9
Complementary color
Monochromatic Colors of #F527F9
Black with #F527F9
Text Example
Text Example
White with #F527F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F527F9; }
p { color: rgb(245,39,249); }
H1.HeaderClassName
{
color: #F527F9;
}
.AnyTagClassName
{
color: #F527F9;
}
</style>
background-color css
<style>
a { background-color: #F527F9; }
a { background-color: rgb(245,39,249); }
div.DivClassName
{
background-color: #F527F9;
}
.BgClassName
{
background-color: #F527F9;
}
</style>
border-color css
<style>
span { border-color: #F527F9; }
span { border-color: rgb(245,39,249); }
td.TdClassName
{
border-color: #F527F9;
}
.TagClassName
{
border-color: #F527F9;
}
</style>