Shades of Hit Pink #FFA96A
Tints of Hit Pink #FFA96A
RGB
CMYK
RGB Variations
Color information
#FFA96A (or 0xFFA96A) is known color: Hit Pink. HEX triplet: FF, A9 and 6A. RGB value is (255,169,106). Sum of RGB (Red+Green+Blue) = 255+169+106=530 (70% of max value = 765). Red value is 255 (100% from 255 or 48.11% from 530); Green value is 169 (66.41% from 255 or 31.89% from 530); Blue value is 106 (41.80% from 255 or 20% from 530); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA96A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFA96A is #005695. Grayscale: #BBBBBB. Windows color (decimal): -22166 or 6990335. OLE color: 6990335.
HSL color Cylindrical-coordinate representation of color #FFA96A: hue angle of 25.37º 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 #FFA96A is Cyan = 0, Magento = 0.34, Yellow = 0.58 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 169 | 106 | - |
| CMYK | 0 | 0.34 | 0.58 | 0 |
| HSL | 25.37º | 1% | 0.71% | - |
| HSV(B) | 25.37º | 0.58% | 1% | - |
| XYZ | 58.03 | 50.68 | 20.36 | - |
| YUV | 187.53 | 81.99 | 176.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 169 | 106 | 0 | 0.34 | 0.58 | 0 | 25.37 | 1 | 0.71 |
| Hex | FF | A9 | 6A | 0 | 22 | 3A | 0 | 19 | 64 | 47 |
| Octal | 377 | 251 | 152 | 0 | 42 | 72 | 0 | 31 | 144 | 107 |
| Binary | 11111111 | 10101001 | 1101010 | 0 | 100010 | 111010 | 0 | 11001 | 1100100 | 1000111 |
Color Harmonies of #FFA96A
Complementary color
Monochromatic Colors of #FFA96A
Black with #FFA96A
Text Example
Text Example
White with #FFA96A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA96A; }
p { color: rgb(255,169,106); }
H1.HeaderClassName
{
color: #FFA96A;
}
.AnyTagClassName
{
color: #FFA96A;
}
</style>
background-color css
<style>
a { background-color: #FFA96A; }
a { background-color: rgb(255,169,106); }
div.DivClassName
{
background-color: #FFA96A;
}
.BgClassName
{
background-color: #FFA96A;
}
</style>
border-color css
<style>
span { border-color: #FFA96A; }
span { border-color: rgb(255,169,106); }
td.TdClassName
{
border-color: #FFA96A;
}
.TagClassName
{
border-color: #FFA96A;
}
</style>