Shades of Hit Pink #FFA773
Tints of Hit Pink #FFA773
RGB
CMYK
RGB Variations
Color information
#FFA773 (or 0xFFA773) is known color: Hit Pink. HEX triplet: FF, A7 and 73. RGB value is (255,167,115). Sum of RGB (Red+Green+Blue) = 255+167+115=537 (71% of max value = 765). Red value is 255 (100% from 255 or 47.49% from 537); Green value is 167 (65.62% from 255 or 31.10% from 537); Blue value is 115 (45.31% from 255 or 21.42% from 537); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA773 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFA773 is #00588C. Grayscale: #BBBBBB. Windows color (decimal): -22669 or 7579647. OLE color: 7579647.
HSL color Cylindrical-coordinate representation of color #FFA773: hue angle of 22.29º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FFA773 is Cyan = 0, Magento = 0.35, Yellow = 0.55 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 167 | 115 | - |
| CMYK | 0 | 0.35 | 0.55 | 0 |
| HSL | 22.29º | 1% | 0.73% | - |
| HSV(B) | 22.29º | 0.55% | 1% | - |
| XYZ | 58.15 | 50.14 | 22.83 | - |
| YUV | 187.38 | 87.15 | 176.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 167 | 115 | 0 | 0.35 | 0.55 | 0 | 22.29 | 1 | 0.73 |
| Hex | FF | A7 | 73 | 0 | 23 | 37 | 0 | 16 | 64 | 49 |
| Octal | 377 | 247 | 163 | 0 | 43 | 67 | 0 | 26 | 144 | 111 |
| Binary | 11111111 | 10100111 | 1110011 | 0 | 100011 | 110111 | 0 | 10110 | 1100100 | 1001001 |
Color Harmonies of #FFA773
Complementary color
Monochromatic Colors of #FFA773
Black with #FFA773
Text Example
Text Example
White with #FFA773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA773; }
p { color: rgb(255,167,115); }
H1.HeaderClassName
{
color: #FFA773;
}
.AnyTagClassName
{
color: #FFA773;
}
</style>
background-color css
<style>
a { background-color: #FFA773; }
a { background-color: rgb(255,167,115); }
div.DivClassName
{
background-color: #FFA773;
}
.BgClassName
{
background-color: #FFA773;
}
</style>
border-color css
<style>
span { border-color: #FFA773; }
span { border-color: rgb(255,167,115); }
td.TdClassName
{
border-color: #FFA773;
}
.TagClassName
{
border-color: #FFA773;
}
</style>