Shades of Hot Magenta #F115DB
Tints of Hot Magenta #F115DB
RGB
CMYK
RGB Variations
Color information
#F115DB (or 0xF115DB) is known color: Hot Magenta. HEX triplet: F1, 15 and DB. RGB value is (241,21,219). Sum of RGB (Red+Green+Blue) = 241+21+219=481 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.10% from 481); Green value is 21 (8.59% from 255 or 4.37% from 481); Blue value is 219 (85.94% from 255 or 45.53% from 481); Max value from RGB is 241 - color contains mainly: red. Hex color #F115DB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F115DB is #0EEA24. Grayscale: #6C6C6C. Windows color (decimal): -977445 or 14358001. OLE color: 14358001.
HSL color Cylindrical-coordinate representation of color #F115DB: hue angle of 306º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F115DB is Cyan = 0, Magento = 0.91, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 21 | 219 | - |
| CMYK | 0 | 0.91 | 0.09 | 0.05 |
| HSL | 306º | 0.89% | 0.51% | - |
| HSV(B) | 306º | 0.91% | 0.95% | - |
| XYZ | 49.33 | 24.35 | 69.12 | - |
| YUV | 109.35 | 189.89 | 221.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 21 | 219 | 0 | 0.91 | 0.09 | 0.05 | 306 | 0.89 | 0.51 |
| Hex | F1 | 15 | DB | 0 | 5B | 9 | 5 | 132 | 59 | 33 |
| Octal | 361 | 25 | 333 | 0 | 133 | 11 | 5 | 462 | 131 | 63 |
| Binary | 11110001 | 10101 | 11011011 | 0 | 1011011 | 1001 | 101 | 100110010 | 1011001 | 110011 |
Color Harmonies of #F115DB
Complementary color
Monochromatic Colors of #F115DB
Black with #F115DB
Text Example
Text Example
White with #F115DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F115DB; }
p { color: rgb(241,21,219); }
H1.HeaderClassName
{
color: #F115DB;
}
.AnyTagClassName
{
color: #F115DB;
}
</style>
background-color css
<style>
a { background-color: #F115DB; }
a { background-color: rgb(241,21,219); }
div.DivClassName
{
background-color: #F115DB;
}
.BgClassName
{
background-color: #F115DB;
}
</style>
border-color css
<style>
span { border-color: #F115DB; }
span { border-color: rgb(241,21,219); }
td.TdClassName
{
border-color: #F115DB;
}
.TagClassName
{
border-color: #F115DB;
}
</style>