Shades of Hot Magenta #F711D3
Tints of Hot Magenta #F711D3
RGB
CMYK
RGB Variations
Color information
#F711D3 (or 0xF711D3) is known color: Hot Magenta. HEX triplet: F7, 11 and D3. RGB value is (247,17,211). Sum of RGB (Red+Green+Blue) = 247+17+211=475 (62% of max value = 765). Red value is 247 (96.88% from 255 or 52% from 475); Green value is 17 (7.03% from 255 or 3.58% from 475); Blue value is 211 (82.81% from 255 or 44.42% from 475); Max value from RGB is 247 - color contains mainly: red. Hex color #F711D3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F711D3 is #08EE2C. Grayscale: #6B6B6B. Windows color (decimal): -585261 or 13832695. OLE color: 13832695.
HSL color Cylindrical-coordinate representation of color #F711D3: hue angle of 309.39º 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 #F711D3 is Cyan = 0, Magento = 0.93, Yellow = 0.15 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 17 | 211 | - |
| CMYK | 0 | 0.93 | 0.15 | 0.03 |
| HSL | 309.39º | 0.93% | 0.52% | - |
| HSV(B) | 309.39º | 0.93% | 0.97% | - |
| XYZ | 50.32 | 24.88 | 63.78 | - |
| YUV | 107.89 | 186.2 | 227.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 17 | 211 | 0 | 0.93 | 0.15 | 0.03 | 309.39 | 0.93 | 0.52 |
| Hex | F7 | 11 | D3 | 0 | 5D | F | 3 | 135 | 5D | 34 |
| Octal | 367 | 21 | 323 | 0 | 135 | 17 | 3 | 465 | 135 | 64 |
| Binary | 11110111 | 10001 | 11010011 | 0 | 1011101 | 1111 | 11 | 100110101 | 1011101 | 110100 |
Color Harmonies of #F711D3
Complementary color
Monochromatic Colors of #F711D3
Black with #F711D3
Text Example
Text Example
White with #F711D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F711D3; }
p { color: rgb(247,17,211); }
H1.HeaderClassName
{
color: #F711D3;
}
.AnyTagClassName
{
color: #F711D3;
}
</style>
background-color css
<style>
a { background-color: #F711D3; }
a { background-color: rgb(247,17,211); }
div.DivClassName
{
background-color: #F711D3;
}
.BgClassName
{
background-color: #F711D3;
}
</style>
border-color css
<style>
span { border-color: #F711D3; }
span { border-color: rgb(247,17,211); }
td.TdClassName
{
border-color: #F711D3;
}
.TagClassName
{
border-color: #F711D3;
}
</style>