Shades of Magenta #F20BEC
Tints of Magenta #F20BEC
RGB
CMYK
RGB Variations
Color information
#F20BEC (or 0xF20BEC) is known color: Magenta. HEX triplet: F2, 0B and EC. RGB value is (242,11,236). Sum of RGB (Red+Green+Blue) = 242+11+236=489 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.49% from 489); Green value is 11 (4.69% from 255 or 2.25% from 489); Blue value is 236 (92.58% from 255 or 48.26% from 489); Max value from RGB is 242 - color contains mainly: red. Hex color #F20BEC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F20BEC is #0DF413. Grayscale: #696969. Windows color (decimal): -914452 or 15469554. OLE color: 15469554.
HSL color Cylindrical-coordinate representation of color #F20BEC: hue angle of 301.56º degrees, saturation: 0.91, 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 #F20BEC is Cyan = 0, Magento = 0.95, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 11 | 236 | - |
| CMYK | 0 | 0.95 | 0.02 | 0.05 |
| HSL | 301.56º | 0.91% | 0.5% | - |
| HSV(B) | 301.56º | 0.95% | 0.95% | - |
| XYZ | 51.88 | 25.17 | 81.48 | - |
| YUV | 105.72 | 201.53 | 225.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 11 | 236 | 0 | 0.95 | 0.02 | 0.05 | 301.56 | 0.91 | 0.5 |
| Hex | F2 | B | EC | 0 | 5F | 2 | 5 | 12E | 5B | 32 |
| Octal | 362 | 13 | 354 | 0 | 137 | 2 | 5 | 456 | 133 | 62 |
| Binary | 11110010 | 1011 | 11101100 | 0 | 1011111 | 10 | 101 | 100101110 | 1011011 | 110010 |
Color Harmonies of #F20BEC
Complementary color
Monochromatic Colors of #F20BEC
Black with #F20BEC
Text Example
Text Example
White with #F20BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F20BEC; }
p { color: rgb(242,11,236); }
H1.HeaderClassName
{
color: #F20BEC;
}
.AnyTagClassName
{
color: #F20BEC;
}
</style>
background-color css
<style>
a { background-color: #F20BEC; }
a { background-color: rgb(242,11,236); }
div.DivClassName
{
background-color: #F20BEC;
}
.BgClassName
{
background-color: #F20BEC;
}
</style>
border-color css
<style>
span { border-color: #F20BEC; }
span { border-color: rgb(242,11,236); }
td.TdClassName
{
border-color: #F20BEC;
}
.TagClassName
{
border-color: #F20BEC;
}
</style>