Shades of Magenta #F020F0
Tints of Magenta #F020F0
RGB
CMYK
RGB Variations
Color information
#F020F0 (or 0xF020F0) is known color: Magenta. HEX triplet: F0, 20 and F0. RGB value is (240,32,240). Sum of RGB (Red+Green+Blue) = 240+32+240=512 (67% of max value = 765). Red value is 240 (94.14% from 255 or 46.88% from 512); Green value is 32 (12.89% from 255 or 6.25% from 512); Blue value is 240 (94.14% from 255 or 46.88% from 512); Max value from RGB is 240 - color contains mainly: red, blue. Hex color #F020F0 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F020F0 is #0FDF0F. Grayscale: #757575. Windows color (decimal): -1040144 or 15737072. OLE color: 15737072.
HSL color Cylindrical-coordinate representation of color #F020F0: hue angle of 300º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F020F0 is Cyan = 0, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 32 | 240 | - |
| CMYK | 0 | 0.87 | 0 | 0.06 |
| HSL | 300º | 0.87% | 0.53% | - |
| HSV(B) | 300º | 0.87% | 0.94% | - |
| XYZ | 52.18 | 25.85 | 84.68 | - |
| YUV | 117.9 | 196.91 | 215.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 32 | 240 | 0 | 0.87 | 0 | 0.06 | 300 | 0.87 | 0.53 |
| Hex | F0 | 20 | F0 | 0 | 57 | 0 | 6 | 12C | 57 | 35 |
| Octal | 360 | 40 | 360 | 0 | 127 | 0 | 6 | 454 | 127 | 65 |
| Binary | 11110000 | 100000 | 11110000 | 0 | 1010111 | 0 | 110 | 100101100 | 1010111 | 110101 |
Color Harmonies of #F020F0
Complementary color
Monochromatic Colors of #F020F0
Black with #F020F0
Text Example
Text Example
White with #F020F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F020F0; }
p { color: rgb(240,32,240); }
H1.HeaderClassName
{
color: #F020F0;
}
.AnyTagClassName
{
color: #F020F0;
}
</style>
background-color css
<style>
a { background-color: #F020F0; }
a { background-color: rgb(240,32,240); }
div.DivClassName
{
background-color: #F020F0;
}
.BgClassName
{
background-color: #F020F0;
}
</style>
border-color css
<style>
span { border-color: #F020F0; }
span { border-color: rgb(240,32,240); }
td.TdClassName
{
border-color: #F020F0;
}
.TagClassName
{
border-color: #F020F0;
}
</style>