Shades of Hit Pink #F9A96A
Tints of Hit Pink #F9A96A
RGB
CMYK
RGB Variations
Color information
#F9A96A (or 0xF9A96A) is known color: Hit Pink. HEX triplet: F9, A9 and 6A. RGB value is (249,169,106). Sum of RGB (Red+Green+Blue) = 249+169+106=524 (69% of max value = 765). Red value is 249 (97.66% from 255 or 47.52% from 524); Green value is 169 (66.41% from 255 or 32.25% from 524); Blue value is 106 (41.80% from 255 or 20.23% from 524); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A96A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F9A96A is #065695. Grayscale: #BABABA. Windows color (decimal): -415382 or 6990329. OLE color: 6990329.
HSL color Cylindrical-coordinate representation of color #F9A96A: hue angle of 26.43º degrees, saturation: 0.92, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F9A96A is Cyan = 0, Magento = 0.32, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 169 | 106 | - |
| CMYK | 0 | 0.32 | 0.57 | 0.02 |
| HSL | 26.43º | 0.92% | 0.7% | - |
| HSV(B) | 26.43º | 0.57% | 0.98% | - |
| XYZ | 55.86 | 49.56 | 20.26 | - |
| YUV | 185.74 | 83 | 173.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 169 | 106 | 0 | 0.32 | 0.57 | 0.02 | 26.43 | 0.92 | 0.7 |
| Hex | F9 | A9 | 6A | 0 | 20 | 39 | 2 | 1A | 5C | 46 |
| Octal | 371 | 251 | 152 | 0 | 40 | 71 | 2 | 32 | 134 | 106 |
| Binary | 11111001 | 10101001 | 1101010 | 0 | 100000 | 111001 | 10 | 11010 | 1011100 | 1000110 |
Color Harmonies of #F9A96A
Complementary color
Monochromatic Colors of #F9A96A
Black with #F9A96A
Text Example
Text Example
White with #F9A96A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9A96A; }
p { color: rgb(249,169,106); }
H1.HeaderClassName
{
color: #F9A96A;
}
.AnyTagClassName
{
color: #F9A96A;
}
</style>
background-color css
<style>
a { background-color: #F9A96A; }
a { background-color: rgb(249,169,106); }
div.DivClassName
{
background-color: #F9A96A;
}
.BgClassName
{
background-color: #F9A96A;
}
</style>
border-color css
<style>
span { border-color: #F9A96A; }
span { border-color: rgb(249,169,106); }
td.TdClassName
{
border-color: #F9A96A;
}
.TagClassName
{
border-color: #F9A96A;
}
</style>