Shades of Magenta #F020FC
Tints of Magenta #F020FC
RGB
CMYK
RGB Variations
Color information
#F020FC (or 0xF020FC) is known color: Magenta. HEX triplet: F0, 20 and FC. RGB value is (240,32,252). Sum of RGB (Red+Green+Blue) = 240+32+252=524 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.80% from 524); Green value is 32 (12.89% from 255 or 6.11% from 524); Blue value is 252 (98.83% from 255 or 48.09% from 524); Max value from RGB is 252 - color contains mainly: blue. Hex color #F020FC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F020FC is #0FDF03. Grayscale: #767676. Windows color (decimal): -1040132 or 16523504. OLE color: 16523504.
HSL color Cylindrical-coordinate representation of color #F020FC: hue angle of 296.73º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F020FC is Cyan = 0.05, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 240 | 32 | 252 | - |
| CMYK | 0.05 | 0.87 | 0 | 0.01 |
| HSL | 296.73º | 0.97% | 0.56% | - |
| HSV(B) | 296.73º | 0.87% | 0.99% | - |
| XYZ | 54.02 | 26.59 | 94.38 | - |
| YUV | 119.27 | 202.91 | 214.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 32 | 252 | 0.05 | 0.87 | 0 | 0.01 | 296.73 | 0.97 | 0.56 |
| Hex | F0 | 20 | FC | 5 | 57 | 0 | 1 | 129 | 61 | 38 |
| Octal | 360 | 40 | 374 | 5 | 127 | 0 | 1 | 451 | 141 | 70 |
| Binary | 11110000 | 100000 | 11111100 | 101 | 1010111 | 0 | 1 | 100101001 | 1100001 | 111000 |
Color Harmonies of #F020FC
Complementary color
Monochromatic Colors of #F020FC
Black with #F020FC
Text Example
Text Example
White with #F020FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F020FC; }
p { color: rgb(240,32,252); }
H1.HeaderClassName
{
color: #F020FC;
}
.AnyTagClassName
{
color: #F020FC;
}
</style>
background-color css
<style>
a { background-color: #F020FC; }
a { background-color: rgb(240,32,252); }
div.DivClassName
{
background-color: #F020FC;
}
.BgClassName
{
background-color: #F020FC;
}
</style>
border-color css
<style>
span { border-color: #F020FC; }
span { border-color: rgb(240,32,252); }
td.TdClassName
{
border-color: #F020FC;
}
.TagClassName
{
border-color: #F020FC;
}
</style>