Shades of Hot Magenta #F105DB
Tints of Hot Magenta #F105DB
RGB
CMYK
RGB Variations
Color information
#F105DB (or 0xF105DB) is known color: Hot Magenta. HEX triplet: F1, 05 and DB. RGB value is (241,5,219). Sum of RGB (Red+Green+Blue) = 241+5+219=465 (61% of max value = 765). Red value is 241 (94.53% from 255 or 51.83% from 465); Green value is 5 (2.34% from 255 or 1.08% from 465); Blue value is 219 (85.94% from 255 or 47.10% from 465); Max value from RGB is 241 - color contains mainly: red. Hex color #F105DB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F105DB is #0EFA24. Grayscale: #636363. Windows color (decimal): -981541 or 14353905. OLE color: 14353905.
HSL color Cylindrical-coordinate representation of color #F105DB: hue angle of 305.59º degrees, saturation: 0.96, 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 #F105DB is Cyan = 0, Magento = 0.98, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 5 | 219 | - |
| CMYK | 0 | 0.98 | 0.09 | 0.05 |
| HSL | 305.59º | 0.96% | 0.48% | - |
| HSV(B) | 305.59º | 0.98% | 0.95% | - |
| XYZ | 49.12 | 23.92 | 69.05 | - |
| YUV | 99.96 | 195.19 | 228.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 5 | 219 | 0 | 0.98 | 0.09 | 0.05 | 305.59 | 0.96 | 0.48 |
| Hex | F1 | 5 | DB | 0 | 62 | 9 | 5 | 132 | 60 | 30 |
| Octal | 361 | 5 | 333 | 0 | 142 | 11 | 5 | 462 | 140 | 60 |
| Binary | 11110001 | 101 | 11011011 | 0 | 1100010 | 1001 | 101 | 100110010 | 1100000 | 110000 |
Color Harmonies of #F105DB
Complementary color
Monochromatic Colors of #F105DB
Black with #F105DB
Text Example
Text Example
White with #F105DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F105DB; }
p { color: rgb(241,5,219); }
H1.HeaderClassName
{
color: #F105DB;
}
.AnyTagClassName
{
color: #F105DB;
}
</style>
background-color css
<style>
a { background-color: #F105DB; }
a { background-color: rgb(241,5,219); }
div.DivClassName
{
background-color: #F105DB;
}
.BgClassName
{
background-color: #F105DB;
}
</style>
border-color css
<style>
span { border-color: #F105DB; }
span { border-color: rgb(241,5,219); }
td.TdClassName
{
border-color: #F105DB;
}
.TagClassName
{
border-color: #F105DB;
}
</style>