Shades of Hit Pink #F9A76E
Tints of Hit Pink #F9A76E
RGB
CMYK
RGB Variations
Color information
#F9A76E (or 0xF9A76E) is known color: Hit Pink. HEX triplet: F9, A7 and 6E. RGB value is (249,167,110). Sum of RGB (Red+Green+Blue) = 249+167+110=526 (69% of max value = 765). Red value is 249 (97.66% from 255 or 47.34% from 526); Green value is 167 (65.62% from 255 or 31.75% from 526); Blue value is 110 (43.36% from 255 or 20.91% from 526); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A76E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F9A76E is #065891. Grayscale: #B9B9B9. Windows color (decimal): -415890 or 7251961. OLE color: 7251961.
HSL color Cylindrical-coordinate representation of color #F9A76E: hue angle of 24.6º degrees, saturation: 0.92, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F9A76E is Cyan = 0, Magento = 0.33, Yellow = 0.56 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 167 | 110 | - |
| CMYK | 0 | 0.33 | 0.56 | 0.02 |
| HSL | 24.6º | 0.92% | 0.7% | - |
| HSV(B) | 24.6º | 0.56% | 0.98% | - |
| XYZ | 55.7 | 48.9 | 21.26 | - |
| YUV | 185.02 | 85.67 | 173.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 167 | 110 | 0 | 0.33 | 0.56 | 0.02 | 24.6 | 0.92 | 0.7 |
| Hex | F9 | A7 | 6E | 0 | 21 | 38 | 2 | 19 | 5C | 46 |
| Octal | 371 | 247 | 156 | 0 | 41 | 70 | 2 | 31 | 134 | 106 |
| Binary | 11111001 | 10100111 | 1101110 | 0 | 100001 | 111000 | 10 | 11001 | 1011100 | 1000110 |
Color Harmonies of #F9A76E
Complementary color
Monochromatic Colors of #F9A76E
Black with #F9A76E
Text Example
Text Example
White with #F9A76E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9A76E; }
p { color: rgb(249,167,110); }
H1.HeaderClassName
{
color: #F9A76E;
}
.AnyTagClassName
{
color: #F9A76E;
}
</style>
background-color css
<style>
a { background-color: #F9A76E; }
a { background-color: rgb(249,167,110); }
div.DivClassName
{
background-color: #F9A76E;
}
.BgClassName
{
background-color: #F9A76E;
}
</style>
border-color css
<style>
span { border-color: #F9A76E; }
span { border-color: rgb(249,167,110); }
td.TdClassName
{
border-color: #F9A76E;
}
.TagClassName
{
border-color: #F9A76E;
}
</style>