Shades of Hit Pink #FFA16C
Tints of Hit Pink #FFA16C
RGB
CMYK
RGB Variations
Color information
#FFA16C (or 0xFFA16C) is known color: Hit Pink. HEX triplet: FF, A1 and 6C. RGB value is (255,161,108). Sum of RGB (Red+Green+Blue) = 255+161+108=524 (69% of max value = 765). Red value is 255 (100% from 255 or 48.66% from 524); Green value is 161 (63.28% from 255 or 30.73% from 524); Blue value is 108 (42.58% from 255 or 20.61% from 524); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA16C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFA16C is #005E93. Grayscale: #B7B7B7. Windows color (decimal): -24212 or 7119359. OLE color: 7119359.
HSL color Cylindrical-coordinate representation of color #FFA16C: hue angle of 21.63º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FFA16C is Cyan = 0, Magento = 0.37, Yellow = 0.58 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 161 | 108 | - |
| CMYK | 0 | 0.37 | 0.58 | 0 |
| HSL | 21.63º | 1% | 0.71% | - |
| HSV(B) | 21.63º | 0.58% | 1% | - |
| XYZ | 56.69 | 47.83 | 20.43 | - |
| YUV | 183.06 | 85.64 | 179.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 161 | 108 | 0 | 0.37 | 0.58 | 0 | 21.63 | 1 | 0.71 |
| Hex | FF | A1 | 6C | 0 | 25 | 3A | 0 | 16 | 64 | 47 |
| Octal | 377 | 241 | 154 | 0 | 45 | 72 | 0 | 26 | 144 | 107 |
| Binary | 11111111 | 10100001 | 1101100 | 0 | 100101 | 111010 | 0 | 10110 | 1100100 | 1000111 |
Color Harmonies of #FFA16C
Complementary color
Monochromatic Colors of #FFA16C
Black with #FFA16C
Text Example
Text Example
White with #FFA16C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA16C; }
p { color: rgb(255,161,108); }
H1.HeaderClassName
{
color: #FFA16C;
}
.AnyTagClassName
{
color: #FFA16C;
}
</style>
background-color css
<style>
a { background-color: #FFA16C; }
a { background-color: rgb(255,161,108); }
div.DivClassName
{
background-color: #FFA16C;
}
.BgClassName
{
background-color: #FFA16C;
}
</style>
border-color css
<style>
span { border-color: #FFA16C; }
span { border-color: rgb(255,161,108); }
td.TdClassName
{
border-color: #FFA16C;
}
.TagClassName
{
border-color: #FFA16C;
}
</style>