Shades of Hit Pink #F9A26B
Tints of Hit Pink #F9A26B
RGB
CMYK
RGB Variations
Color information
#F9A26B (or 0xF9A26B) is known color: Hit Pink. HEX triplet: F9, A2 and 6B. RGB value is (249,162,107). Sum of RGB (Red+Green+Blue) = 249+162+107=518 (68% of max value = 765). Red value is 249 (97.66% from 255 or 48.07% from 518); Green value is 162 (63.67% from 255 or 31.27% from 518); Blue value is 107 (42.19% from 255 or 20.66% from 518); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A26B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F9A26B is #065D94. Grayscale: #B6B6B6. Windows color (decimal): -417173 or 7054073. OLE color: 7054073.
HSL color Cylindrical-coordinate representation of color #F9A26B: hue angle of 23.24º 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 #F9A26B is Cyan = 0, Magento = 0.35, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 162 | 107 | - |
| CMYK | 0 | 0.35 | 0.57 | 0.02 |
| HSL | 23.24º | 0.92% | 0.7% | - |
| HSV(B) | 23.24º | 0.57% | 0.98% | - |
| XYZ | 54.64 | 47.04 | 20.11 | - |
| YUV | 181.74 | 85.82 | 175.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 162 | 107 | 0 | 0.35 | 0.57 | 0.02 | 23.24 | 0.92 | 0.7 |
| Hex | F9 | A2 | 6B | 0 | 23 | 39 | 2 | 17 | 5C | 46 |
| Octal | 371 | 242 | 153 | 0 | 43 | 71 | 2 | 27 | 134 | 106 |
| Binary | 11111001 | 10100010 | 1101011 | 0 | 100011 | 111001 | 10 | 10111 | 1011100 | 1000110 |
Color Harmonies of #F9A26B
Complementary color
Monochromatic Colors of #F9A26B
Black with #F9A26B
Text Example
Text Example
White with #F9A26B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9A26B; }
p { color: rgb(249,162,107); }
H1.HeaderClassName
{
color: #F9A26B;
}
.AnyTagClassName
{
color: #F9A26B;
}
</style>
background-color css
<style>
a { background-color: #F9A26B; }
a { background-color: rgb(249,162,107); }
div.DivClassName
{
background-color: #F9A26B;
}
.BgClassName
{
background-color: #F9A26B;
}
</style>
border-color css
<style>
span { border-color: #F9A26B; }
span { border-color: rgb(249,162,107); }
td.TdClassName
{
border-color: #F9A26B;
}
.TagClassName
{
border-color: #F9A26B;
}
</style>