Shades of Magenta #F524FB
Tints of Magenta #F524FB
RGB
CMYK
RGB Variations
Color information
#F524FB (or 0xF524FB) is known color: Magenta. HEX triplet: F5, 24 and FB. RGB value is (245,36,251). Sum of RGB (Red+Green+Blue) = 245+36+251=532 (70% of max value = 765). Red value is 245 (96.09% from 255 or 46.05% from 532); Green value is 36 (14.45% from 255 or 6.77% from 532); Blue value is 251 (98.44% from 255 or 47.18% from 532); Max value from RGB is 251 - color contains mainly: blue. Hex color #F524FB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F524FB is #0ADB04. Grayscale: #7A7A7A. Windows color (decimal): -711429 or 16458997. OLE color: 16458997.
HSL color Cylindrical-coordinate representation of color #F524FB: hue angle of 298.33º 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 #F524FB is Cyan = 0.02, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 245 | 36 | 251 | - |
| CMYK | 0.02 | 0.86 | 0 | 0.02 |
| HSL | 298.33º | 0.96% | 0.56% | - |
| HSV(B) | 298.33º | 0.86% | 0.98% | - |
| XYZ | 55.7 | 27.64 | 93.67 | - |
| YUV | 123 | 200.24 | 215.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 36 | 251 | 0.02 | 0.86 | 0 | 0.02 | 298.33 | 0.96 | 0.56 |
| Hex | F5 | 24 | FB | 2 | 56 | 0 | 2 | 12A | 60 | 38 |
| Octal | 365 | 44 | 373 | 2 | 126 | 0 | 2 | 452 | 140 | 70 |
| Binary | 11110101 | 100100 | 11111011 | 10 | 1010110 | 0 | 10 | 100101010 | 1100000 | 111000 |
Color Harmonies of #F524FB
Complementary color
Monochromatic Colors of #F524FB
Black with #F524FB
Text Example
Text Example
White with #F524FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F524FB; }
p { color: rgb(245,36,251); }
H1.HeaderClassName
{
color: #F524FB;
}
.AnyTagClassName
{
color: #F524FB;
}
</style>
background-color css
<style>
a { background-color: #F524FB; }
a { background-color: rgb(245,36,251); }
div.DivClassName
{
background-color: #F524FB;
}
.BgClassName
{
background-color: #F524FB;
}
</style>
border-color css
<style>
span { border-color: #F524FB; }
span { border-color: rgb(245,36,251); }
td.TdClassName
{
border-color: #F524FB;
}
.TagClassName
{
border-color: #F524FB;
}
</style>