Shades of Deep Pink #F7117D
Tints of Deep Pink #F7117D
RGB
CMYK
RGB Variations
Color information
#F7117D (or 0xF7117D) is known color: Deep Pink. HEX triplet: F7, 11 and 7D. RGB value is (247,17,125). Sum of RGB (Red+Green+Blue) = 247+17+125=389 (51% of max value = 765). Red value is 247 (96.88% from 255 or 63.50% from 389); Green value is 17 (7.03% from 255 or 4.37% from 389); Blue value is 125 (49.22% from 255 or 32.13% from 389); Max value from RGB is 247 - color contains mainly: red. Hex color #F7117D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F7117D is #08EE82. Grayscale: #616161. Windows color (decimal): -585347 or 8196599. OLE color: 8196599.
HSL color Cylindrical-coordinate representation of color #F7117D: hue angle of 331.83º 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 #F7117D is Cyan = 0, Magento = 0.93, Yellow = 0.49 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 17 | 125 | - |
| CMYK | 0 | 0.93 | 0.49 | 0.03 |
| HSL | 331.83º | 0.93% | 0.52% | - |
| HSV(B) | 331.83º | 0.93% | 0.97% | - |
| XYZ | 42.26 | 21.66 | 21.35 | - |
| YUV | 98.08 | 143.2 | 234.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 17 | 125 | 0 | 0.93 | 0.49 | 0.03 | 331.83 | 0.93 | 0.52 |
| Hex | F7 | 11 | 7D | 0 | 5D | 31 | 3 | 14C | 5D | 34 |
| Octal | 367 | 21 | 175 | 0 | 135 | 61 | 3 | 514 | 135 | 64 |
| Binary | 11110111 | 10001 | 1111101 | 0 | 1011101 | 110001 | 11 | 101001100 | 1011101 | 110100 |
Color Harmonies of #F7117D
Complementary color
Monochromatic Colors of #F7117D
Black with #F7117D
Text Example
Text Example
White with #F7117D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7117D; }
p { color: rgb(247,17,125); }
H1.HeaderClassName
{
color: #F7117D;
}
.AnyTagClassName
{
color: #F7117D;
}
</style>
background-color css
<style>
a { background-color: #F7117D; }
a { background-color: rgb(247,17,125); }
div.DivClassName
{
background-color: #F7117D;
}
.BgClassName
{
background-color: #F7117D;
}
</style>
border-color css
<style>
span { border-color: #F7117D; }
span { border-color: rgb(247,17,125); }
td.TdClassName
{
border-color: #F7117D;
}
.TagClassName
{
border-color: #F7117D;
}
</style>