Shades of Hot Magenta #F114DB
Tints of Hot Magenta #F114DB
RGB
CMYK
RGB Variations
Color information
#F114DB (or 0xF114DB) is known color: Hot Magenta. HEX triplet: F1, 14 and DB. RGB value is (241,20,219). Sum of RGB (Red+Green+Blue) = 241+20+219=480 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.21% from 480); Green value is 20 (8.20% from 255 or 4.17% from 480); Blue value is 219 (85.94% from 255 or 45.62% from 480); Max value from RGB is 241 - color contains mainly: red. Hex color #F114DB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F114DB is #0EEB24. Grayscale: #6C6C6C. Windows color (decimal): -977701 or 14357745. OLE color: 14357745.
HSL color Cylindrical-coordinate representation of color #F114DB: hue angle of 305.97º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F114DB is Cyan = 0, Magento = 0.92, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 20 | 219 | - |
| CMYK | 0 | 0.92 | 0.09 | 0.05 |
| HSL | 305.97º | 0.89% | 0.51% | - |
| HSV(B) | 305.97º | 0.92% | 0.95% | - |
| XYZ | 49.31 | 24.32 | 69.11 | - |
| YUV | 108.77 | 190.22 | 222.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 20 | 219 | 0 | 0.92 | 0.09 | 0.05 | 305.97 | 0.89 | 0.51 |
| Hex | F1 | 14 | DB | 0 | 5C | 9 | 5 | 132 | 59 | 33 |
| Octal | 361 | 24 | 333 | 0 | 134 | 11 | 5 | 462 | 131 | 63 |
| Binary | 11110001 | 10100 | 11011011 | 0 | 1011100 | 1001 | 101 | 100110010 | 1011001 | 110011 |
Color Harmonies of #F114DB
Complementary color
Monochromatic Colors of #F114DB
Black with #F114DB
Text Example
Text Example
White with #F114DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F114DB; }
p { color: rgb(241,20,219); }
H1.HeaderClassName
{
color: #F114DB;
}
.AnyTagClassName
{
color: #F114DB;
}
</style>
background-color css
<style>
a { background-color: #F114DB; }
a { background-color: rgb(241,20,219); }
div.DivClassName
{
background-color: #F114DB;
}
.BgClassName
{
background-color: #F114DB;
}
</style>
border-color css
<style>
span { border-color: #F114DB; }
span { border-color: rgb(241,20,219); }
td.TdClassName
{
border-color: #F114DB;
}
.TagClassName
{
border-color: #F114DB;
}
</style>