Shades of Hot Magenta #F20BDB
Tints of Hot Magenta #F20BDB
RGB
CMYK
RGB Variations
Color information
#F20BDB (or 0xF20BDB) is known color: Hot Magenta. HEX triplet: F2, 0B and DB. RGB value is (242,11,219). Sum of RGB (Red+Green+Blue) = 242+11+219=472 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.27% from 472); Green value is 11 (4.69% from 255 or 2.33% from 472); Blue value is 219 (85.94% from 255 or 46.40% from 472); Max value from RGB is 242 - color contains mainly: red. Hex color #F20BDB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F20BDB is #0DF424. Grayscale: #676767. Windows color (decimal): -914469 or 14355442. OLE color: 14355442.
HSL color Cylindrical-coordinate representation of color #F20BDB: hue angle of 305.97º 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 #F20BDB is Cyan = 0, Magento = 0.95, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 11 | 219 | - |
| CMYK | 0 | 0.95 | 0.10 | 0.05 |
| HSL | 305.97º | 0.91% | 0.5% | - |
| HSV(B) | 305.97º | 0.95% | 0.95% | - |
| XYZ | 49.52 | 24.23 | 69.08 | - |
| YUV | 103.78 | 193.03 | 226.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 11 | 219 | 0 | 0.95 | 0.10 | 0.05 | 305.97 | 0.91 | 0.5 |
| Hex | F2 | B | DB | 0 | 5F | A | 5 | 132 | 5B | 32 |
| Octal | 362 | 13 | 333 | 0 | 137 | 12 | 5 | 462 | 133 | 62 |
| Binary | 11110010 | 1011 | 11011011 | 0 | 1011111 | 1010 | 101 | 100110010 | 1011011 | 110010 |
Color Harmonies of #F20BDB
Complementary color
Monochromatic Colors of #F20BDB
Black with #F20BDB
Text Example
Text Example
White with #F20BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F20BDB; }
p { color: rgb(242,11,219); }
H1.HeaderClassName
{
color: #F20BDB;
}
.AnyTagClassName
{
color: #F20BDB;
}
</style>
background-color css
<style>
a { background-color: #F20BDB; }
a { background-color: rgb(242,11,219); }
div.DivClassName
{
background-color: #F20BDB;
}
.BgClassName
{
background-color: #F20BDB;
}
</style>
border-color css
<style>
span { border-color: #F20BDB; }
span { border-color: rgb(242,11,219); }
td.TdClassName
{
border-color: #F20BDB;
}
.TagClassName
{
border-color: #F20BDB;
}
</style>