Shades of Hit Pink #F9A26D
Tints of Hit Pink #F9A26D
RGB
CMYK
RGB Variations
Color information
#F9A26D (or 0xF9A26D) is known color: Hit Pink. HEX triplet: F9, A2 and 6D. RGB value is (249,162,109). Sum of RGB (Red+Green+Blue) = 249+162+109=520 (68% of max value = 765). Red value is 249 (97.66% from 255 or 47.88% from 520); Green value is 162 (63.67% from 255 or 31.15% from 520); Blue value is 109 (42.97% from 255 or 20.96% from 520); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A26D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F9A26D is #065D92. Grayscale: #B6B6B6. Windows color (decimal): -417171 or 7185145. OLE color: 7185145.
HSL color Cylindrical-coordinate representation of color #F9A26D: hue angle of 22.71º 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 #F9A26D is Cyan = 0, Magento = 0.35, Yellow = 0.56 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 162 | 109 | - |
| CMYK | 0 | 0.35 | 0.56 | 0.02 |
| HSL | 22.71º | 0.92% | 0.7% | - |
| HSV(B) | 22.71º | 0.56% | 0.98% | - |
| XYZ | 54.75 | 47.08 | 20.67 | - |
| YUV | 181.97 | 86.82 | 175.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 162 | 109 | 0 | 0.35 | 0.56 | 0.02 | 22.71 | 0.92 | 0.7 |
| Hex | F9 | A2 | 6D | 0 | 23 | 38 | 2 | 17 | 5C | 46 |
| Octal | 371 | 242 | 155 | 0 | 43 | 70 | 2 | 27 | 134 | 106 |
| Binary | 11111001 | 10100010 | 1101101 | 0 | 100011 | 111000 | 10 | 10111 | 1011100 | 1000110 |
Color Harmonies of #F9A26D
Complementary color
Monochromatic Colors of #F9A26D
Black with #F9A26D
Text Example
Text Example
White with #F9A26D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9A26D; }
p { color: rgb(249,162,109); }
H1.HeaderClassName
{
color: #F9A26D;
}
.AnyTagClassName
{
color: #F9A26D;
}
</style>
background-color css
<style>
a { background-color: #F9A26D; }
a { background-color: rgb(249,162,109); }
div.DivClassName
{
background-color: #F9A26D;
}
.BgClassName
{
background-color: #F9A26D;
}
</style>
border-color css
<style>
span { border-color: #F9A26D; }
span { border-color: rgb(249,162,109); }
td.TdClassName
{
border-color: #F9A26D;
}
.TagClassName
{
border-color: #F9A26D;
}
</style>