Shades of Hot Magenta #F110DF
Tints of Hot Magenta #F110DF
RGB
CMYK
RGB Variations
Color information
#F110DF (or 0xF110DF) is known color: Hot Magenta. HEX triplet: F1, 10 and DF. RGB value is (241,16,223). Sum of RGB (Red+Green+Blue) = 241+16+223=480 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.21% from 480); Green value is 16 (6.64% from 255 or 3.33% from 480); Blue value is 223 (87.5% from 255 or 46.46% from 480); Max value from RGB is 241 - color contains mainly: red. Hex color #F110DF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F110DF is #0EEF20. Grayscale: #6A6A6A. Windows color (decimal): -978721 or 14618865. OLE color: 14618865.
HSL color Cylindrical-coordinate representation of color #F110DF: hue angle of 304.8º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F110DF is Cyan = 0, Magento = 0.93, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 16 | 223 | - |
| CMYK | 0 | 0.93 | 0.07 | 0.05 |
| HSL | 304.8º | 0.89% | 0.5% | - |
| HSV(B) | 304.8º | 0.93% | 0.95% | - |
| XYZ | 49.78 | 24.4 | 71.9 | - |
| YUV | 106.87 | 193.54 | 223.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 16 | 223 | 0 | 0.93 | 0.07 | 0.05 | 304.8 | 0.89 | 0.5 |
| Hex | F1 | 10 | DF | 0 | 5D | 7 | 5 | 131 | 59 | 32 |
| Octal | 361 | 20 | 337 | 0 | 135 | 7 | 5 | 461 | 131 | 62 |
| Binary | 11110001 | 10000 | 11011111 | 0 | 1011101 | 111 | 101 | 100110001 | 1011001 | 110010 |
Color Harmonies of #F110DF
Complementary color
Monochromatic Colors of #F110DF
Black with #F110DF
Text Example
Text Example
White with #F110DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F110DF; }
p { color: rgb(241,16,223); }
H1.HeaderClassName
{
color: #F110DF;
}
.AnyTagClassName
{
color: #F110DF;
}
</style>
background-color css
<style>
a { background-color: #F110DF; }
a { background-color: rgb(241,16,223); }
div.DivClassName
{
background-color: #F110DF;
}
.BgClassName
{
background-color: #F110DF;
}
</style>
border-color css
<style>
span { border-color: #F110DF; }
span { border-color: rgb(241,16,223); }
td.TdClassName
{
border-color: #F110DF;
}
.TagClassName
{
border-color: #F110DF;
}
</style>