Shades of Hot Magenta #F919DB
Tints of Hot Magenta #F919DB
RGB
CMYK
RGB Variations
Color information
#F919DB (or 0xF919DB) is known color: Hot Magenta. HEX triplet: F9, 19 and DB. RGB value is (249,25,219). Sum of RGB (Red+Green+Blue) = 249+25+219=493 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50.51% from 493); Green value is 25 (10.16% from 255 or 5.07% from 493); Blue value is 219 (85.94% from 255 or 44.42% from 493); Max value from RGB is 249 - color contains mainly: red. Hex color #F919DB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F919DB is #06E624. Grayscale: #717171. Windows color (decimal): -452133 or 14359033. OLE color: 14359033.
HSL color Cylindrical-coordinate representation of color #F919DB: hue angle of 308.04º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F919DB is Cyan = 0, Magento = 0.90, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 25 | 219 | - |
| CMYK | 0 | 0.90 | 0.12 | 0.02 |
| HSL | 308.04º | 0.95% | 0.54% | - |
| HSV(B) | 308.04º | 0.9% | 0.98% | - |
| XYZ | 52.2 | 25.95 | 69.28 | - |
| YUV | 114.09 | 187.21 | 224.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 25 | 219 | 0 | 0.90 | 0.12 | 0.02 | 308.04 | 0.95 | 0.54 |
| Hex | F9 | 19 | DB | 0 | 5A | C | 2 | 134 | 5F | 36 |
| Octal | 371 | 31 | 333 | 0 | 132 | 14 | 2 | 464 | 137 | 66 |
| Binary | 11111001 | 11001 | 11011011 | 0 | 1011010 | 1100 | 10 | 100110100 | 1011111 | 110110 |
Color Harmonies of #F919DB
Complementary color
Monochromatic Colors of #F919DB
Black with #F919DB
Text Example
Text Example
White with #F919DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F919DB; }
p { color: rgb(249,25,219); }
H1.HeaderClassName
{
color: #F919DB;
}
.AnyTagClassName
{
color: #F919DB;
}
</style>
background-color css
<style>
a { background-color: #F919DB; }
a { background-color: rgb(249,25,219); }
div.DivClassName
{
background-color: #F919DB;
}
.BgClassName
{
background-color: #F919DB;
}
</style>
border-color css
<style>
span { border-color: #F919DB; }
span { border-color: rgb(249,25,219); }
td.TdClassName
{
border-color: #F919DB;
}
.TagClassName
{
border-color: #F919DB;
}
</style>