Shades of Hot Magenta #F411DB
Tints of Hot Magenta #F411DB
RGB
CMYK
RGB Variations
Color information
#F411DB (or 0xF411DB) is known color: Hot Magenta. HEX triplet: F4, 11 and DB. RGB value is (244,17,219). Sum of RGB (Red+Green+Blue) = 244+17+219=480 (63% of max value = 765). Red value is 244 (95.70% from 255 or 50.83% from 480); Green value is 17 (7.03% from 255 or 3.54% from 480); Blue value is 219 (85.94% from 255 or 45.62% from 480); Max value from RGB is 244 - color contains mainly: red. Hex color #F411DB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F411DB is #0BEE24. Grayscale: #6B6B6B. Windows color (decimal): -781861 or 14356980. OLE color: 14356980.
HSL color Cylindrical-coordinate representation of color #F411DB: hue angle of 306.61º degrees, saturation: 0.91, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F411DB is Cyan = 0, Magento = 0.93, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 17 | 219 | - |
| CMYK | 0 | 0.93 | 0.10 | 0.04 |
| HSL | 306.61º | 0.91% | 0.51% | - |
| HSV(B) | 306.61º | 0.93% | 0.96% | - |
| XYZ | 50.29 | 24.75 | 69.14 | - |
| YUV | 107.9 | 190.71 | 225.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 17 | 219 | 0 | 0.93 | 0.10 | 0.04 | 306.61 | 0.91 | 0.51 |
| Hex | F4 | 11 | DB | 0 | 5D | A | 4 | 133 | 5B | 33 |
| Octal | 364 | 21 | 333 | 0 | 135 | 12 | 4 | 463 | 133 | 63 |
| Binary | 11110100 | 10001 | 11011011 | 0 | 1011101 | 1010 | 100 | 100110011 | 1011011 | 110011 |
Color Harmonies of #F411DB
Complementary color
Monochromatic Colors of #F411DB
Black with #F411DB
Text Example
Text Example
White with #F411DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F411DB; }
p { color: rgb(244,17,219); }
H1.HeaderClassName
{
color: #F411DB;
}
.AnyTagClassName
{
color: #F411DB;
}
</style>
background-color css
<style>
a { background-color: #F411DB; }
a { background-color: rgb(244,17,219); }
div.DivClassName
{
background-color: #F411DB;
}
.BgClassName
{
background-color: #F411DB;
}
</style>
border-color css
<style>
span { border-color: #F411DB; }
span { border-color: rgb(244,17,219); }
td.TdClassName
{
border-color: #F411DB;
}
.TagClassName
{
border-color: #F411DB;
}
</style>