Shades of Hit Pink #FFA770
Tints of Hit Pink #FFA770
RGB
CMYK
RGB Variations
Color information
#FFA770 (or 0xFFA770) is known color: Hit Pink. HEX triplet: FF, A7 and 70. RGB value is (255,167,112). Sum of RGB (Red+Green+Blue) = 255+167+112=534 (70% of max value = 765). Red value is 255 (100% from 255 or 47.75% from 534); Green value is 167 (65.62% from 255 or 31.27% from 534); Blue value is 112 (44.14% from 255 or 20.97% from 534); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA770 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFA770 is #00588F. Grayscale: #BBBBBB. Windows color (decimal): -22672 or 7383039. OLE color: 7383039.
HSL color Cylindrical-coordinate representation of color #FFA770: hue angle of 23.08º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FFA770 is Cyan = 0, Magento = 0.35, Yellow = 0.56 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 167 | 112 | - |
| CMYK | 0 | 0.35 | 0.56 | 0 |
| HSL | 23.08º | 1% | 0.72% | - |
| HSV(B) | 23.08º | 0.56% | 1% | - |
| XYZ | 57.98 | 50.07 | 21.94 | - |
| YUV | 187.04 | 85.65 | 176.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 167 | 112 | 0 | 0.35 | 0.56 | 0 | 23.08 | 1 | 0.72 |
| Hex | FF | A7 | 70 | 0 | 23 | 38 | 0 | 17 | 64 | 48 |
| Octal | 377 | 247 | 160 | 0 | 43 | 70 | 0 | 27 | 144 | 110 |
| Binary | 11111111 | 10100111 | 1110000 | 0 | 100011 | 111000 | 0 | 10111 | 1100100 | 1001000 |
Color Harmonies of #FFA770
Complementary color
Monochromatic Colors of #FFA770
Black with #FFA770
Text Example
Text Example
White with #FFA770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA770; }
p { color: rgb(255,167,112); }
H1.HeaderClassName
{
color: #FFA770;
}
.AnyTagClassName
{
color: #FFA770;
}
</style>
background-color css
<style>
a { background-color: #FFA770; }
a { background-color: rgb(255,167,112); }
div.DivClassName
{
background-color: #FFA770;
}
.BgClassName
{
background-color: #FFA770;
}
</style>
border-color css
<style>
span { border-color: #FFA770; }
span { border-color: rgb(255,167,112); }
td.TdClassName
{
border-color: #FFA770;
}
.TagClassName
{
border-color: #FFA770;
}
</style>