Shades of Hot Magenta #F711DD
Tints of Hot Magenta #F711DD
RGB
CMYK
RGB Variations
Color information
#F711DD (or 0xF711DD) is known color: Hot Magenta. HEX triplet: F7, 11 and DD. RGB value is (247,17,221). Sum of RGB (Red+Green+Blue) = 247+17+221=485 (64% of max value = 765). Red value is 247 (96.88% from 255 or 50.93% from 485); Green value is 17 (7.03% from 255 or 3.51% from 485); Blue value is 221 (86.72% from 255 or 45.57% from 485); Max value from RGB is 247 - color contains mainly: red. Hex color #F711DD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F711DD is #08EE22. Grayscale: #6C6C6C. Windows color (decimal): -585251 or 14488055. OLE color: 14488055.
HSL color Cylindrical-coordinate representation of color #F711DD: hue angle of 306.78º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F711DD is Cyan = 0, Magento = 0.93, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 17 | 221 | - |
| CMYK | 0 | 0.93 | 0.11 | 0.03 |
| HSL | 306.78º | 0.93% | 0.52% | - |
| HSV(B) | 306.78º | 0.93% | 0.97% | - |
| XYZ | 51.61 | 25.4 | 70.59 | - |
| YUV | 109.03 | 191.2 | 226.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 17 | 221 | 0 | 0.93 | 0.11 | 0.03 | 306.78 | 0.93 | 0.52 |
| Hex | F7 | 11 | DD | 0 | 5D | B | 3 | 133 | 5D | 34 |
| Octal | 367 | 21 | 335 | 0 | 135 | 13 | 3 | 463 | 135 | 64 |
| Binary | 11110111 | 10001 | 11011101 | 0 | 1011101 | 1011 | 11 | 100110011 | 1011101 | 110100 |
Color Harmonies of #F711DD
Complementary color
Monochromatic Colors of #F711DD
Black with #F711DD
Text Example
Text Example
White with #F711DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F711DD; }
p { color: rgb(247,17,221); }
H1.HeaderClassName
{
color: #F711DD;
}
.AnyTagClassName
{
color: #F711DD;
}
</style>
background-color css
<style>
a { background-color: #F711DD; }
a { background-color: rgb(247,17,221); }
div.DivClassName
{
background-color: #F711DD;
}
.BgClassName
{
background-color: #F711DD;
}
</style>
border-color css
<style>
span { border-color: #F711DD; }
span { border-color: rgb(247,17,221); }
td.TdClassName
{
border-color: #F711DD;
}
.TagClassName
{
border-color: #F711DD;
}
</style>