Shades of Hit Pink #FFA876
Tints of Hit Pink #FFA876
RGB
CMYK
RGB Variations
Color information
#FFA876 (or 0xFFA876) is known color: Hit Pink. HEX triplet: FF, A8 and 76. RGB value is (255,168,118). Sum of RGB (Red+Green+Blue) = 255+168+118=541 (71% of max value = 765). Red value is 255 (100% from 255 or 47.13% from 541); Green value is 168 (66.02% from 255 or 31.05% from 541); Blue value is 118 (46.48% from 255 or 21.81% from 541); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA876 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFA876 is #005789. Grayscale: #BCBCBC. Windows color (decimal): -22410 or 7776511. OLE color: 7776511.
HSL color Cylindrical-coordinate representation of color #FFA876: hue angle of 21.9º 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 #FFA876 is Cyan = 0, Magento = 0.34, Yellow = 0.54 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 168 | 118 | - |
| CMYK | 0 | 0.34 | 0.54 | 0 |
| HSL | 21.9º | 1% | 0.73% | - |
| HSV(B) | 21.9º | 0.54% | 1% | - |
| XYZ | 58.51 | 50.57 | 23.82 | - |
| YUV | 188.31 | 88.32 | 175.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 168 | 118 | 0 | 0.34 | 0.54 | 0 | 21.9 | 1 | 0.73 |
| Hex | FF | A8 | 76 | 0 | 22 | 36 | 0 | 16 | 64 | 49 |
| Octal | 377 | 250 | 166 | 0 | 42 | 66 | 0 | 26 | 144 | 111 |
| Binary | 11111111 | 10101000 | 1110110 | 0 | 100010 | 110110 | 0 | 10110 | 1100100 | 1001001 |
Color Harmonies of #FFA876
Complementary color
Monochromatic Colors of #FFA876
Black with #FFA876
Text Example
Text Example
White with #FFA876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA876; }
p { color: rgb(255,168,118); }
H1.HeaderClassName
{
color: #FFA876;
}
.AnyTagClassName
{
color: #FFA876;
}
</style>
background-color css
<style>
a { background-color: #FFA876; }
a { background-color: rgb(255,168,118); }
div.DivClassName
{
background-color: #FFA876;
}
.BgClassName
{
background-color: #FFA876;
}
</style>
border-color css
<style>
span { border-color: #FFA876; }
span { border-color: rgb(255,168,118); }
td.TdClassName
{
border-color: #FFA876;
}
.TagClassName
{
border-color: #FFA876;
}
</style>