Shades of Magenta #F20DEC
Tints of Magenta #F20DEC
RGB
CMYK
RGB Variations
Color information
#F20DEC (or 0xF20DEC) is known color: Magenta. HEX triplet: F2, 0D and EC. RGB value is (242,13,236). Sum of RGB (Red+Green+Blue) = 242+13+236=491 (65% of max value = 765). Red value is 242 (94.92% from 255 or 49.29% from 491); Green value is 13 (5.47% from 255 or 2.65% from 491); Blue value is 236 (92.58% from 255 or 48.07% from 491); Max value from RGB is 242 - color contains mainly: red. Hex color #F20DEC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F20DEC is #0DF213. Grayscale: #6A6A6A. Windows color (decimal): -913940 or 15470066. OLE color: 15470066.
HSL color Cylindrical-coordinate representation of color #F20DEC: hue angle of 301.57º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F20DEC is Cyan = 0, Magento = 0.95, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 13 | 236 | - |
| CMYK | 0 | 0.95 | 0.02 | 0.05 |
| HSL | 301.57º | 0.9% | 0.5% | - |
| HSV(B) | 301.57º | 0.95% | 0.95% | - |
| XYZ | 51.9 | 25.22 | 81.49 | - |
| YUV | 106.89 | 200.87 | 224.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 13 | 236 | 0 | 0.95 | 0.02 | 0.05 | 301.57 | 0.9 | 0.5 |
| Hex | F2 | D | EC | 0 | 5F | 2 | 5 | 12E | 5A | 32 |
| Octal | 362 | 15 | 354 | 0 | 137 | 2 | 5 | 456 | 132 | 62 |
| Binary | 11110010 | 1101 | 11101100 | 0 | 1011111 | 10 | 101 | 100101110 | 1011010 | 110010 |
Color Harmonies of #F20DEC
Complementary color
Monochromatic Colors of #F20DEC
Black with #F20DEC
Text Example
Text Example
White with #F20DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F20DEC; }
p { color: rgb(242,13,236); }
H1.HeaderClassName
{
color: #F20DEC;
}
.AnyTagClassName
{
color: #F20DEC;
}
</style>
background-color css
<style>
a { background-color: #F20DEC; }
a { background-color: rgb(242,13,236); }
div.DivClassName
{
background-color: #F20DEC;
}
.BgClassName
{
background-color: #F20DEC;
}
</style>
border-color css
<style>
span { border-color: #F20DEC; }
span { border-color: rgb(242,13,236); }
td.TdClassName
{
border-color: #F20DEC;
}
.TagClassName
{
border-color: #F20DEC;
}
</style>