Shades of Hot Magenta #F40BDB
Tints of Hot Magenta #F40BDB
RGB
CMYK
RGB Variations
Color information
#F40BDB (or 0xF40BDB) is known color: Hot Magenta. HEX triplet: F4, 0B and DB. RGB value is (244,11,219). Sum of RGB (Red+Green+Blue) = 244+11+219=474 (62% of max value = 765). Red value is 244 (95.70% from 255 or 51.48% from 474); Green value is 11 (4.69% from 255 or 2.32% from 474); Blue value is 219 (85.94% from 255 or 46.20% from 474); Max value from RGB is 244 - color contains mainly: red. Hex color #F40BDB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F40BDB is #0BF424. Grayscale: #676767. Windows color (decimal): -783397 or 14355444. OLE color: 14355444.
HSL color Cylindrical-coordinate representation of color #F40BDB: hue angle of 306.44º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F40BDB is Cyan = 0, Magento = 0.95, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 11 | 219 | - |
| CMYK | 0 | 0.95 | 0.10 | 0.04 |
| HSL | 306.44º | 0.91% | 0.5% | - |
| HSV(B) | 306.44º | 0.95% | 0.96% | - |
| XYZ | 50.21 | 24.59 | 69.12 | - |
| YUV | 104.38 | 192.69 | 227.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 11 | 219 | 0 | 0.95 | 0.10 | 0.04 | 306.44 | 0.91 | 0.5 |
| Hex | F4 | B | DB | 0 | 5F | A | 4 | 132 | 5B | 32 |
| Octal | 364 | 13 | 333 | 0 | 137 | 12 | 4 | 462 | 133 | 62 |
| Binary | 11110100 | 1011 | 11011011 | 0 | 1011111 | 1010 | 100 | 100110010 | 1011011 | 110010 |
Color Harmonies of #F40BDB
Complementary color
Monochromatic Colors of #F40BDB
Black with #F40BDB
Text Example
Text Example
White with #F40BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F40BDB; }
p { color: rgb(244,11,219); }
H1.HeaderClassName
{
color: #F40BDB;
}
.AnyTagClassName
{
color: #F40BDB;
}
</style>
background-color css
<style>
a { background-color: #F40BDB; }
a { background-color: rgb(244,11,219); }
div.DivClassName
{
background-color: #F40BDB;
}
.BgClassName
{
background-color: #F40BDB;
}
</style>
border-color css
<style>
span { border-color: #F40BDB; }
span { border-color: rgb(244,11,219); }
td.TdClassName
{
border-color: #F40BDB;
}
.TagClassName
{
border-color: #F40BDB;
}
</style>