Shades of Magenta #F20EF1
Tints of Magenta #F20EF1
RGB
CMYK
RGB Variations
Color information
#F20EF1 (or 0xF20EF1) is known color: Magenta. HEX triplet: F2, 0E and F1. RGB value is (242,14,241). Sum of RGB (Red+Green+Blue) = 242+14+241=497 (65% of max value = 765). Red value is 242 (94.92% from 255 or 48.69% from 497); Green value is 14 (5.86% from 255 or 2.82% from 497); Blue value is 241 (94.53% from 255 or 48.49% from 497); Max value from RGB is 242 - color contains mainly: red. Hex color #F20EF1 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F20EF1 is #0DF10E. Grayscale: #6B6B6B. Windows color (decimal): -913679 or 15798002. OLE color: 15798002.
HSL color Cylindrical-coordinate representation of color #F20EF1: hue angle of 300.26º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F20EF1 is Cyan = 0, Magento = 0.94, Yellow = 0.00 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 14 | 241 | - |
| CMYK | 0 | 0.94 | 0.00 | 0.05 |
| HSL | 300.26º | 0.9% | 0.5% | - |
| HSV(B) | 300.26º | 0.94% | 0.95% | - |
| XYZ | 52.65 | 25.54 | 85.37 | - |
| YUV | 108.05 | 203.04 | 223.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 14 | 241 | 0 | 0.94 | 0.00 | 0.05 | 300.26 | 0.9 | 0.5 |
| Hex | F2 | E | F1 | 0 | 5E | 0 | 5 | 12C | 5A | 32 |
| Octal | 362 | 16 | 361 | 0 | 136 | 0 | 5 | 454 | 132 | 62 |
| Binary | 11110010 | 1110 | 11110001 | 0 | 1011110 | 0 | 101 | 100101100 | 1011010 | 110010 |
Color Harmonies of #F20EF1
Complementary color
Monochromatic Colors of #F20EF1
Black with #F20EF1
Text Example
Text Example
White with #F20EF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F20EF1; }
p { color: rgb(242,14,241); }
H1.HeaderClassName
{
color: #F20EF1;
}
.AnyTagClassName
{
color: #F20EF1;
}
</style>
background-color css
<style>
a { background-color: #F20EF1; }
a { background-color: rgb(242,14,241); }
div.DivClassName
{
background-color: #F20EF1;
}
.BgClassName
{
background-color: #F20EF1;
}
</style>
border-color css
<style>
span { border-color: #F20EF1; }
span { border-color: rgb(242,14,241); }
td.TdClassName
{
border-color: #F20EF1;
}
.TagClassName
{
border-color: #F20EF1;
}
</style>