Shades of Hot Magenta #F611DB
Tints of Hot Magenta #F611DB
RGB
CMYK
RGB Variations
Color information
#F611DB (or 0xF611DB) is known color: Hot Magenta. HEX triplet: F6, 11 and DB. RGB value is (246,17,219). Sum of RGB (Red+Green+Blue) = 246+17+219=482 (63% of max value = 765). Red value is 246 (96.48% from 255 or 51.04% from 482); Green value is 17 (7.03% from 255 or 3.53% from 482); Blue value is 219 (85.94% from 255 or 45.44% from 482); Max value from RGB is 246 - color contains mainly: red. Hex color #F611DB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F611DB is #09EE24. Grayscale: #6B6B6B. Windows color (decimal): -650789 or 14356982. OLE color: 14356982.
HSL color Cylindrical-coordinate representation of color #F611DB: hue angle of 307.07º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F611DB is Cyan = 0, Magento = 0.93, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 17 | 219 | - |
| CMYK | 0 | 0.93 | 0.11 | 0.04 |
| HSL | 307.07º | 0.93% | 0.52% | - |
| HSV(B) | 307.07º | 0.93% | 0.96% | - |
| XYZ | 50.99 | 25.11 | 69.18 | - |
| YUV | 108.5 | 190.37 | 226.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 17 | 219 | 0 | 0.93 | 0.11 | 0.04 | 307.07 | 0.93 | 0.52 |
| Hex | F6 | 11 | DB | 0 | 5D | B | 4 | 133 | 5D | 34 |
| Octal | 366 | 21 | 333 | 0 | 135 | 13 | 4 | 463 | 135 | 64 |
| Binary | 11110110 | 10001 | 11011011 | 0 | 1011101 | 1011 | 100 | 100110011 | 1011101 | 110100 |
Color Harmonies of #F611DB
Complementary color
Monochromatic Colors of #F611DB
Black with #F611DB
Text Example
Text Example
White with #F611DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F611DB; }
p { color: rgb(246,17,219); }
H1.HeaderClassName
{
color: #F611DB;
}
.AnyTagClassName
{
color: #F611DB;
}
</style>
background-color css
<style>
a { background-color: #F611DB; }
a { background-color: rgb(246,17,219); }
div.DivClassName
{
background-color: #F611DB;
}
.BgClassName
{
background-color: #F611DB;
}
</style>
border-color css
<style>
span { border-color: #F611DB; }
span { border-color: rgb(246,17,219); }
td.TdClassName
{
border-color: #F611DB;
}
.TagClassName
{
border-color: #F611DB;
}
</style>