Shades of Magenta #F032FB
Tints of Magenta #F032FB
RGB
CMYK
RGB Variations
Color information
#F032FB (or 0xF032FB) is known color: Magenta. HEX triplet: F0, 32 and FB. RGB value is (240,50,251). Sum of RGB (Red+Green+Blue) = 240+50+251=541 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.36% from 541); Green value is 50 (19.92% from 255 or 9.24% from 541); Blue value is 251 (98.44% from 255 or 46.40% from 541); Max value from RGB is 251 - color contains mainly: blue. Hex color #F032FB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F032FB is #0FCD04. Grayscale: #818181. Windows color (decimal): -1035525 or 16462576. OLE color: 16462576.
HSL color Cylindrical-coordinate representation of color #F032FB: hue angle of 296.72º degrees, saturation: 0.96, 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 #F032FB is Cyan = 0.04, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 240 | 50 | 251 | - |
| CMYK | 0.04 | 0.80 | 0 | 0.02 |
| HSL | 296.72º | 0.96% | 0.59% | - |
| HSV(B) | 296.72º | 0.8% | 0.98% | - |
| XYZ | 54.49 | 27.77 | 93.76 | - |
| YUV | 129.72 | 196.45 | 206.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 50 | 251 | 0.04 | 0.80 | 0 | 0.02 | 296.72 | 0.96 | 0.59 |
| Hex | F0 | 32 | FB | 4 | 50 | 0 | 2 | 129 | 60 | 3B |
| Octal | 360 | 62 | 373 | 4 | 120 | 0 | 2 | 451 | 140 | 73 |
| Binary | 11110000 | 110010 | 11111011 | 100 | 1010000 | 0 | 10 | 100101001 | 1100000 | 111011 |
Color Harmonies of #F032FB
Complementary color
Monochromatic Colors of #F032FB
Black with #F032FB
Text Example
Text Example
White with #F032FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F032FB; }
p { color: rgb(240,50,251); }
H1.HeaderClassName
{
color: #F032FB;
}
.AnyTagClassName
{
color: #F032FB;
}
</style>
background-color css
<style>
a { background-color: #F032FB; }
a { background-color: rgb(240,50,251); }
div.DivClassName
{
background-color: #F032FB;
}
.BgClassName
{
background-color: #F032FB;
}
</style>
border-color css
<style>
span { border-color: #F032FB; }
span { border-color: rgb(240,50,251); }
td.TdClassName
{
border-color: #F032FB;
}
.TagClassName
{
border-color: #F032FB;
}
</style>