Shades of Hot Magenta #F619DB
Tints of Hot Magenta #F619DB
RGB
CMYK
RGB Variations
Color information
#F619DB (or 0xF619DB) is known color: Hot Magenta. HEX triplet: F6, 19 and DB. RGB value is (246,25,219). Sum of RGB (Red+Green+Blue) = 246+25+219=490 (64% of max value = 765). Red value is 246 (96.48% from 255 or 50.20% from 490); Green value is 25 (10.16% from 255 or 5.10% from 490); Blue value is 219 (85.94% from 255 or 44.69% from 490); Max value from RGB is 246 - color contains mainly: red. Hex color #F619DB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F619DB is #09E624. Grayscale: #707070. Windows color (decimal): -648741 or 14359030. OLE color: 14359030.
HSL color Cylindrical-coordinate representation of color #F619DB: hue angle of 307.33º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F619DB is Cyan = 0, Magento = 0.90, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 25 | 219 | - |
| CMYK | 0 | 0.90 | 0.11 | 0.04 |
| HSL | 307.33º | 0.92% | 0.53% | - |
| HSV(B) | 307.33º | 0.9% | 0.96% | - |
| XYZ | 51.14 | 25.4 | 69.23 | - |
| YUV | 113.2 | 187.72 | 222.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 25 | 219 | 0 | 0.90 | 0.11 | 0.04 | 307.33 | 0.92 | 0.53 |
| Hex | F6 | 19 | DB | 0 | 5A | B | 4 | 133 | 5C | 35 |
| Octal | 366 | 31 | 333 | 0 | 132 | 13 | 4 | 463 | 134 | 65 |
| Binary | 11110110 | 11001 | 11011011 | 0 | 1011010 | 1011 | 100 | 100110011 | 1011100 | 110101 |
Color Harmonies of #F619DB
Complementary color
Monochromatic Colors of #F619DB
Black with #F619DB
Text Example
Text Example
White with #F619DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F619DB; }
p { color: rgb(246,25,219); }
H1.HeaderClassName
{
color: #F619DB;
}
.AnyTagClassName
{
color: #F619DB;
}
</style>
background-color css
<style>
a { background-color: #F619DB; }
a { background-color: rgb(246,25,219); }
div.DivClassName
{
background-color: #F619DB;
}
.BgClassName
{
background-color: #F619DB;
}
</style>
border-color css
<style>
span { border-color: #F619DB; }
span { border-color: rgb(246,25,219); }
td.TdClassName
{
border-color: #F619DB;
}
.TagClassName
{
border-color: #F619DB;
}
</style>