Shades of Magenta #F532FA
Tints of Magenta #F532FA
RGB
CMYK
RGB Variations
Color information
#F532FA (or 0xF532FA) is known color: Magenta. HEX triplet: F5, 32 and FA. RGB value is (245,50,250). Sum of RGB (Red+Green+Blue) = 245+50+250=545 (72% of max value = 765). Red value is 245 (96.09% from 255 or 44.95% from 545); Green value is 50 (19.92% from 255 or 9.17% from 545); Blue value is 250 (98.05% from 255 or 45.87% from 545); Max value from RGB is 250 - color contains mainly: blue. Hex color #F532FA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F532FA is #0ACD05. Grayscale: #828282. Windows color (decimal): -707846 or 16397045. OLE color: 16397045.
HSL color Cylindrical-coordinate representation of color #F532FA: hue angle of 298.5º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F532FA is Cyan = 0.02, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 245 | 50 | 250 | - |
| CMYK | 0.02 | 0.8 | 0 | 0.02 |
| HSL | 298.5º | 0.95% | 0.59% | - |
| HSV(B) | 298.5º | 0.8% | 0.98% | - |
| XYZ | 56.05 | 28.6 | 93.01 | - |
| YUV | 131.11 | 195.1 | 209.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 50 | 250 | 0.02 | 0.8 | 0 | 0.02 | 298.5 | 0.95 | 0.59 |
| Hex | F5 | 32 | FA | 2 | 50 | 0 | 2 | 12A | 5F | 3B |
| Octal | 365 | 62 | 372 | 2 | 120 | 0 | 2 | 452 | 137 | 73 |
| Binary | 11110101 | 110010 | 11111010 | 10 | 1010000 | 0 | 10 | 100101010 | 1011111 | 111011 |
Color Harmonies of #F532FA
Complementary color
Monochromatic Colors of #F532FA
Black with #F532FA
Text Example
Text Example
White with #F532FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F532FA; }
p { color: rgb(245,50,250); }
H1.HeaderClassName
{
color: #F532FA;
}
.AnyTagClassName
{
color: #F532FA;
}
</style>
background-color css
<style>
a { background-color: #F532FA; }
a { background-color: rgb(245,50,250); }
div.DivClassName
{
background-color: #F532FA;
}
.BgClassName
{
background-color: #F532FA;
}
</style>
border-color css
<style>
span { border-color: #F532FA; }
span { border-color: rgb(245,50,250); }
td.TdClassName
{
border-color: #F532FA;
}
.TagClassName
{
border-color: #F532FA;
}
</style>