Shades of Hot Magenta #F711DF
Tints of Hot Magenta #F711DF
RGB
CMYK
RGB Variations
Color information
#F711DF (or 0xF711DF) is known color: Hot Magenta. HEX triplet: F7, 11 and DF. RGB value is (247,17,223). Sum of RGB (Red+Green+Blue) = 247+17+223=487 (64% of max value = 765). Red value is 247 (96.88% from 255 or 50.72% from 487); Green value is 17 (7.03% from 255 or 3.49% from 487); Blue value is 223 (87.5% from 255 or 45.79% from 487); Max value from RGB is 247 - color contains mainly: red. Hex color #F711DF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F711DF is #08EE20. Grayscale: #6C6C6C. Windows color (decimal): -585249 or 14619127. OLE color: 14619127.
HSL color Cylindrical-coordinate representation of color #F711DF: hue angle of 306.26º 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 #F711DF is Cyan = 0, Magento = 0.93, Yellow = 0.10 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 17 | 223 | - |
| CMYK | 0 | 0.93 | 0.10 | 0.03 |
| HSL | 306.26º | 0.93% | 0.52% | - |
| HSV(B) | 306.26º | 0.93% | 0.97% | - |
| XYZ | 51.88 | 25.5 | 72 | - |
| YUV | 109.25 | 192.2 | 226.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 17 | 223 | 0 | 0.93 | 0.10 | 0.03 | 306.26 | 0.93 | 0.52 |
| Hex | F7 | 11 | DF | 0 | 5D | A | 3 | 132 | 5D | 34 |
| Octal | 367 | 21 | 337 | 0 | 135 | 12 | 3 | 462 | 135 | 64 |
| Binary | 11110111 | 10001 | 11011111 | 0 | 1011101 | 1010 | 11 | 100110010 | 1011101 | 110100 |
Color Harmonies of #F711DF
Complementary color
Monochromatic Colors of #F711DF
Black with #F711DF
Text Example
Text Example
White with #F711DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F711DF; }
p { color: rgb(247,17,223); }
H1.HeaderClassName
{
color: #F711DF;
}
.AnyTagClassName
{
color: #F711DF;
}
</style>
background-color css
<style>
a { background-color: #F711DF; }
a { background-color: rgb(247,17,223); }
div.DivClassName
{
background-color: #F711DF;
}
.BgClassName
{
background-color: #F711DF;
}
</style>
border-color css
<style>
span { border-color: #F711DF; }
span { border-color: rgb(247,17,223); }
td.TdClassName
{
border-color: #F711DF;
}
.TagClassName
{
border-color: #F711DF;
}
</style>