Shades of Hot Magenta #F10BDB
Tints of Hot Magenta #F10BDB
RGB
CMYK
RGB Variations
Color information
#F10BDB (or 0xF10BDB) is known color: Hot Magenta. HEX triplet: F1, 0B and DB. RGB value is (241,11,219). Sum of RGB (Red+Green+Blue) = 241+11+219=471 (62% of max value = 765). Red value is 241 (94.53% from 255 or 51.17% from 471); Green value is 11 (4.69% from 255 or 2.34% from 471); Blue value is 219 (85.94% from 255 or 46.50% from 471); Max value from RGB is 241 - color contains mainly: red. Hex color #F10BDB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F10BDB is #0EF424. Grayscale: #666666. Windows color (decimal): -980005 or 14355441. OLE color: 14355441.
HSL color Cylindrical-coordinate representation of color #F10BDB: hue angle of 305.74º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F10BDB is Cyan = 0, Magento = 0.95, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 11 | 219 | - |
| CMYK | 0 | 0.95 | 0.09 | 0.05 |
| HSL | 305.74º | 0.91% | 0.49% | - |
| HSV(B) | 305.74º | 0.95% | 0.95% | - |
| XYZ | 49.18 | 24.05 | 69.07 | - |
| YUV | 103.48 | 193.2 | 226.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 11 | 219 | 0 | 0.95 | 0.09 | 0.05 | 305.74 | 0.91 | 0.49 |
| Hex | F1 | B | DB | 0 | 5F | 9 | 5 | 132 | 5B | 31 |
| Octal | 361 | 13 | 333 | 0 | 137 | 11 | 5 | 462 | 133 | 61 |
| Binary | 11110001 | 1011 | 11011011 | 0 | 1011111 | 1001 | 101 | 100110010 | 1011011 | 110001 |
Color Harmonies of #F10BDB
Complementary color
Monochromatic Colors of #F10BDB
Black with #F10BDB
Text Example
Text Example
White with #F10BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F10BDB; }
p { color: rgb(241,11,219); }
H1.HeaderClassName
{
color: #F10BDB;
}
.AnyTagClassName
{
color: #F10BDB;
}
</style>
background-color css
<style>
a { background-color: #F10BDB; }
a { background-color: rgb(241,11,219); }
div.DivClassName
{
background-color: #F10BDB;
}
.BgClassName
{
background-color: #F10BDB;
}
</style>
border-color css
<style>
span { border-color: #F10BDB; }
span { border-color: rgb(241,11,219); }
td.TdClassName
{
border-color: #F10BDB;
}
.TagClassName
{
border-color: #F10BDB;
}
</style>