Shades of Hit Pink #F9A36A
Tints of Hit Pink #F9A36A
RGB
CMYK
RGB Variations
Color information
#F9A36A (or 0xF9A36A) is known color: Hit Pink. HEX triplet: F9, A3 and 6A. RGB value is (249,163,106). Sum of RGB (Red+Green+Blue) = 249+163+106=518 (68% of max value = 765). Red value is 249 (97.66% from 255 or 48.07% from 518); Green value is 163 (64.06% from 255 or 31.47% from 518); Blue value is 106 (41.80% from 255 or 20.46% from 518); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A36A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F9A36A is #065C95. Grayscale: #B6B6B6. Windows color (decimal): -416918 or 6988793. OLE color: 6988793.
HSL color Cylindrical-coordinate representation of color #F9A36A: hue angle of 23.92º 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 #F9A36A is Cyan = 0, Magento = 0.35, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 163 | 106 | - |
| CMYK | 0 | 0.35 | 0.57 | 0.02 |
| HSL | 23.92º | 0.92% | 0.7% | - |
| HSV(B) | 23.92º | 0.57% | 0.98% | - |
| XYZ | 54.77 | 47.37 | 19.89 | - |
| YUV | 182.22 | 84.99 | 175.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 163 | 106 | 0 | 0.35 | 0.57 | 0.02 | 23.92 | 0.92 | 0.7 |
| Hex | F9 | A3 | 6A | 0 | 23 | 39 | 2 | 18 | 5C | 46 |
| Octal | 371 | 243 | 152 | 0 | 43 | 71 | 2 | 30 | 134 | 106 |
| Binary | 11111001 | 10100011 | 1101010 | 0 | 100011 | 111001 | 10 | 11000 | 1011100 | 1000110 |
Color Harmonies of #F9A36A
Complementary color
Monochromatic Colors of #F9A36A
Black with #F9A36A
Text Example
Text Example
White with #F9A36A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9A36A; }
p { color: rgb(249,163,106); }
H1.HeaderClassName
{
color: #F9A36A;
}
.AnyTagClassName
{
color: #F9A36A;
}
</style>
background-color css
<style>
a { background-color: #F9A36A; }
a { background-color: rgb(249,163,106); }
div.DivClassName
{
background-color: #F9A36A;
}
.BgClassName
{
background-color: #F9A36A;
}
</style>
border-color css
<style>
span { border-color: #F9A36A; }
span { border-color: rgb(249,163,106); }
td.TdClassName
{
border-color: #F9A36A;
}
.TagClassName
{
border-color: #F9A36A;
}
</style>