Shades of Magenta #F532FF
Tints of Magenta #F532FF
RGB
CMYK
RGB Variations
Color information
#F532FF (or 0xF532FF) is known color: Magenta. HEX triplet: F5, 32 and FF. RGB value is (245,50,255). Sum of RGB (Red+Green+Blue) = 245+50+255=550 (72% of max value = 765). Red value is 245 (96.09% from 255 or 44.55% from 550); Green value is 50 (19.92% from 255 or 9.09% from 550); Blue value is 255 (100% from 255 or 46.36% from 550); Max value from RGB is 255 - color contains mainly: blue. Hex color #F532FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F532FF is #0ACD00. Grayscale: #838383. Windows color (decimal): -707841 or 16724725. OLE color: 16724725.
HSL color Cylindrical-coordinate representation of color #F532FF: hue angle of 297.07º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F532FF is Cyan = 0.04, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 245 | 50 | 255 | - |
| CMYK | 0.04 | 0.80 | 0 | 0 |
| HSL | 297.07º | 1% | 0.6% | - |
| HSV(B) | 297.07º | 0.8% | 1% | - |
| XYZ | 56.85 | 28.91 | 97.19 | - |
| YUV | 131.68 | 197.6 | 208.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 50 | 255 | 0.04 | 0.80 | 0 | 0 | 297.07 | 1 | 0.6 |
| Hex | F5 | 32 | FF | 4 | 50 | 0 | 0 | 129 | 64 | 3C |
| Octal | 365 | 62 | 377 | 4 | 120 | 0 | 0 | 451 | 144 | 74 |
| Binary | 11110101 | 110010 | 11111111 | 100 | 1010000 | 0 | 0 | 100101001 | 1100100 | 111100 |
Color Harmonies of #F532FF
Complementary color
Monochromatic Colors of #F532FF
Black with #F532FF
Text Example
Text Example
White with #F532FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F532FF; }
p { color: rgb(245,50,255); }
H1.HeaderClassName
{
color: #F532FF;
}
.AnyTagClassName
{
color: #F532FF;
}
</style>
background-color css
<style>
a { background-color: #F532FF; }
a { background-color: rgb(245,50,255); }
div.DivClassName
{
background-color: #F532FF;
}
.BgClassName
{
background-color: #F532FF;
}
</style>
border-color css
<style>
span { border-color: #F532FF; }
span { border-color: rgb(245,50,255); }
td.TdClassName
{
border-color: #F532FF;
}
.TagClassName
{
border-color: #F532FF;
}
</style>