Shades of Magenta #F524FE
Tints of Magenta #F524FE
RGB
CMYK
RGB Variations
Color information
#F524FE (or 0xF524FE) is known color: Magenta. HEX triplet: F5, 24 and FE. RGB value is (245,36,254). Sum of RGB (Red+Green+Blue) = 245+36+254=535 (70% of max value = 765). Red value is 245 (96.09% from 255 or 45.79% from 535); Green value is 36 (14.45% from 255 or 6.73% from 535); Blue value is 254 (99.61% from 255 or 47.48% from 535); Max value from RGB is 254 - color contains mainly: blue. Hex color #F524FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F524FE is #0ADB01. Grayscale: #7A7A7A. Windows color (decimal): -711426 or 16655605. OLE color: 16655605.
HSL color Cylindrical-coordinate representation of color #F524FE: hue angle of 297.52º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F524FE is Cyan = 0.04, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 245 | 36 | 254 | - |
| CMYK | 0.04 | 0.86 | 0 | 0.00 |
| HSL | 297.52º | 0.99% | 0.57% | - |
| HSV(B) | 297.52º | 0.86% | 1% | - |
| XYZ | 56.18 | 27.83 | 96.18 | - |
| YUV | 123.34 | 201.74 | 214.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 36 | 254 | 0.04 | 0.86 | 0 | 0.00 | 297.52 | 0.99 | 0.57 |
| Hex | F5 | 24 | FE | 4 | 56 | 0 | 0 | 12A | 63 | 39 |
| Octal | 365 | 44 | 376 | 4 | 126 | 0 | 0 | 452 | 143 | 71 |
| Binary | 11110101 | 100100 | 11111110 | 100 | 1010110 | 0 | 0 | 100101010 | 1100011 | 111001 |
Color Harmonies of #F524FE
Complementary color
Monochromatic Colors of #F524FE
Black with #F524FE
Text Example
Text Example
White with #F524FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F524FE; }
p { color: rgb(245,36,254); }
H1.HeaderClassName
{
color: #F524FE;
}
.AnyTagClassName
{
color: #F524FE;
}
</style>
background-color css
<style>
a { background-color: #F524FE; }
a { background-color: rgb(245,36,254); }
div.DivClassName
{
background-color: #F524FE;
}
.BgClassName
{
background-color: #F524FE;
}
</style>
border-color css
<style>
span { border-color: #F524FE; }
span { border-color: rgb(245,36,254); }
td.TdClassName
{
border-color: #F524FE;
}
.TagClassName
{
border-color: #F524FE;
}
</style>