Shades of Magenta #F531FF
Tints of Magenta #F531FF
RGB
CMYK
RGB Variations
Color information
#F531FF (or 0xF531FF) is known color: Magenta. HEX triplet: F5, 31 and FF. RGB value is (245,49,255). Sum of RGB (Red+Green+Blue) = 245+49+255=549 (72% of max value = 765). Red value is 245 (96.09% from 255 or 44.63% from 549); Green value is 49 (19.53% from 255 or 8.93% from 549); Blue value is 255 (100% from 255 or 46.45% from 549); Max value from RGB is 255 - color contains mainly: blue. Hex color #F531FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F531FF is #0ACE00. Grayscale: #828282. Windows color (decimal): -708097 or 16724469. OLE color: 16724469.
HSL color Cylindrical-coordinate representation of color #F531FF: hue angle of 297.09º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F531FF is Cyan = 0.04, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 245 | 49 | 255 | - |
| CMYK | 0.04 | 0.81 | 0 | 0 |
| HSL | 297.09º | 1% | 0.6% | - |
| HSV(B) | 297.09º | 0.81% | 1% | - |
| XYZ | 56.8 | 28.83 | 97.18 | - |
| YUV | 131.09 | 197.93 | 209.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 49 | 255 | 0.04 | 0.81 | 0 | 0 | 297.09 | 1 | 0.6 |
| Hex | F5 | 31 | FF | 4 | 51 | 0 | 0 | 129 | 64 | 3C |
| Octal | 365 | 61 | 377 | 4 | 121 | 0 | 0 | 451 | 144 | 74 |
| Binary | 11110101 | 110001 | 11111111 | 100 | 1010001 | 0 | 0 | 100101001 | 1100100 | 111100 |
Color Harmonies of #F531FF
Complementary color
Monochromatic Colors of #F531FF
Black with #F531FF
Text Example
Text Example
White with #F531FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F531FF; }
p { color: rgb(245,49,255); }
H1.HeaderClassName
{
color: #F531FF;
}
.AnyTagClassName
{
color: #F531FF;
}
</style>
background-color css
<style>
a { background-color: #F531FF; }
a { background-color: rgb(245,49,255); }
div.DivClassName
{
background-color: #F531FF;
}
.BgClassName
{
background-color: #F531FF;
}
</style>
border-color css
<style>
span { border-color: #F531FF; }
span { border-color: rgb(245,49,255); }
td.TdClassName
{
border-color: #F531FF;
}
.TagClassName
{
border-color: #F531FF;
}
</style>