Shades of Hit Pink #FFA772
Tints of Hit Pink #FFA772
RGB
CMYK
RGB Variations
Color information
#FFA772 (or 0xFFA772) is known color: Hit Pink. HEX triplet: FF, A7 and 72. RGB value is (255,167,114). Sum of RGB (Red+Green+Blue) = 255+167+114=536 (70% of max value = 765). Red value is 255 (100% from 255 or 47.57% from 536); Green value is 167 (65.62% from 255 or 31.16% from 536); Blue value is 114 (44.92% from 255 or 21.27% from 536); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA772 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFA772 is #00588D. Grayscale: #BBBBBB. Windows color (decimal): -22670 or 7514111. OLE color: 7514111.
HSL color Cylindrical-coordinate representation of color #FFA772: hue angle of 22.55º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FFA772 is Cyan = 0, Magento = 0.35, Yellow = 0.55 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 167 | 114 | - |
| CMYK | 0 | 0.35 | 0.55 | 0 |
| HSL | 22.55º | 1% | 0.72% | - |
| HSV(B) | 22.55º | 0.55% | 1% | - |
| XYZ | 58.1 | 50.11 | 22.53 | - |
| YUV | 187.27 | 86.65 | 176.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 167 | 114 | 0 | 0.35 | 0.55 | 0 | 22.55 | 1 | 0.72 |
| Hex | FF | A7 | 72 | 0 | 23 | 37 | 0 | 17 | 64 | 48 |
| Octal | 377 | 247 | 162 | 0 | 43 | 67 | 0 | 27 | 144 | 110 |
| Binary | 11111111 | 10100111 | 1110010 | 0 | 100011 | 110111 | 0 | 10111 | 1100100 | 1001000 |
Color Harmonies of #FFA772
Complementary color
Monochromatic Colors of #FFA772
Black with #FFA772
Text Example
Text Example
White with #FFA772
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA772; }
p { color: rgb(255,167,114); }
H1.HeaderClassName
{
color: #FFA772;
}
.AnyTagClassName
{
color: #FFA772;
}
</style>
background-color css
<style>
a { background-color: #FFA772; }
a { background-color: rgb(255,167,114); }
div.DivClassName
{
background-color: #FFA772;
}
.BgClassName
{
background-color: #FFA772;
}
</style>
border-color css
<style>
span { border-color: #FFA772; }
span { border-color: rgb(255,167,114); }
td.TdClassName
{
border-color: #FFA772;
}
.TagClassName
{
border-color: #FFA772;
}
</style>