Shades of Hit Pink #F9A874
Tints of Hit Pink #F9A874
RGB
CMYK
RGB Variations
Color information
#F9A874 (or 0xF9A874) is known color: Hit Pink. HEX triplet: F9, A8 and 74. RGB value is (249,168,116). Sum of RGB (Red+Green+Blue) = 249+168+116=533 (70% of max value = 765). Red value is 249 (97.66% from 255 or 46.72% from 533); Green value is 168 (66.02% from 255 or 31.52% from 533); Blue value is 116 (45.70% from 255 or 21.76% from 533); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A874 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F9A874 is #06578B. Grayscale: #BABABA. Windows color (decimal): -415628 or 7645433. OLE color: 7645433.
HSL color Cylindrical-coordinate representation of color #F9A874: hue angle of 23.46º degrees, saturation: 0.92, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F9A874 is Cyan = 0, Magento = 0.33, Yellow = 0.53 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 168 | 116 | - |
| CMYK | 0 | 0.33 | 0.53 | 0.02 |
| HSL | 23.46º | 0.92% | 0.72% | - |
| HSV(B) | 23.46º | 0.53% | 0.98% | - |
| XYZ | 56.22 | 49.41 | 23.1 | - |
| YUV | 186.29 | 88.34 | 172.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 168 | 116 | 0 | 0.33 | 0.53 | 0.02 | 23.46 | 0.92 | 0.72 |
| Hex | F9 | A8 | 74 | 0 | 21 | 35 | 2 | 17 | 5C | 48 |
| Octal | 371 | 250 | 164 | 0 | 41 | 65 | 2 | 27 | 134 | 110 |
| Binary | 11111001 | 10101000 | 1110100 | 0 | 100001 | 110101 | 10 | 10111 | 1011100 | 1001000 |
Color Harmonies of #F9A874
Complementary color
Monochromatic Colors of #F9A874
Black with #F9A874
Text Example
Text Example
White with #F9A874
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9A874; }
p { color: rgb(249,168,116); }
H1.HeaderClassName
{
color: #F9A874;
}
.AnyTagClassName
{
color: #F9A874;
}
</style>
background-color css
<style>
a { background-color: #F9A874; }
a { background-color: rgb(249,168,116); }
div.DivClassName
{
background-color: #F9A874;
}
.BgClassName
{
background-color: #F9A874;
}
</style>
border-color css
<style>
span { border-color: #F9A874; }
span { border-color: rgb(249,168,116); }
td.TdClassName
{
border-color: #F9A874;
}
.TagClassName
{
border-color: #F9A874;
}
</style>