Shades of Hit Pink #F9A073
Tints of Hit Pink #F9A073
RGB
CMYK
RGB Variations
Color information
#F9A073 (or 0xF9A073) is known color: Hit Pink. HEX triplet: F9, A0 and 73. RGB value is (249,160,115). Sum of RGB (Red+Green+Blue) = 249+160+115=524 (69% of max value = 765). Red value is 249 (97.66% from 255 or 47.52% from 524); Green value is 160 (62.89% from 255 or 30.53% from 524); Blue value is 115 (45.31% from 255 or 21.95% from 524); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A073 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F9A073 is #065F8C. Grayscale: #B5B5B5. Windows color (decimal): -417677 or 7577849. OLE color: 7577849.
HSL color Cylindrical-coordinate representation of color #F9A073: hue angle of 20.15º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F9A073 is Cyan = 0, Magento = 0.36, Yellow = 0.54 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 160 | 115 | - |
| CMYK | 0 | 0.36 | 0.54 | 0.02 |
| HSL | 20.15º | 0.92% | 0.71% | - |
| HSV(B) | 20.15º | 0.54% | 0.98% | - |
| XYZ | 54.73 | 46.52 | 22.31 | - |
| YUV | 181.48 | 90.49 | 176.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 160 | 115 | 0 | 0.36 | 0.54 | 0.02 | 20.15 | 0.92 | 0.71 |
| Hex | F9 | A0 | 73 | 0 | 24 | 36 | 2 | 14 | 5C | 47 |
| Octal | 371 | 240 | 163 | 0 | 44 | 66 | 2 | 24 | 134 | 107 |
| Binary | 11111001 | 10100000 | 1110011 | 0 | 100100 | 110110 | 10 | 10100 | 1011100 | 1000111 |
Color Harmonies of #F9A073
Complementary color
Monochromatic Colors of #F9A073
Black with #F9A073
Text Example
Text Example
White with #F9A073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9A073; }
p { color: rgb(249,160,115); }
H1.HeaderClassName
{
color: #F9A073;
}
.AnyTagClassName
{
color: #F9A073;
}
</style>
background-color css
<style>
a { background-color: #F9A073; }
a { background-color: rgb(249,160,115); }
div.DivClassName
{
background-color: #F9A073;
}
.BgClassName
{
background-color: #F9A073;
}
</style>
border-color css
<style>
span { border-color: #F9A073; }
span { border-color: rgb(249,160,115); }
td.TdClassName
{
border-color: #F9A073;
}
.TagClassName
{
border-color: #F9A073;
}
</style>