Shades of Hot Magenta #F118DF
Tints of Hot Magenta #F118DF
RGB
CMYK
RGB Variations
Color information
#F118DF (or 0xF118DF) is known color: Hot Magenta. HEX triplet: F1, 18 and DF. RGB value is (241,24,223). Sum of RGB (Red+Green+Blue) = 241+24+223=488 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.39% from 488); Green value is 24 (9.77% from 255 or 4.92% from 488); Blue value is 223 (87.5% from 255 or 45.70% from 488); Max value from RGB is 241 - color contains mainly: red. Hex color #F118DF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F118DF is #0EE720. Grayscale: #6E6E6E. Windows color (decimal): -976673 or 14620913. OLE color: 14620913.
HSL color Cylindrical-coordinate representation of color #F118DF: hue angle of 304.98º 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 #F118DF is Cyan = 0, Magento = 0.90, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 24 | 223 | - |
| CMYK | 0 | 0.90 | 0.07 | 0.05 |
| HSL | 304.98º | 0.89% | 0.52% | - |
| HSV(B) | 304.98º | 0.9% | 0.95% | - |
| XYZ | 49.92 | 24.68 | 71.94 | - |
| YUV | 111.57 | 190.89 | 220.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 24 | 223 | 0 | 0.90 | 0.07 | 0.05 | 304.98 | 0.89 | 0.52 |
| Hex | F1 | 18 | DF | 0 | 5A | 7 | 5 | 131 | 59 | 34 |
| Octal | 361 | 30 | 337 | 0 | 132 | 7 | 5 | 461 | 131 | 64 |
| Binary | 11110001 | 11000 | 11011111 | 0 | 1011010 | 111 | 101 | 100110001 | 1011001 | 110100 |
Color Harmonies of #F118DF
Complementary color
Monochromatic Colors of #F118DF
Black with #F118DF
Text Example
Text Example
White with #F118DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F118DF; }
p { color: rgb(241,24,223); }
H1.HeaderClassName
{
color: #F118DF;
}
.AnyTagClassName
{
color: #F118DF;
}
</style>
background-color css
<style>
a { background-color: #F118DF; }
a { background-color: rgb(241,24,223); }
div.DivClassName
{
background-color: #F118DF;
}
.BgClassName
{
background-color: #F118DF;
}
</style>
border-color css
<style>
span { border-color: #F118DF; }
span { border-color: rgb(241,24,223); }
td.TdClassName
{
border-color: #F118DF;
}
.TagClassName
{
border-color: #F118DF;
}
</style>