Shades of Magenta #F20BED
Tints of Magenta #F20BED
RGB
CMYK
RGB Variations
Color information
#F20BED (or 0xF20BED) is known color: Magenta. HEX triplet: F2, 0B and ED. RGB value is (242,11,237). Sum of RGB (Red+Green+Blue) = 242+11+237=490 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.39% from 490); Green value is 11 (4.69% from 255 or 2.24% from 490); Blue value is 237 (92.97% from 255 or 48.37% from 490); Max value from RGB is 242 - color contains mainly: red. Hex color #F20BED is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F20BED is #0DF412. Grayscale: #696969. Windows color (decimal): -914451 or 15535090. OLE color: 15535090.
HSL color Cylindrical-coordinate representation of color #F20BED: hue angle of 301.3º 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 #F20BED is Cyan = 0, Magento = 0.95, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 11 | 237 | - |
| CMYK | 0 | 0.95 | 0.02 | 0.05 |
| HSL | 301.3º | 0.91% | 0.5% | - |
| HSV(B) | 301.3º | 0.95% | 0.95% | - |
| XYZ | 52.02 | 25.23 | 82.25 | - |
| YUV | 105.83 | 202.03 | 225.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 11 | 237 | 0 | 0.95 | 0.02 | 0.05 | 301.3 | 0.91 | 0.5 |
| Hex | F2 | B | ED | 0 | 5F | 2 | 5 | 12D | 5B | 32 |
| Octal | 362 | 13 | 355 | 0 | 137 | 2 | 5 | 455 | 133 | 62 |
| Binary | 11110010 | 1011 | 11101101 | 0 | 1011111 | 10 | 101 | 100101101 | 1011011 | 110010 |
Color Harmonies of #F20BED
Complementary color
Monochromatic Colors of #F20BED
Black with #F20BED
Text Example
Text Example
White with #F20BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F20BED; }
p { color: rgb(242,11,237); }
H1.HeaderClassName
{
color: #F20BED;
}
.AnyTagClassName
{
color: #F20BED;
}
</style>
background-color css
<style>
a { background-color: #F20BED; }
a { background-color: rgb(242,11,237); }
div.DivClassName
{
background-color: #F20BED;
}
.BgClassName
{
background-color: #F20BED;
}
</style>
border-color css
<style>
span { border-color: #F20BED; }
span { border-color: rgb(242,11,237); }
td.TdClassName
{
border-color: #F20BED;
}
.TagClassName
{
border-color: #F20BED;
}
</style>