Shades of Hot Magenta #F809DB
Tints of Hot Magenta #F809DB
RGB
CMYK
RGB Variations
Color information
#F809DB (or 0xF809DB) is known color: Hot Magenta. HEX triplet: F8, 09 and DB. RGB value is (248,9,219). Sum of RGB (Red+Green+Blue) = 248+9+219=476 (63% of max value = 765). Red value is 248 (97.27% from 255 or 52.10% from 476); Green value is 9 (3.91% from 255 or 1.89% from 476); Blue value is 219 (85.94% from 255 or 46.01% from 476); Max value from RGB is 248 - color contains mainly: red. Hex color #F809DB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F809DB is #07F624. Grayscale: #676767. Windows color (decimal): -521765 or 14354936. OLE color: 14354936.
HSL color Cylindrical-coordinate representation of color #F809DB: hue angle of 307.28º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F809DB is Cyan = 0, Magento = 0.96, Yellow = 0.12 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 9 | 219 | - |
| CMYK | 0 | 0.96 | 0.12 | 0.03 |
| HSL | 307.28º | 0.94% | 0.5% | - |
| HSV(B) | 307.28º | 0.96% | 0.97% | - |
| XYZ | 51.6 | 25.27 | 69.18 | - |
| YUV | 104.4 | 192.68 | 230.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 9 | 219 | 0 | 0.96 | 0.12 | 0.03 | 307.28 | 0.94 | 0.5 |
| Hex | F8 | 9 | DB | 0 | 60 | C | 3 | 133 | 5E | 32 |
| Octal | 370 | 11 | 333 | 0 | 140 | 14 | 3 | 463 | 136 | 62 |
| Binary | 11111000 | 1001 | 11011011 | 0 | 1100000 | 1100 | 11 | 100110011 | 1011110 | 110010 |
Color Harmonies of #F809DB
Complementary color
Monochromatic Colors of #F809DB
Black with #F809DB
Text Example
Text Example
White with #F809DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F809DB; }
p { color: rgb(248,9,219); }
H1.HeaderClassName
{
color: #F809DB;
}
.AnyTagClassName
{
color: #F809DB;
}
</style>
background-color css
<style>
a { background-color: #F809DB; }
a { background-color: rgb(248,9,219); }
div.DivClassName
{
background-color: #F809DB;
}
.BgClassName
{
background-color: #F809DB;
}
</style>
border-color css
<style>
span { border-color: #F809DB; }
span { border-color: rgb(248,9,219); }
td.TdClassName
{
border-color: #F809DB;
}
.TagClassName
{
border-color: #F809DB;
}
</style>