Shades of Hot Magenta #F110DD
Tints of Hot Magenta #F110DD
RGB
CMYK
RGB Variations
Color information
#F110DD (or 0xF110DD) is known color: Hot Magenta. HEX triplet: F1, 10 and DD. RGB value is (241,16,221). Sum of RGB (Red+Green+Blue) = 241+16+221=478 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.42% from 478); Green value is 16 (6.64% from 255 or 3.35% from 478); Blue value is 221 (86.72% from 255 or 46.23% from 478); Max value from RGB is 241 - color contains mainly: red. Hex color #F110DD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F110DD is #0EEF22. Grayscale: #6A6A6A. Windows color (decimal): -978723 or 14487793. OLE color: 14487793.
HSL color Cylindrical-coordinate representation of color #F110DD: hue angle of 305.33º 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 #F110DD is Cyan = 0, Magento = 0.93, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 16 | 221 | - |
| CMYK | 0 | 0.93 | 0.08 | 0.05 |
| HSL | 305.33º | 0.89% | 0.5% | - |
| HSV(B) | 305.33º | 0.93% | 0.95% | - |
| XYZ | 49.51 | 24.29 | 70.49 | - |
| YUV | 106.65 | 192.54 | 223.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 16 | 221 | 0 | 0.93 | 0.08 | 0.05 | 305.33 | 0.89 | 0.5 |
| Hex | F1 | 10 | DD | 0 | 5D | 8 | 5 | 131 | 59 | 32 |
| Octal | 361 | 20 | 335 | 0 | 135 | 10 | 5 | 461 | 131 | 62 |
| Binary | 11110001 | 10000 | 11011101 | 0 | 1011101 | 1000 | 101 | 100110001 | 1011001 | 110010 |
Color Harmonies of #F110DD
Complementary color
Monochromatic Colors of #F110DD
Black with #F110DD
Text Example
Text Example
White with #F110DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F110DD; }
p { color: rgb(241,16,221); }
H1.HeaderClassName
{
color: #F110DD;
}
.AnyTagClassName
{
color: #F110DD;
}
</style>
background-color css
<style>
a { background-color: #F110DD; }
a { background-color: rgb(241,16,221); }
div.DivClassName
{
background-color: #F110DD;
}
.BgClassName
{
background-color: #F110DD;
}
</style>
border-color css
<style>
span { border-color: #F110DD; }
span { border-color: rgb(241,16,221); }
td.TdClassName
{
border-color: #F110DD;
}
.TagClassName
{
border-color: #F110DD;
}
</style>