Shades of Hot Magenta #F719DB
Tints of Hot Magenta #F719DB
RGB
CMYK
RGB Variations
Color information
#F719DB (or 0xF719DB) is known color: Hot Magenta. HEX triplet: F7, 19 and DB. RGB value is (247,25,219). Sum of RGB (Red+Green+Blue) = 247+25+219=491 (65% of max value = 765). Red value is 247 (96.88% from 255 or 50.31% from 491); Green value is 25 (10.16% from 255 or 5.09% from 491); Blue value is 219 (85.94% from 255 or 44.60% from 491); Max value from RGB is 247 - color contains mainly: red. Hex color #F719DB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F719DB is #08E624. Grayscale: #707070. Windows color (decimal): -583205 or 14359031. OLE color: 14359031.
HSL color Cylindrical-coordinate representation of color #F719DB: hue angle of 307.57º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F719DB is Cyan = 0, Magento = 0.90, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 25 | 219 | - |
| CMYK | 0 | 0.90 | 0.11 | 0.03 |
| HSL | 307.57º | 0.93% | 0.53% | - |
| HSV(B) | 307.57º | 0.9% | 0.97% | - |
| XYZ | 51.49 | 25.58 | 69.24 | - |
| YUV | 113.49 | 187.55 | 223.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 25 | 219 | 0 | 0.90 | 0.11 | 0.03 | 307.57 | 0.93 | 0.53 |
| Hex | F7 | 19 | DB | 0 | 5A | B | 3 | 134 | 5D | 35 |
| Octal | 367 | 31 | 333 | 0 | 132 | 13 | 3 | 464 | 135 | 65 |
| Binary | 11110111 | 11001 | 11011011 | 0 | 1011010 | 1011 | 11 | 100110100 | 1011101 | 110101 |
Color Harmonies of #F719DB
Complementary color
Monochromatic Colors of #F719DB
Black with #F719DB
Text Example
Text Example
White with #F719DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F719DB; }
p { color: rgb(247,25,219); }
H1.HeaderClassName
{
color: #F719DB;
}
.AnyTagClassName
{
color: #F719DB;
}
</style>
background-color css
<style>
a { background-color: #F719DB; }
a { background-color: rgb(247,25,219); }
div.DivClassName
{
background-color: #F719DB;
}
.BgClassName
{
background-color: #F719DB;
}
</style>
border-color css
<style>
span { border-color: #F719DB; }
span { border-color: rgb(247,25,219); }
td.TdClassName
{
border-color: #F719DB;
}
.TagClassName
{
border-color: #F719DB;
}
</style>