Shades of Magenta #F032FC
Tints of Magenta #F032FC
RGB
CMYK
RGB Variations
Color information
#F032FC (or 0xF032FC) is known color: Magenta. HEX triplet: F0, 32 and FC. RGB value is (240,50,252). Sum of RGB (Red+Green+Blue) = 240+50+252=542 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.28% from 542); Green value is 50 (19.92% from 255 or 9.23% from 542); Blue value is 252 (98.83% from 255 or 46.49% from 542); Max value from RGB is 252 - color contains mainly: blue. Hex color #F032FC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F032FC is #0FCD03. Grayscale: #818181. Windows color (decimal): -1035524 or 16528112. OLE color: 16528112.
HSL color Cylindrical-coordinate representation of color #F032FC: hue angle of 296.44º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F032FC is Cyan = 0.05, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 240 | 50 | 252 | - |
| CMYK | 0.05 | 0.80 | 0 | 0.01 |
| HSL | 296.44º | 0.97% | 0.59% | - |
| HSV(B) | 296.44º | 0.8% | 0.99% | - |
| XYZ | 54.65 | 27.83 | 94.59 | - |
| YUV | 129.84 | 196.95 | 206.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 50 | 252 | 0.05 | 0.80 | 0 | 0.01 | 296.44 | 0.97 | 0.59 |
| Hex | F0 | 32 | FC | 5 | 50 | 0 | 1 | 128 | 61 | 3B |
| Octal | 360 | 62 | 374 | 5 | 120 | 0 | 1 | 450 | 141 | 73 |
| Binary | 11110000 | 110010 | 11111100 | 101 | 1010000 | 0 | 1 | 100101000 | 1100001 | 111011 |
Color Harmonies of #F032FC
Complementary color
Monochromatic Colors of #F032FC
Black with #F032FC
Text Example
Text Example
White with #F032FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F032FC; }
p { color: rgb(240,50,252); }
H1.HeaderClassName
{
color: #F032FC;
}
.AnyTagClassName
{
color: #F032FC;
}
</style>
background-color css
<style>
a { background-color: #F032FC; }
a { background-color: rgb(240,50,252); }
div.DivClassName
{
background-color: #F032FC;
}
.BgClassName
{
background-color: #F032FC;
}
</style>
border-color css
<style>
span { border-color: #F032FC; }
span { border-color: rgb(240,50,252); }
td.TdClassName
{
border-color: #F032FC;
}
.TagClassName
{
border-color: #F032FC;
}
</style>