Shades of Hot Magenta #F904DB
Tints of Hot Magenta #F904DB
RGB
CMYK
RGB Variations
Color information
#F904DB (or 0xF904DB) is known color: Hot Magenta. HEX triplet: F9, 04 and DB. RGB value is (249,4,219). Sum of RGB (Red+Green+Blue) = 249+4+219=472 (62% of max value = 765). Red value is 249 (97.66% from 255 or 52.75% from 472); Green value is 4 (1.95% from 255 or 0.85% from 472); Blue value is 219 (85.94% from 255 or 46.40% from 472); Max value from RGB is 249 - color contains mainly: red. Hex color #F904DB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F904DB is #06FB24. Grayscale: #656565. Windows color (decimal): -457509 or 14353657. OLE color: 14353657.
HSL color Cylindrical-coordinate representation of color #F904DB: hue angle of 307.35º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F904DB is Cyan = 0, Magento = 0.98, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 4 | 219 | - |
| CMYK | 0 | 0.98 | 0.12 | 0.02 |
| HSL | 307.35º | 0.97% | 0.5% | - |
| HSV(B) | 307.35º | 0.98% | 0.98% | - |
| XYZ | 51.9 | 25.34 | 69.17 | - |
| YUV | 101.77 | 194.17 | 233.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 4 | 219 | 0 | 0.98 | 0.12 | 0.02 | 307.35 | 0.97 | 0.5 |
| Hex | F9 | 4 | DB | 0 | 62 | C | 2 | 133 | 61 | 32 |
| Octal | 371 | 4 | 333 | 0 | 142 | 14 | 2 | 463 | 141 | 62 |
| Binary | 11111001 | 100 | 11011011 | 0 | 1100010 | 1100 | 10 | 100110011 | 1100001 | 110010 |
Color Harmonies of #F904DB
Complementary color
Monochromatic Colors of #F904DB
Black with #F904DB
Text Example
Text Example
White with #F904DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F904DB; }
p { color: rgb(249,4,219); }
H1.HeaderClassName
{
color: #F904DB;
}
.AnyTagClassName
{
color: #F904DB;
}
</style>
background-color css
<style>
a { background-color: #F904DB; }
a { background-color: rgb(249,4,219); }
div.DivClassName
{
background-color: #F904DB;
}
.BgClassName
{
background-color: #F904DB;
}
</style>
border-color css
<style>
span { border-color: #F904DB; }
span { border-color: rgb(249,4,219); }
td.TdClassName
{
border-color: #F904DB;
}
.TagClassName
{
border-color: #F904DB;
}
</style>