Shades of Hit Pink #F9A06F
Tints of Hit Pink #F9A06F
RGB
CMYK
RGB Variations
Color information
#F9A06F (or 0xF9A06F) is known color: Hit Pink. HEX triplet: F9, A0 and 6F. RGB value is (249,160,111). Sum of RGB (Red+Green+Blue) = 249+160+111=520 (68% of max value = 765). Red value is 249 (97.66% from 255 or 47.88% from 520); Green value is 160 (62.89% from 255 or 30.77% from 520); Blue value is 111 (43.75% from 255 or 21.35% from 520); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A06F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F9A06F is #065F90. Grayscale: #B5B5B5. Windows color (decimal): -417681 or 7315705. OLE color: 7315705.
HSL color Cylindrical-coordinate representation of color #F9A06F: hue angle of 21.3º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F9A06F is Cyan = 0, Magento = 0.36, Yellow = 0.55 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 160 | 111 | - |
| CMYK | 0 | 0.36 | 0.55 | 0.02 |
| HSL | 21.3º | 0.92% | 0.71% | - |
| HSV(B) | 21.3º | 0.55% | 0.98% | - |
| XYZ | 54.51 | 46.43 | 21.13 | - |
| YUV | 181.03 | 88.49 | 176.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 160 | 111 | 0 | 0.36 | 0.55 | 0.02 | 21.3 | 0.92 | 0.71 |
| Hex | F9 | A0 | 6F | 0 | 24 | 37 | 2 | 15 | 5C | 47 |
| Octal | 371 | 240 | 157 | 0 | 44 | 67 | 2 | 25 | 134 | 107 |
| Binary | 11111001 | 10100000 | 1101111 | 0 | 100100 | 110111 | 10 | 10101 | 1011100 | 1000111 |
Color Harmonies of #F9A06F
Complementary color
Monochromatic Colors of #F9A06F
Black with #F9A06F
Text Example
Text Example
White with #F9A06F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9A06F; }
p { color: rgb(249,160,111); }
H1.HeaderClassName
{
color: #F9A06F;
}
.AnyTagClassName
{
color: #F9A06F;
}
</style>
background-color css
<style>
a { background-color: #F9A06F; }
a { background-color: rgb(249,160,111); }
div.DivClassName
{
background-color: #F9A06F;
}
.BgClassName
{
background-color: #F9A06F;
}
</style>
border-color css
<style>
span { border-color: #F9A06F; }
span { border-color: rgb(249,160,111); }
td.TdClassName
{
border-color: #F9A06F;
}
.TagClassName
{
border-color: #F9A06F;
}
</style>