Shades of Hit Pink #FFA976
Tints of Hit Pink #FFA976
RGB
CMYK
RGB Variations
Color information
#FFA976 (or 0xFFA976) is known color: Hit Pink. HEX triplet: FF, A9 and 76. RGB value is (255,169,118). Sum of RGB (Red+Green+Blue) = 255+169+118=542 (71% of max value = 765). Red value is 255 (100% from 255 or 47.05% from 542); Green value is 169 (66.41% from 255 or 31.18% from 542); Blue value is 118 (46.48% from 255 or 21.77% from 542); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA976 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFA976 is #005689. Grayscale: #BDBDBD. Windows color (decimal): -22154 or 7776767. OLE color: 7776767.
HSL color Cylindrical-coordinate representation of color #FFA976: hue angle of 22.34º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FFA976 is Cyan = 0, Magento = 0.34, Yellow = 0.54 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 169 | 118 | - |
| CMYK | 0 | 0.34 | 0.54 | 0 |
| HSL | 22.34º | 1% | 0.73% | - |
| HSV(B) | 22.34º | 0.54% | 1% | - |
| XYZ | 58.7 | 50.94 | 23.88 | - |
| YUV | 188.9 | 87.99 | 175.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 169 | 118 | 0 | 0.34 | 0.54 | 0 | 22.34 | 1 | 0.73 |
| Hex | FF | A9 | 76 | 0 | 22 | 36 | 0 | 16 | 64 | 49 |
| Octal | 377 | 251 | 166 | 0 | 42 | 66 | 0 | 26 | 144 | 111 |
| Binary | 11111111 | 10101001 | 1110110 | 0 | 100010 | 110110 | 0 | 10110 | 1100100 | 1001001 |
Color Harmonies of #FFA976
Complementary color
Monochromatic Colors of #FFA976
Black with #FFA976
Text Example
Text Example
White with #FFA976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA976; }
p { color: rgb(255,169,118); }
H1.HeaderClassName
{
color: #FFA976;
}
.AnyTagClassName
{
color: #FFA976;
}
</style>
background-color css
<style>
a { background-color: #FFA976; }
a { background-color: rgb(255,169,118); }
div.DivClassName
{
background-color: #FFA976;
}
.BgClassName
{
background-color: #FFA976;
}
</style>
border-color css
<style>
span { border-color: #FFA976; }
span { border-color: rgb(255,169,118); }
td.TdClassName
{
border-color: #FFA976;
}
.TagClassName
{
border-color: #FFA976;
}
</style>