Shades of Hit Pink #F9A76D
Tints of Hit Pink #F9A76D
RGB
CMYK
RGB Variations
Color information
#F9A76D (or 0xF9A76D) is known color: Hit Pink. HEX triplet: F9, A7 and 6D. RGB value is (249,167,109). Sum of RGB (Red+Green+Blue) = 249+167+109=525 (69% of max value = 765). Red value is 249 (97.66% from 255 or 47.43% from 525); Green value is 167 (65.62% from 255 or 31.81% from 525); Blue value is 109 (42.97% from 255 or 20.76% from 525); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A76D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F9A76D is #065892. Grayscale: #B9B9B9. Windows color (decimal): -415891 or 7186425. OLE color: 7186425.
HSL color Cylindrical-coordinate representation of color #F9A76D: hue angle of 24.86º 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 #F9A76D is Cyan = 0, Magento = 0.33, Yellow = 0.56 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 167 | 109 | - |
| CMYK | 0 | 0.33 | 0.56 | 0.02 |
| HSL | 24.86º | 0.92% | 0.7% | - |
| HSV(B) | 24.86º | 0.56% | 0.98% | - |
| XYZ | 55.65 | 48.88 | 20.97 | - |
| YUV | 184.91 | 85.17 | 173.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 167 | 109 | 0 | 0.33 | 0.56 | 0.02 | 24.86 | 0.92 | 0.7 |
| Hex | F9 | A7 | 6D | 0 | 21 | 38 | 2 | 19 | 5C | 46 |
| Octal | 371 | 247 | 155 | 0 | 41 | 70 | 2 | 31 | 134 | 106 |
| Binary | 11111001 | 10100111 | 1101101 | 0 | 100001 | 111000 | 10 | 11001 | 1011100 | 1000110 |
Color Harmonies of #F9A76D
Complementary color
Monochromatic Colors of #F9A76D
Black with #F9A76D
Text Example
Text Example
White with #F9A76D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9A76D; }
p { color: rgb(249,167,109); }
H1.HeaderClassName
{
color: #F9A76D;
}
.AnyTagClassName
{
color: #F9A76D;
}
</style>
background-color css
<style>
a { background-color: #F9A76D; }
a { background-color: rgb(249,167,109); }
div.DivClassName
{
background-color: #F9A76D;
}
.BgClassName
{
background-color: #F9A76D;
}
</style>
border-color css
<style>
span { border-color: #F9A76D; }
span { border-color: rgb(249,167,109); }
td.TdClassName
{
border-color: #F9A76D;
}
.TagClassName
{
border-color: #F9A76D;
}
</style>