Shades of Magenta #F020F1
Tints of Magenta #F020F1
RGB
CMYK
RGB Variations
Color information
#F020F1 (or 0xF020F1) is known color: Magenta. HEX triplet: F0, 20 and F1. RGB value is (240,32,241). Sum of RGB (Red+Green+Blue) = 240+32+241=513 (67% of max value = 765). Red value is 240 (94.14% from 255 or 46.78% from 513); Green value is 32 (12.89% from 255 or 6.24% from 513); Blue value is 241 (94.53% from 255 or 46.98% from 513); Max value from RGB is 241 - color contains mainly: blue. Hex color #F020F1 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F020F1 is #0FDF0E. Grayscale: #757575. Windows color (decimal): -1040143 or 15802608. OLE color: 15802608.
HSL color Cylindrical-coordinate representation of color #F020F1: hue angle of 299.71º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F020F1 is Cyan = 0.00, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 240 | 32 | 241 | - |
| CMYK | 0.00 | 0.87 | 0 | 0.05 |
| HSL | 299.71º | 0.88% | 0.54% | - |
| HSV(B) | 299.71º | 0.87% | 0.95% | - |
| XYZ | 52.33 | 25.91 | 85.46 | - |
| YUV | 118.02 | 197.41 | 215.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 32 | 241 | 0.00 | 0.87 | 0 | 0.05 | 299.71 | 0.88 | 0.54 |
| Hex | F0 | 20 | F1 | 0 | 57 | 0 | 5 | 12C | 58 | 36 |
| Octal | 360 | 40 | 361 | 0 | 127 | 0 | 5 | 454 | 130 | 66 |
| Binary | 11110000 | 100000 | 11110001 | 0 | 1010111 | 0 | 101 | 100101100 | 1011000 | 110110 |
Color Harmonies of #F020F1
Complementary color
Monochromatic Colors of #F020F1
Black with #F020F1
Text Example
Text Example
White with #F020F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F020F1; }
p { color: rgb(240,32,241); }
H1.HeaderClassName
{
color: #F020F1;
}
.AnyTagClassName
{
color: #F020F1;
}
</style>
background-color css
<style>
a { background-color: #F020F1; }
a { background-color: rgb(240,32,241); }
div.DivClassName
{
background-color: #F020F1;
}
.BgClassName
{
background-color: #F020F1;
}
</style>
border-color css
<style>
span { border-color: #F020F1; }
span { border-color: rgb(240,32,241); }
td.TdClassName
{
border-color: #F020F1;
}
.TagClassName
{
border-color: #F020F1;
}
</style>