Shades of Hot Magenta #F117DE
Tints of Hot Magenta #F117DE
RGB
CMYK
RGB Variations
Color information
#F117DE (or 0xF117DE) is known color: Hot Magenta. HEX triplet: F1, 17 and DE. RGB value is (241,23,222). Sum of RGB (Red+Green+Blue) = 241+23+222=486 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.59% from 486); Green value is 23 (9.38% from 255 or 4.73% from 486); Blue value is 222 (87.11% from 255 or 45.68% from 486); Max value from RGB is 241 - color contains mainly: red. Hex color #F117DE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F117DE is #0EE821. Grayscale: #6E6E6E. Windows color (decimal): -976930 or 14555121. OLE color: 14555121.
HSL color Cylindrical-coordinate representation of color #F117DE: hue angle of 305.23º 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 #F117DE is Cyan = 0, Magento = 0.90, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 23 | 222 | - |
| CMYK | 0 | 0.90 | 0.08 | 0.05 |
| HSL | 305.23º | 0.89% | 0.52% | - |
| HSV(B) | 305.23º | 0.9% | 0.95% | - |
| XYZ | 49.77 | 24.59 | 71.23 | - |
| YUV | 110.87 | 190.72 | 220.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 23 | 222 | 0 | 0.90 | 0.08 | 0.05 | 305.23 | 0.89 | 0.52 |
| Hex | F1 | 17 | DE | 0 | 5A | 8 | 5 | 131 | 59 | 34 |
| Octal | 361 | 27 | 336 | 0 | 132 | 10 | 5 | 461 | 131 | 64 |
| Binary | 11110001 | 10111 | 11011110 | 0 | 1011010 | 1000 | 101 | 100110001 | 1011001 | 110100 |
Color Harmonies of #F117DE
Complementary color
Monochromatic Colors of #F117DE
Black with #F117DE
Text Example
Text Example
White with #F117DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F117DE; }
p { color: rgb(241,23,222); }
H1.HeaderClassName
{
color: #F117DE;
}
.AnyTagClassName
{
color: #F117DE;
}
</style>
background-color css
<style>
a { background-color: #F117DE; }
a { background-color: rgb(241,23,222); }
div.DivClassName
{
background-color: #F117DE;
}
.BgClassName
{
background-color: #F117DE;
}
</style>
border-color css
<style>
span { border-color: #F117DE; }
span { border-color: rgb(241,23,222); }
td.TdClassName
{
border-color: #F117DE;
}
.TagClassName
{
border-color: #F117DE;
}
</style>