Shades of Hot Magenta #F108DB
Tints of Hot Magenta #F108DB
RGB
CMYK
RGB Variations
Color information
#F108DB (or 0xF108DB) is known color: Hot Magenta. HEX triplet: F1, 08 and DB. RGB value is (241,8,219). Sum of RGB (Red+Green+Blue) = 241+8+219=468 (61% of max value = 765). Red value is 241 (94.53% from 255 or 51.50% from 468); Green value is 8 (3.52% from 255 or 1.71% from 468); Blue value is 219 (85.94% from 255 or 46.79% from 468); Max value from RGB is 241 - color contains mainly: red. Hex color #F108DB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F108DB is #0EF724. Grayscale: #656565. Windows color (decimal): -980773 or 14354673. OLE color: 14354673.
HSL color Cylindrical-coordinate representation of color #F108DB: hue angle of 305.67º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F108DB is Cyan = 0, Magento = 0.97, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 8 | 219 | - |
| CMYK | 0 | 0.97 | 0.09 | 0.05 |
| HSL | 305.67º | 0.94% | 0.49% | - |
| HSV(B) | 305.67º | 0.97% | 0.95% | - |
| XYZ | 49.15 | 23.99 | 69.06 | - |
| YUV | 101.72 | 194.19 | 227.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 8 | 219 | 0 | 0.97 | 0.09 | 0.05 | 305.67 | 0.94 | 0.49 |
| Hex | F1 | 8 | DB | 0 | 61 | 9 | 5 | 132 | 5E | 31 |
| Octal | 361 | 10 | 333 | 0 | 141 | 11 | 5 | 462 | 136 | 61 |
| Binary | 11110001 | 1000 | 11011011 | 0 | 1100001 | 1001 | 101 | 100110010 | 1011110 | 110001 |
Color Harmonies of #F108DB
Complementary color
Monochromatic Colors of #F108DB
Black with #F108DB
Text Example
Text Example
White with #F108DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F108DB; }
p { color: rgb(241,8,219); }
H1.HeaderClassName
{
color: #F108DB;
}
.AnyTagClassName
{
color: #F108DB;
}
</style>
background-color css
<style>
a { background-color: #F108DB; }
a { background-color: rgb(241,8,219); }
div.DivClassName
{
background-color: #F108DB;
}
.BgClassName
{
background-color: #F108DB;
}
</style>
border-color css
<style>
span { border-color: #F108DB; }
span { border-color: rgb(241,8,219); }
td.TdClassName
{
border-color: #F108DB;
}
.TagClassName
{
border-color: #F108DB;
}
</style>