Shades of Hot Magenta #F710DD
Tints of Hot Magenta #F710DD
RGB
CMYK
RGB Variations
Color information
#F710DD (or 0xF710DD) is known color: Hot Magenta. HEX triplet: F7, 10 and DD. RGB value is (247,16,221). Sum of RGB (Red+Green+Blue) = 247+16+221=484 (64% of max value = 765). Red value is 247 (96.88% from 255 or 51.03% from 484); Green value is 16 (6.64% from 255 or 3.31% from 484); Blue value is 221 (86.72% from 255 or 45.66% from 484); Max value from RGB is 247 - color contains mainly: red. Hex color #F710DD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F710DD is #08EF22. Grayscale: #6B6B6B. Windows color (decimal): -585507 or 14487799. OLE color: 14487799.
HSL color Cylindrical-coordinate representation of color #F710DD: hue angle of 306.75º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F710DD is Cyan = 0, Magento = 0.94, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 16 | 221 | - |
| CMYK | 0 | 0.94 | 0.11 | 0.03 |
| HSL | 306.75º | 0.94% | 0.52% | - |
| HSV(B) | 306.75º | 0.94% | 0.97% | - |
| XYZ | 51.59 | 25.37 | 70.58 | - |
| YUV | 108.44 | 191.53 | 226.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 16 | 221 | 0 | 0.94 | 0.11 | 0.03 | 306.75 | 0.94 | 0.52 |
| Hex | F7 | 10 | DD | 0 | 5E | B | 3 | 133 | 5E | 34 |
| Octal | 367 | 20 | 335 | 0 | 136 | 13 | 3 | 463 | 136 | 64 |
| Binary | 11110111 | 10000 | 11011101 | 0 | 1011110 | 1011 | 11 | 100110011 | 1011110 | 110100 |
Color Harmonies of #F710DD
Complementary color
Monochromatic Colors of #F710DD
Black with #F710DD
Text Example
Text Example
White with #F710DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F710DD; }
p { color: rgb(247,16,221); }
H1.HeaderClassName
{
color: #F710DD;
}
.AnyTagClassName
{
color: #F710DD;
}
</style>
background-color css
<style>
a { background-color: #F710DD; }
a { background-color: rgb(247,16,221); }
div.DivClassName
{
background-color: #F710DD;
}
.BgClassName
{
background-color: #F710DD;
}
</style>
border-color css
<style>
span { border-color: #F710DD; }
span { border-color: rgb(247,16,221); }
td.TdClassName
{
border-color: #F710DD;
}
.TagClassName
{
border-color: #F710DD;
}
</style>