Shades of Hot Magenta #F106DB
Tints of Hot Magenta #F106DB
RGB
CMYK
RGB Variations
Color information
#F106DB (or 0xF106DB) is known color: Hot Magenta. HEX triplet: F1, 06 and DB. RGB value is (241,6,219). Sum of RGB (Red+Green+Blue) = 241+6+219=466 (61% of max value = 765). Red value is 241 (94.53% from 255 or 51.72% from 466); Green value is 6 (2.73% from 255 or 1.29% from 466); Blue value is 219 (85.94% from 255 or 47.00% from 466); Max value from RGB is 241 - color contains mainly: red. Hex color #F106DB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F106DB is #0EF924. Grayscale: #636363. Windows color (decimal): -981285 or 14354161. OLE color: 14354161.
HSL color Cylindrical-coordinate representation of color #F106DB: hue angle of 305.62º degrees, saturation: 0.95, 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 #F106DB is Cyan = 0, Magento = 0.98, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 6 | 219 | - |
| CMYK | 0 | 0.98 | 0.09 | 0.05 |
| HSL | 305.62º | 0.95% | 0.48% | - |
| HSV(B) | 305.62º | 0.98% | 0.95% | - |
| XYZ | 49.13 | 23.95 | 69.05 | - |
| YUV | 100.55 | 194.86 | 228.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 6 | 219 | 0 | 0.98 | 0.09 | 0.05 | 305.62 | 0.95 | 0.48 |
| Hex | F1 | 6 | DB | 0 | 62 | 9 | 5 | 132 | 5F | 30 |
| Octal | 361 | 6 | 333 | 0 | 142 | 11 | 5 | 462 | 137 | 60 |
| Binary | 11110001 | 110 | 11011011 | 0 | 1100010 | 1001 | 101 | 100110010 | 1011111 | 110000 |
Color Harmonies of #F106DB
Complementary color
Monochromatic Colors of #F106DB
Black with #F106DB
Text Example
Text Example
White with #F106DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F106DB; }
p { color: rgb(241,6,219); }
H1.HeaderClassName
{
color: #F106DB;
}
.AnyTagClassName
{
color: #F106DB;
}
</style>
background-color css
<style>
a { background-color: #F106DB; }
a { background-color: rgb(241,6,219); }
div.DivClassName
{
background-color: #F106DB;
}
.BgClassName
{
background-color: #F106DB;
}
</style>
border-color css
<style>
span { border-color: #F106DB; }
span { border-color: rgb(241,6,219); }
td.TdClassName
{
border-color: #F106DB;
}
.TagClassName
{
border-color: #F106DB;
}
</style>