Shades of Hot Magenta #F104DB
Tints of Hot Magenta #F104DB
RGB
CMYK
RGB Variations
Color information
#F104DB (or 0xF104DB) is known color: Hot Magenta. HEX triplet: F1, 04 and DB. RGB value is (241,4,219). Sum of RGB (Red+Green+Blue) = 241+4+219=464 (61% of max value = 765). Red value is 241 (94.53% from 255 or 51.94% from 464); Green value is 4 (1.95% from 255 or 0.86% from 464); Blue value is 219 (85.94% from 255 or 47.20% from 464); Max value from RGB is 241 - color contains mainly: red. Hex color #F104DB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F104DB is #0EFB24. Grayscale: #626262. Windows color (decimal): -981797 or 14353649. OLE color: 14353649.
HSL color Cylindrical-coordinate representation of color #F104DB: hue angle of 305.57º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F104DB is Cyan = 0, Magento = 0.98, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 4 | 219 | - |
| CMYK | 0 | 0.98 | 0.09 | 0.05 |
| HSL | 305.57º | 0.97% | 0.48% | - |
| HSV(B) | 305.57º | 0.98% | 0.95% | - |
| XYZ | 49.11 | 23.9 | 69.04 | - |
| YUV | 99.37 | 195.52 | 229.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 4 | 219 | 0 | 0.98 | 0.09 | 0.05 | 305.57 | 0.97 | 0.48 |
| Hex | F1 | 4 | DB | 0 | 62 | 9 | 5 | 132 | 61 | 30 |
| Octal | 361 | 4 | 333 | 0 | 142 | 11 | 5 | 462 | 141 | 60 |
| Binary | 11110001 | 100 | 11011011 | 0 | 1100010 | 1001 | 101 | 100110010 | 1100001 | 110000 |
Color Harmonies of #F104DB
Complementary color
Monochromatic Colors of #F104DB
Black with #F104DB
Text Example
Text Example
White with #F104DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F104DB; }
p { color: rgb(241,4,219); }
H1.HeaderClassName
{
color: #F104DB;
}
.AnyTagClassName
{
color: #F104DB;
}
</style>
background-color css
<style>
a { background-color: #F104DB; }
a { background-color: rgb(241,4,219); }
div.DivClassName
{
background-color: #F104DB;
}
.BgClassName
{
background-color: #F104DB;
}
</style>
border-color css
<style>
span { border-color: #F104DB; }
span { border-color: rgb(241,4,219); }
td.TdClassName
{
border-color: #F104DB;
}
.TagClassName
{
border-color: #F104DB;
}
</style>