Shades of Hot Magenta #F114D9
Tints of Hot Magenta #F114D9
RGB
CMYK
RGB Variations
Color information
#F114D9 (or 0xF114D9) is known color: Hot Magenta. HEX triplet: F1, 14 and D9. RGB value is (241,20,217). Sum of RGB (Red+Green+Blue) = 241+20+217=478 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.42% from 478); Green value is 20 (8.20% from 255 or 4.18% from 478); Blue value is 217 (85.16% from 255 or 45.40% from 478); Max value from RGB is 241 - color contains mainly: red. Hex color #F114D9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F114D9 is #0EEB26. Grayscale: #6B6B6B. Windows color (decimal): -977703 or 14226673. OLE color: 14226673.
HSL color Cylindrical-coordinate representation of color #F114D9: hue angle of 306.52º 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 #F114D9 is Cyan = 0, Magento = 0.92, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 20 | 217 | - |
| CMYK | 0 | 0.92 | 0.10 | 0.05 |
| HSL | 306.52º | 0.89% | 0.51% | - |
| HSV(B) | 306.52º | 0.92% | 0.95% | - |
| XYZ | 49.05 | 24.21 | 67.73 | - |
| YUV | 108.54 | 189.22 | 222.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 20 | 217 | 0 | 0.92 | 0.10 | 0.05 | 306.52 | 0.89 | 0.51 |
| Hex | F1 | 14 | D9 | 0 | 5C | A | 5 | 133 | 59 | 33 |
| Octal | 361 | 24 | 331 | 0 | 134 | 12 | 5 | 463 | 131 | 63 |
| Binary | 11110001 | 10100 | 11011001 | 0 | 1011100 | 1010 | 101 | 100110011 | 1011001 | 110011 |
Color Harmonies of #F114D9
Complementary color
Monochromatic Colors of #F114D9
Black with #F114D9
Text Example
Text Example
White with #F114D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F114D9; }
p { color: rgb(241,20,217); }
H1.HeaderClassName
{
color: #F114D9;
}
.AnyTagClassName
{
color: #F114D9;
}
</style>
background-color css
<style>
a { background-color: #F114D9; }
a { background-color: rgb(241,20,217); }
div.DivClassName
{
background-color: #F114D9;
}
.BgClassName
{
background-color: #F114D9;
}
</style>
border-color css
<style>
span { border-color: #F114D9; }
span { border-color: rgb(241,20,217); }
td.TdClassName
{
border-color: #F114D9;
}
.TagClassName
{
border-color: #F114D9;
}
</style>