Shades of Hit Pink #FAA778
Tints of Hit Pink #FAA778
RGB
CMYK
RGB Variations
Color information
#FAA778 (or 0xFAA778) is known color: Hit Pink. HEX triplet: FA, A7 and 78. RGB value is (250,167,120). Sum of RGB (Red+Green+Blue) = 250+167+120=537 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.55% from 537); Green value is 167 (65.62% from 255 or 31.10% from 537); Blue value is 120 (47.27% from 255 or 22.35% from 537); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA778 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAA778 is #055887. Grayscale: #BABABA. Windows color (decimal): -350344 or 7907322. OLE color: 7907322.
HSL color Cylindrical-coordinate representation of color #FAA778: hue angle of 21.69º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FAA778 is Cyan = 0, Magento = 0.33, Yellow = 0.52 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 167 | 120 | - |
| CMYK | 0 | 0.33 | 0.52 | 0.02 |
| HSL | 21.69º | 0.93% | 0.73% | - |
| HSV(B) | 21.69º | 0.52% | 0.98% | - |
| XYZ | 56.63 | 49.32 | 24.3 | - |
| YUV | 186.46 | 90.5 | 173.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 167 | 120 | 0 | 0.33 | 0.52 | 0.02 | 21.69 | 0.93 | 0.73 |
| Hex | FA | A7 | 78 | 0 | 21 | 34 | 2 | 16 | 5D | 49 |
| Octal | 372 | 247 | 170 | 0 | 41 | 64 | 2 | 26 | 135 | 111 |
| Binary | 11111010 | 10100111 | 1111000 | 0 | 100001 | 110100 | 10 | 10110 | 1011101 | 1001001 |
Color Harmonies of #FAA778
Complementary color
Monochromatic Colors of #FAA778
Black with #FAA778
Text Example
Text Example
White with #FAA778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA778; }
p { color: rgb(250,167,120); }
H1.HeaderClassName
{
color: #FAA778;
}
.AnyTagClassName
{
color: #FAA778;
}
</style>
background-color css
<style>
a { background-color: #FAA778; }
a { background-color: rgb(250,167,120); }
div.DivClassName
{
background-color: #FAA778;
}
.BgClassName
{
background-color: #FAA778;
}
</style>
border-color css
<style>
span { border-color: #FAA778; }
span { border-color: rgb(250,167,120); }
td.TdClassName
{
border-color: #FAA778;
}
.TagClassName
{
border-color: #FAA778;
}
</style>