Shades of Hit Pink #FFA96D
Tints of Hit Pink #FFA96D
RGB
CMYK
RGB Variations
Color information
#FFA96D (or 0xFFA96D) is known color: Hit Pink. HEX triplet: FF, A9 and 6D. RGB value is (255,169,109). Sum of RGB (Red+Green+Blue) = 255+169+109=533 (70% of max value = 765). Red value is 255 (100% from 255 or 47.84% from 533); Green value is 169 (66.41% from 255 or 31.71% from 533); Blue value is 109 (42.97% from 255 or 20.45% from 533); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA96D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFA96D is #005692. Grayscale: #BCBCBC. Windows color (decimal): -22163 or 7186943. OLE color: 7186943.
HSL color Cylindrical-coordinate representation of color #FFA96D: hue angle of 24.66º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FFA96D is Cyan = 0, Magento = 0.34, Yellow = 0.57 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 169 | 109 | - |
| CMYK | 0 | 0.34 | 0.57 | 0 |
| HSL | 24.66º | 1% | 0.71% | - |
| HSV(B) | 24.66º | 0.57% | 1% | - |
| XYZ | 58.19 | 50.74 | 21.19 | - |
| YUV | 187.87 | 83.49 | 175.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 169 | 109 | 0 | 0.34 | 0.57 | 0 | 24.66 | 1 | 0.71 |
| Hex | FF | A9 | 6D | 0 | 22 | 39 | 0 | 19 | 64 | 47 |
| Octal | 377 | 251 | 155 | 0 | 42 | 71 | 0 | 31 | 144 | 107 |
| Binary | 11111111 | 10101001 | 1101101 | 0 | 100010 | 111001 | 0 | 11001 | 1100100 | 1000111 |
Color Harmonies of #FFA96D
Complementary color
Monochromatic Colors of #FFA96D
Black with #FFA96D
Text Example
Text Example
White with #FFA96D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA96D; }
p { color: rgb(255,169,109); }
H1.HeaderClassName
{
color: #FFA96D;
}
.AnyTagClassName
{
color: #FFA96D;
}
</style>
background-color css
<style>
a { background-color: #FFA96D; }
a { background-color: rgb(255,169,109); }
div.DivClassName
{
background-color: #FFA96D;
}
.BgClassName
{
background-color: #FFA96D;
}
</style>
border-color css
<style>
span { border-color: #FFA96D; }
span { border-color: rgb(255,169,109); }
td.TdClassName
{
border-color: #FFA96D;
}
.TagClassName
{
border-color: #FFA96D;
}
</style>