Shades of Magenta #F20EEE
Tints of Magenta #F20EEE
RGB
CMYK
RGB Variations
Color information
#F20EEE (or 0xF20EEE) is known color: Magenta. HEX triplet: F2, 0E and EE. RGB value is (242,14,238). Sum of RGB (Red+Green+Blue) = 242+14+238=494 (65% of max value = 765). Red value is 242 (94.92% from 255 or 48.99% from 494); Green value is 14 (5.86% from 255 or 2.83% from 494); Blue value is 238 (93.36% from 255 or 48.18% from 494); Max value from RGB is 242 - color contains mainly: red. Hex color #F20EEE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F20EEE is #0DF111. Grayscale: #6B6B6B. Windows color (decimal): -913682 or 15601394. OLE color: 15601394.
HSL color Cylindrical-coordinate representation of color #F20EEE: hue angle of 301.05º 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 #F20EEE is Cyan = 0, Magento = 0.94, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 14 | 238 | - |
| CMYK | 0 | 0.94 | 0.02 | 0.05 |
| HSL | 301.05º | 0.9% | 0.5% | - |
| HSV(B) | 301.05º | 0.94% | 0.95% | - |
| XYZ | 52.21 | 25.36 | 83.03 | - |
| YUV | 107.71 | 201.54 | 223.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 14 | 238 | 0 | 0.94 | 0.02 | 0.05 | 301.05 | 0.9 | 0.5 |
| Hex | F2 | E | EE | 0 | 5E | 2 | 5 | 12D | 5A | 32 |
| Octal | 362 | 16 | 356 | 0 | 136 | 2 | 5 | 455 | 132 | 62 |
| Binary | 11110010 | 1110 | 11101110 | 0 | 1011110 | 10 | 101 | 100101101 | 1011010 | 110010 |
Color Harmonies of #F20EEE
Complementary color
Monochromatic Colors of #F20EEE
Black with #F20EEE
Text Example
Text Example
White with #F20EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F20EEE; }
p { color: rgb(242,14,238); }
H1.HeaderClassName
{
color: #F20EEE;
}
.AnyTagClassName
{
color: #F20EEE;
}
</style>
background-color css
<style>
a { background-color: #F20EEE; }
a { background-color: rgb(242,14,238); }
div.DivClassName
{
background-color: #F20EEE;
}
.BgClassName
{
background-color: #F20EEE;
}
</style>
border-color css
<style>
span { border-color: #F20EEE; }
span { border-color: rgb(242,14,238); }
td.TdClassName
{
border-color: #F20EEE;
}
.TagClassName
{
border-color: #F20EEE;
}
</style>