Shades of Hit Pink #F9AA6A
Tints of Hit Pink #F9AA6A
RGB
CMYK
RGB Variations
Color information
#F9AA6A (or 0xF9AA6A) is known color: Hit Pink. HEX triplet: F9, AA and 6A. RGB value is (249,170,106). Sum of RGB (Red+Green+Blue) = 249+170+106=525 (69% of max value = 765). Red value is 249 (97.66% from 255 or 47.43% from 525); Green value is 170 (66.80% from 255 or 32.38% from 525); Blue value is 106 (41.80% from 255 or 20.19% from 525); Max value from RGB is 249 - color contains mainly: red. Hex color #F9AA6A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F9AA6A is #065595. Grayscale: #BABABA. Windows color (decimal): -415126 or 6990585. OLE color: 6990585.
HSL color Cylindrical-coordinate representation of color #F9AA6A: hue angle of 26.85º 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 #F9AA6A is Cyan = 0, Magento = 0.32, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 170 | 106 | - |
| CMYK | 0 | 0.32 | 0.57 | 0.02 |
| HSL | 26.85º | 0.92% | 0.7% | - |
| HSV(B) | 26.85º | 0.57% | 0.98% | - |
| XYZ | 56.04 | 49.93 | 20.32 | - |
| YUV | 186.33 | 82.67 | 172.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 170 | 106 | 0 | 0.32 | 0.57 | 0.02 | 26.85 | 0.92 | 0.7 |
| Hex | F9 | AA | 6A | 0 | 20 | 39 | 2 | 1B | 5C | 46 |
| Octal | 371 | 252 | 152 | 0 | 40 | 71 | 2 | 33 | 134 | 106 |
| Binary | 11111001 | 10101010 | 1101010 | 0 | 100000 | 111001 | 10 | 11011 | 1011100 | 1000110 |
Color Harmonies of #F9AA6A
Complementary color
Monochromatic Colors of #F9AA6A
Black with #F9AA6A
Text Example
Text Example
White with #F9AA6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9AA6A; }
p { color: rgb(249,170,106); }
H1.HeaderClassName
{
color: #F9AA6A;
}
.AnyTagClassName
{
color: #F9AA6A;
}
</style>
background-color css
<style>
a { background-color: #F9AA6A; }
a { background-color: rgb(249,170,106); }
div.DivClassName
{
background-color: #F9AA6A;
}
.BgClassName
{
background-color: #F9AA6A;
}
</style>
border-color css
<style>
span { border-color: #F9AA6A; }
span { border-color: rgb(249,170,106); }
td.TdClassName
{
border-color: #F9AA6A;
}
.TagClassName
{
border-color: #F9AA6A;
}
</style>