Shades of Deep Pink #F71177
Tints of Deep Pink #F71177
RGB
CMYK
RGB Variations
Color information
#F71177 (or 0xF71177) is known color: Deep Pink. HEX triplet: F7, 11 and 77. RGB value is (247,17,119). Sum of RGB (Red+Green+Blue) = 247+17+119=383 (50% of max value = 765). Red value is 247 (96.88% from 255 or 64.49% from 383); Green value is 17 (7.03% from 255 or 4.44% from 383); Blue value is 119 (46.88% from 255 or 31.07% from 383); Max value from RGB is 247 - color contains mainly: red. Hex color #F71177 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F71177 is #08EE88. Grayscale: #616161. Windows color (decimal): -585353 or 7803383. OLE color: 7803383.
HSL color Cylindrical-coordinate representation of color #F71177: hue angle of 333.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 #F71177 is Cyan = 0, Magento = 0.93, Yellow = 0.52 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 17 | 119 | - |
| CMYK | 0 | 0.93 | 0.52 | 0.03 |
| HSL | 333.39º | 0.93% | 0.52% | - |
| HSV(B) | 333.39º | 0.93% | 0.97% | - |
| XYZ | 41.89 | 21.51 | 19.4 | - |
| YUV | 97.4 | 140.2 | 234.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 17 | 119 | 0 | 0.93 | 0.52 | 0.03 | 333.39 | 0.93 | 0.52 |
| Hex | F7 | 11 | 77 | 0 | 5D | 34 | 3 | 14D | 5D | 34 |
| Octal | 367 | 21 | 167 | 0 | 135 | 64 | 3 | 515 | 135 | 64 |
| Binary | 11110111 | 10001 | 1110111 | 0 | 1011101 | 110100 | 11 | 101001101 | 1011101 | 110100 |
Color Harmonies of #F71177
Complementary color
Monochromatic Colors of #F71177
Black with #F71177
Text Example
Text Example
White with #F71177
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F71177; }
p { color: rgb(247,17,119); }
H1.HeaderClassName
{
color: #F71177;
}
.AnyTagClassName
{
color: #F71177;
}
</style>
background-color css
<style>
a { background-color: #F71177; }
a { background-color: rgb(247,17,119); }
div.DivClassName
{
background-color: #F71177;
}
.BgClassName
{
background-color: #F71177;
}
</style>
border-color css
<style>
span { border-color: #F71177; }
span { border-color: rgb(247,17,119); }
td.TdClassName
{
border-color: #F71177;
}
.TagClassName
{
border-color: #F71177;
}
</style>