Shades of Hit Pink #F7A176
Tints of Hit Pink #F7A176
RGB
CMYK
RGB Variations
Color information
#F7A176 (or 0xF7A176) is known color: Hit Pink. HEX triplet: F7, A1 and 76. RGB value is (247,161,118). Sum of RGB (Red+Green+Blue) = 247+161+118=526 (69% of max value = 765). Red value is 247 (96.88% from 255 or 46.96% from 526); Green value is 161 (63.28% from 255 or 30.61% from 526); Blue value is 118 (46.48% from 255 or 22.43% from 526); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A176 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F7A176 is #085E89. Grayscale: #B6B6B6. Windows color (decimal): -548490 or 7774711. OLE color: 7774711.
HSL color Cylindrical-coordinate representation of color #F7A176: hue angle of 20º degrees, saturation: 0.89, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F7A176 is Cyan = 0, Magento = 0.35, Yellow = 0.52 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 161 | 118 | - |
| CMYK | 0 | 0.35 | 0.52 | 0.03 |
| HSL | 20º | 0.89% | 0.72% | - |
| HSV(B) | 20º | 0.52% | 0.97% | - |
| XYZ | 54.37 | 46.57 | 23.26 | - |
| YUV | 181.81 | 91.99 | 174.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 161 | 118 | 0 | 0.35 | 0.52 | 0.03 | 20 | 0.89 | 0.72 |
| Hex | F7 | A1 | 76 | 0 | 23 | 34 | 3 | 14 | 59 | 48 |
| Octal | 367 | 241 | 166 | 0 | 43 | 64 | 3 | 24 | 131 | 110 |
| Binary | 11110111 | 10100001 | 1110110 | 0 | 100011 | 110100 | 11 | 10100 | 1011001 | 1001000 |
Color Harmonies of #F7A176
Complementary color
Monochromatic Colors of #F7A176
Black with #F7A176
Text Example
Text Example
White with #F7A176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7A176; }
p { color: rgb(247,161,118); }
H1.HeaderClassName
{
color: #F7A176;
}
.AnyTagClassName
{
color: #F7A176;
}
</style>
background-color css
<style>
a { background-color: #F7A176; }
a { background-color: rgb(247,161,118); }
div.DivClassName
{
background-color: #F7A176;
}
.BgClassName
{
background-color: #F7A176;
}
</style>
border-color css
<style>
span { border-color: #F7A176; }
span { border-color: rgb(247,161,118); }
td.TdClassName
{
border-color: #F7A176;
}
.TagClassName
{
border-color: #F7A176;
}
</style>