Shades of Hit Pink #F7A173
Tints of Hit Pink #F7A173
RGB
CMYK
RGB Variations
Color information
#F7A173 (or 0xF7A173) is known color: Hit Pink. HEX triplet: F7, A1 and 73. RGB value is (247,161,115). Sum of RGB (Red+Green+Blue) = 247+161+115=523 (69% of max value = 765). Red value is 247 (96.88% from 255 or 47.23% from 523); Green value is 161 (63.28% from 255 or 30.78% from 523); Blue value is 115 (45.31% from 255 or 21.99% from 523); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A173 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F7A173 is #085E8C. Grayscale: #B5B5B5. Windows color (decimal): -548493 or 7578103. OLE color: 7578103.
HSL color Cylindrical-coordinate representation of color #F7A173: hue angle of 20.91º degrees, saturation: 0.89, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F7A173 is Cyan = 0, Magento = 0.35, Yellow = 0.53 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 161 | 115 | - |
| CMYK | 0 | 0.35 | 0.53 | 0.03 |
| HSL | 20.91º | 0.89% | 0.71% | - |
| HSV(B) | 20.91º | 0.53% | 0.97% | - |
| XYZ | 54.2 | 46.5 | 22.34 | - |
| YUV | 181.47 | 90.49 | 174.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 161 | 115 | 0 | 0.35 | 0.53 | 0.03 | 20.91 | 0.89 | 0.71 |
| Hex | F7 | A1 | 73 | 0 | 23 | 35 | 3 | 15 | 59 | 47 |
| Octal | 367 | 241 | 163 | 0 | 43 | 65 | 3 | 25 | 131 | 107 |
| Binary | 11110111 | 10100001 | 1110011 | 0 | 100011 | 110101 | 11 | 10101 | 1011001 | 1000111 |
Color Harmonies of #F7A173
Complementary color
Monochromatic Colors of #F7A173
Black with #F7A173
Text Example
Text Example
White with #F7A173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7A173; }
p { color: rgb(247,161,115); }
H1.HeaderClassName
{
color: #F7A173;
}
.AnyTagClassName
{
color: #F7A173;
}
</style>
background-color css
<style>
a { background-color: #F7A173; }
a { background-color: rgb(247,161,115); }
div.DivClassName
{
background-color: #F7A173;
}
.BgClassName
{
background-color: #F7A173;
}
</style>
border-color css
<style>
span { border-color: #F7A173; }
span { border-color: rgb(247,161,115); }
td.TdClassName
{
border-color: #F7A173;
}
.TagClassName
{
border-color: #F7A173;
}
</style>