Shades of Magenta #F524FA
Tints of Magenta #F524FA
RGB
CMYK
RGB Variations
Color information
#F524FA (or 0xF524FA) is known color: Magenta. HEX triplet: F5, 24 and FA. RGB value is (245,36,250). Sum of RGB (Red+Green+Blue) = 245+36+250=531 (70% of max value = 765). Red value is 245 (96.09% from 255 or 46.14% from 531); Green value is 36 (14.45% from 255 or 6.78% from 531); Blue value is 250 (98.05% from 255 or 47.08% from 531); Max value from RGB is 250 - color contains mainly: blue. Hex color #F524FA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F524FA is #0ADB05. Grayscale: #7A7A7A. Windows color (decimal): -711430 or 16393461. OLE color: 16393461.
HSL color Cylindrical-coordinate representation of color #F524FA: hue angle of 298.6º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F524FA is Cyan = 0.02, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 245 | 36 | 250 | - |
| CMYK | 0.02 | 0.86 | 0 | 0.02 |
| HSL | 298.6º | 0.96% | 0.56% | - |
| HSV(B) | 298.6º | 0.86% | 0.98% | - |
| XYZ | 55.54 | 27.58 | 92.84 | - |
| YUV | 122.89 | 199.74 | 215.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 36 | 250 | 0.02 | 0.86 | 0 | 0.02 | 298.6 | 0.96 | 0.56 |
| Hex | F5 | 24 | FA | 2 | 56 | 0 | 2 | 12B | 60 | 38 |
| Octal | 365 | 44 | 372 | 2 | 126 | 0 | 2 | 453 | 140 | 70 |
| Binary | 11110101 | 100100 | 11111010 | 10 | 1010110 | 0 | 10 | 100101011 | 1100000 | 111000 |
Color Harmonies of #F524FA
Complementary color
Monochromatic Colors of #F524FA
Black with #F524FA
Text Example
Text Example
White with #F524FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F524FA; }
p { color: rgb(245,36,250); }
H1.HeaderClassName
{
color: #F524FA;
}
.AnyTagClassName
{
color: #F524FA;
}
</style>
background-color css
<style>
a { background-color: #F524FA; }
a { background-color: rgb(245,36,250); }
div.DivClassName
{
background-color: #F524FA;
}
.BgClassName
{
background-color: #F524FA;
}
</style>
border-color css
<style>
span { border-color: #F524FA; }
span { border-color: rgb(245,36,250); }
td.TdClassName
{
border-color: #F524FA;
}
.TagClassName
{
border-color: #F524FA;
}
</style>