Shades of Hot Magenta #F114DD
Tints of Hot Magenta #F114DD
RGB
CMYK
RGB Variations
Color information
#F114DD (or 0xF114DD) is known color: Hot Magenta. HEX triplet: F1, 14 and DD. RGB value is (241,20,221). Sum of RGB (Red+Green+Blue) = 241+20+221=482 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50% from 482); Green value is 20 (8.20% from 255 or 4.15% from 482); Blue value is 221 (86.72% from 255 or 45.85% from 482); Max value from RGB is 241 - color contains mainly: red. Hex color #F114DD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F114DD is #0EEB22. Grayscale: #6C6C6C. Windows color (decimal): -977699 or 14488817. OLE color: 14488817.
HSL color Cylindrical-coordinate representation of color #F114DD: hue angle of 305.43º 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 #F114DD is Cyan = 0, Magento = 0.92, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 20 | 221 | - |
| CMYK | 0 | 0.92 | 0.08 | 0.05 |
| HSL | 305.43º | 0.89% | 0.51% | - |
| HSV(B) | 305.43º | 0.92% | 0.95% | - |
| XYZ | 49.58 | 24.42 | 70.51 | - |
| YUV | 108.99 | 191.22 | 222.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 20 | 221 | 0 | 0.92 | 0.08 | 0.05 | 305.43 | 0.89 | 0.51 |
| Hex | F1 | 14 | DD | 0 | 5C | 8 | 5 | 131 | 59 | 33 |
| Octal | 361 | 24 | 335 | 0 | 134 | 10 | 5 | 461 | 131 | 63 |
| Binary | 11110001 | 10100 | 11011101 | 0 | 1011100 | 1000 | 101 | 100110001 | 1011001 | 110011 |
Color Harmonies of #F114DD
Complementary color
Monochromatic Colors of #F114DD
Black with #F114DD
Text Example
Text Example
White with #F114DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F114DD; }
p { color: rgb(241,20,221); }
H1.HeaderClassName
{
color: #F114DD;
}
.AnyTagClassName
{
color: #F114DD;
}
</style>
background-color css
<style>
a { background-color: #F114DD; }
a { background-color: rgb(241,20,221); }
div.DivClassName
{
background-color: #F114DD;
}
.BgClassName
{
background-color: #F114DD;
}
</style>
border-color css
<style>
span { border-color: #F114DD; }
span { border-color: rgb(241,20,221); }
td.TdClassName
{
border-color: #F114DD;
}
.TagClassName
{
border-color: #F114DD;
}
</style>