Shades of Deep Pink #F7177C
Tints of Deep Pink #F7177C
RGB
CMYK
RGB Variations
Color information
#F7177C (or 0xF7177C) is known color: Deep Pink. HEX triplet: F7, 17 and 7C. RGB value is (247,23,124). Sum of RGB (Red+Green+Blue) = 247+23+124=394 (52% of max value = 765). Red value is 247 (96.88% from 255 or 62.69% from 394); Green value is 23 (9.38% from 255 or 5.84% from 394); Blue value is 124 (48.83% from 255 or 31.47% from 394); Max value from RGB is 247 - color contains mainly: red. Hex color #F7177C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F7177C is #08E883. Grayscale: #656565. Windows color (decimal): -583812 or 8132599. OLE color: 8132599.
HSL color Cylindrical-coordinate representation of color #F7177C: hue angle of 332.95º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F7177C is Cyan = 0, Magento = 0.91, Yellow = 0.50 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 23 | 124 | - |
| CMYK | 0 | 0.91 | 0.50 | 0.03 |
| HSL | 332.95º | 0.93% | 0.53% | - |
| HSV(B) | 332.95º | 0.91% | 0.97% | - |
| XYZ | 42.3 | 21.84 | 21.06 | - |
| YUV | 101.49 | 140.71 | 231.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 23 | 124 | 0 | 0.91 | 0.50 | 0.03 | 332.95 | 0.93 | 0.53 |
| Hex | F7 | 17 | 7C | 0 | 5B | 32 | 3 | 14D | 5D | 35 |
| Octal | 367 | 27 | 174 | 0 | 133 | 62 | 3 | 515 | 135 | 65 |
| Binary | 11110111 | 10111 | 1111100 | 0 | 1011011 | 110010 | 11 | 101001101 | 1011101 | 110101 |
Color Harmonies of #F7177C
Complementary color
Monochromatic Colors of #F7177C
Black with #F7177C
Text Example
Text Example
White with #F7177C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7177C; }
p { color: rgb(247,23,124); }
H1.HeaderClassName
{
color: #F7177C;
}
.AnyTagClassName
{
color: #F7177C;
}
</style>
background-color css
<style>
a { background-color: #F7177C; }
a { background-color: rgb(247,23,124); }
div.DivClassName
{
background-color: #F7177C;
}
.BgClassName
{
background-color: #F7177C;
}
</style>
border-color css
<style>
span { border-color: #F7177C; }
span { border-color: rgb(247,23,124); }
td.TdClassName
{
border-color: #F7177C;
}
.TagClassName
{
border-color: #F7177C;
}
</style>