Shades of Hot Magenta #F118DB
Tints of Hot Magenta #F118DB
RGB
CMYK
RGB Variations
Color information
#F118DB (or 0xF118DB) is known color: Hot Magenta. HEX triplet: F1, 18 and DB. RGB value is (241,24,219). Sum of RGB (Red+Green+Blue) = 241+24+219=484 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.79% from 484); Green value is 24 (9.77% from 255 or 4.96% from 484); Blue value is 219 (85.94% from 255 or 45.25% from 484); Max value from RGB is 241 - color contains mainly: red. Hex color #F118DB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F118DB is #0EE724. Grayscale: #6E6E6E. Windows color (decimal): -976677 or 14358769. OLE color: 14358769.
HSL color Cylindrical-coordinate representation of color #F118DB: hue angle of 306.08º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F118DB is Cyan = 0, Magento = 0.90, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 24 | 219 | - |
| CMYK | 0 | 0.90 | 0.09 | 0.05 |
| HSL | 306.08º | 0.89% | 0.52% | - |
| HSV(B) | 306.08º | 0.9% | 0.95% | - |
| XYZ | 49.39 | 24.47 | 69.14 | - |
| YUV | 111.11 | 188.89 | 220.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 24 | 219 | 0 | 0.90 | 0.09 | 0.05 | 306.08 | 0.89 | 0.52 |
| Hex | F1 | 18 | DB | 0 | 5A | 9 | 5 | 132 | 59 | 34 |
| Octal | 361 | 30 | 333 | 0 | 132 | 11 | 5 | 462 | 131 | 64 |
| Binary | 11110001 | 11000 | 11011011 | 0 | 1011010 | 1001 | 101 | 100110010 | 1011001 | 110100 |
Color Harmonies of #F118DB
Complementary color
Monochromatic Colors of #F118DB
Black with #F118DB
Text Example
Text Example
White with #F118DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F118DB; }
p { color: rgb(241,24,219); }
H1.HeaderClassName
{
color: #F118DB;
}
.AnyTagClassName
{
color: #F118DB;
}
</style>
background-color css
<style>
a { background-color: #F118DB; }
a { background-color: rgb(241,24,219); }
div.DivClassName
{
background-color: #F118DB;
}
.BgClassName
{
background-color: #F118DB;
}
</style>
border-color css
<style>
span { border-color: #F118DB; }
span { border-color: rgb(241,24,219); }
td.TdClassName
{
border-color: #F118DB;
}
.TagClassName
{
border-color: #F118DB;
}
</style>