Shades of Magenta #F20BEE
Tints of Magenta #F20BEE
RGB
CMYK
RGB Variations
Color information
#F20BEE (or 0xF20BEE) is known color: Magenta. HEX triplet: F2, 0B and EE. RGB value is (242,11,238). Sum of RGB (Red+Green+Blue) = 242+11+238=491 (65% of max value = 765). Red value is 242 (94.92% from 255 or 49.29% from 491); Green value is 11 (4.69% from 255 or 2.24% from 491); Blue value is 238 (93.36% from 255 or 48.47% from 491); Max value from RGB is 242 - color contains mainly: red. Hex color #F20BEE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F20BEE is #0DF411. Grayscale: #696969. Windows color (decimal): -914450 or 15600626. OLE color: 15600626.
HSL color Cylindrical-coordinate representation of color #F20BEE: hue angle of 301.04º 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 #F20BEE is Cyan = 0, Magento = 0.95, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 11 | 238 | - |
| CMYK | 0 | 0.95 | 0.02 | 0.05 |
| HSL | 301.04º | 0.91% | 0.5% | - |
| HSV(B) | 301.04º | 0.95% | 0.95% | - |
| XYZ | 52.17 | 25.29 | 83.02 | - |
| YUV | 105.95 | 202.53 | 225.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 11 | 238 | 0 | 0.95 | 0.02 | 0.05 | 301.04 | 0.91 | 0.5 |
| Hex | F2 | B | EE | 0 | 5F | 2 | 5 | 12D | 5B | 32 |
| Octal | 362 | 13 | 356 | 0 | 137 | 2 | 5 | 455 | 133 | 62 |
| Binary | 11110010 | 1011 | 11101110 | 0 | 1011111 | 10 | 101 | 100101101 | 1011011 | 110010 |
Color Harmonies of #F20BEE
Complementary color
Monochromatic Colors of #F20BEE
Black with #F20BEE
Text Example
Text Example
White with #F20BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F20BEE; }
p { color: rgb(242,11,238); }
H1.HeaderClassName
{
color: #F20BEE;
}
.AnyTagClassName
{
color: #F20BEE;
}
</style>
background-color css
<style>
a { background-color: #F20BEE; }
a { background-color: rgb(242,11,238); }
div.DivClassName
{
background-color: #F20BEE;
}
.BgClassName
{
background-color: #F20BEE;
}
</style>
border-color css
<style>
span { border-color: #F20BEE; }
span { border-color: rgb(242,11,238); }
td.TdClassName
{
border-color: #F20BEE;
}
.TagClassName
{
border-color: #F20BEE;
}
</style>