Shades of Hot Magenta #F119DE
Tints of Hot Magenta #F119DE
RGB
CMYK
RGB Variations
Color information
#F119DE (or 0xF119DE) is known color: Hot Magenta. HEX triplet: F1, 19 and DE. RGB value is (241,25,222). Sum of RGB (Red+Green+Blue) = 241+25+222=488 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.39% from 488); Green value is 25 (10.16% from 255 or 5.12% from 488); Blue value is 222 (87.11% from 255 or 45.49% from 488); Max value from RGB is 241 - color contains mainly: red. Hex color #F119DE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F119DE is #0EE621. Grayscale: #6F6F6F. Windows color (decimal): -976418 or 14555633. OLE color: 14555633.
HSL color Cylindrical-coordinate representation of color #F119DE: hue angle of 305.28º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F119DE is Cyan = 0, Magento = 0.90, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 25 | 222 | - |
| CMYK | 0 | 0.90 | 0.08 | 0.05 |
| HSL | 305.28º | 0.89% | 0.52% | - |
| HSV(B) | 305.28º | 0.9% | 0.95% | - |
| XYZ | 49.81 | 24.67 | 71.24 | - |
| YUV | 112.04 | 190.06 | 219.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 25 | 222 | 0 | 0.90 | 0.08 | 0.05 | 305.28 | 0.89 | 0.52 |
| Hex | F1 | 19 | DE | 0 | 5A | 8 | 5 | 131 | 59 | 34 |
| Octal | 361 | 31 | 336 | 0 | 132 | 10 | 5 | 461 | 131 | 64 |
| Binary | 11110001 | 11001 | 11011110 | 0 | 1011010 | 1000 | 101 | 100110001 | 1011001 | 110100 |
Color Harmonies of #F119DE
Complementary color
Monochromatic Colors of #F119DE
Black with #F119DE
Text Example
Text Example
White with #F119DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F119DE; }
p { color: rgb(241,25,222); }
H1.HeaderClassName
{
color: #F119DE;
}
.AnyTagClassName
{
color: #F119DE;
}
</style>
background-color css
<style>
a { background-color: #F119DE; }
a { background-color: rgb(241,25,222); }
div.DivClassName
{
background-color: #F119DE;
}
.BgClassName
{
background-color: #F119DE;
}
</style>
border-color css
<style>
span { border-color: #F119DE; }
span { border-color: rgb(241,25,222); }
td.TdClassName
{
border-color: #F119DE;
}
.TagClassName
{
border-color: #F119DE;
}
</style>