Shades of Hit Pink #FAA877
Tints of Hit Pink #FAA877
RGB
CMYK
RGB Variations
Color information
#FAA877 (or 0xFAA877) is known color: Hit Pink. HEX triplet: FA, A8 and 77. RGB value is (250,168,119). Sum of RGB (Red+Green+Blue) = 250+168+119=537 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.55% from 537); Green value is 168 (66.02% from 255 or 31.28% from 537); Blue value is 119 (46.88% from 255 or 22.16% from 537); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA877 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAA877 is #055788. Grayscale: #BBBBBB. Windows color (decimal): -350089 or 7842042. OLE color: 7842042.
HSL color Cylindrical-coordinate representation of color #FAA877: hue angle of 22.44º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FAA877 is Cyan = 0, Magento = 0.33, Yellow = 0.52 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 168 | 119 | - |
| CMYK | 0 | 0.33 | 0.52 | 0.02 |
| HSL | 22.44º | 0.93% | 0.72% | - |
| HSV(B) | 22.44º | 0.52% | 0.98% | - |
| XYZ | 56.76 | 49.66 | 24.05 | - |
| YUV | 186.93 | 89.67 | 172.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 168 | 119 | 0 | 0.33 | 0.52 | 0.02 | 22.44 | 0.93 | 0.72 |
| Hex | FA | A8 | 77 | 0 | 21 | 34 | 2 | 16 | 5D | 48 |
| Octal | 372 | 250 | 167 | 0 | 41 | 64 | 2 | 26 | 135 | 110 |
| Binary | 11111010 | 10101000 | 1110111 | 0 | 100001 | 110100 | 10 | 10110 | 1011101 | 1001000 |
Color Harmonies of #FAA877
Complementary color
Monochromatic Colors of #FAA877
Black with #FAA877
Text Example
Text Example
White with #FAA877
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA877; }
p { color: rgb(250,168,119); }
H1.HeaderClassName
{
color: #FAA877;
}
.AnyTagClassName
{
color: #FAA877;
}
</style>
background-color css
<style>
a { background-color: #FAA877; }
a { background-color: rgb(250,168,119); }
div.DivClassName
{
background-color: #FAA877;
}
.BgClassName
{
background-color: #FAA877;
}
</style>
border-color css
<style>
span { border-color: #FAA877; }
span { border-color: rgb(250,168,119); }
td.TdClassName
{
border-color: #FAA877;
}
.TagClassName
{
border-color: #FAA877;
}
</style>