Shades of Hot Magenta #F804DB
Tints of Hot Magenta #F804DB
RGB
CMYK
RGB Variations
Color information
#F804DB (or 0xF804DB) is known color: Hot Magenta. HEX triplet: F8, 04 and DB. RGB value is (248,4,219). Sum of RGB (Red+Green+Blue) = 248+4+219=471 (62% of max value = 765). Red value is 248 (97.27% from 255 or 52.65% from 471); Green value is 4 (1.95% from 255 or 0.85% from 471); Blue value is 219 (85.94% from 255 or 46.50% from 471); Max value from RGB is 248 - color contains mainly: red. Hex color #F804DB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F804DB is #07FB24. Grayscale: #646464. Windows color (decimal): -523045 or 14353656. OLE color: 14353656.
HSL color Cylindrical-coordinate representation of color #F804DB: hue angle of 307.13º degrees, saturation: 0.97, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F804DB is Cyan = 0, Magento = 0.98, Yellow = 0.12 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 4 | 219 | - |
| CMYK | 0 | 0.98 | 0.12 | 0.03 |
| HSL | 307.13º | 0.97% | 0.49% | - |
| HSV(B) | 307.13º | 0.98% | 0.97% | - |
| XYZ | 51.54 | 25.16 | 69.16 | - |
| YUV | 101.47 | 194.34 | 232.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 4 | 219 | 0 | 0.98 | 0.12 | 0.03 | 307.13 | 0.97 | 0.49 |
| Hex | F8 | 4 | DB | 0 | 62 | C | 3 | 133 | 61 | 31 |
| Octal | 370 | 4 | 333 | 0 | 142 | 14 | 3 | 463 | 141 | 61 |
| Binary | 11111000 | 100 | 11011011 | 0 | 1100010 | 1100 | 11 | 100110011 | 1100001 | 110001 |
Color Harmonies of #F804DB
Complementary color
Monochromatic Colors of #F804DB
Black with #F804DB
Text Example
Text Example
White with #F804DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F804DB; }
p { color: rgb(248,4,219); }
H1.HeaderClassName
{
color: #F804DB;
}
.AnyTagClassName
{
color: #F804DB;
}
</style>
background-color css
<style>
a { background-color: #F804DB; }
a { background-color: rgb(248,4,219); }
div.DivClassName
{
background-color: #F804DB;
}
.BgClassName
{
background-color: #F804DB;
}
</style>
border-color css
<style>
span { border-color: #F804DB; }
span { border-color: rgb(248,4,219); }
td.TdClassName
{
border-color: #F804DB;
}
.TagClassName
{
border-color: #F804DB;
}
</style>