Shades of Hit Pink #FAA074
Tints of Hit Pink #FAA074
RGB
CMYK
RGB Variations
Color information
#FAA074 (or 0xFAA074) is known color: Hit Pink. HEX triplet: FA, A0 and 74. RGB value is (250,160,116). Sum of RGB (Red+Green+Blue) = 250+160+116=526 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.53% from 526); Green value is 160 (62.89% from 255 or 30.42% from 526); Blue value is 116 (45.70% from 255 or 22.05% from 526); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA074 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAA074 is #055F8B. Grayscale: #B6B6B6. Windows color (decimal): -352140 or 7643386. OLE color: 7643386.
HSL color Cylindrical-coordinate representation of color #FAA074: hue angle of 19.7º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FAA074 is Cyan = 0, Magento = 0.36, Yellow = 0.54 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 160 | 116 | - |
| CMYK | 0 | 0.36 | 0.54 | 0.02 |
| HSL | 19.7º | 0.93% | 0.72% | - |
| HSV(B) | 19.7º | 0.54% | 0.98% | - |
| XYZ | 55.15 | 46.73 | 22.64 | - |
| YUV | 181.89 | 90.82 | 176.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 160 | 116 | 0 | 0.36 | 0.54 | 0.02 | 19.7 | 0.93 | 0.72 |
| Hex | FA | A0 | 74 | 0 | 24 | 36 | 2 | 14 | 5D | 48 |
| Octal | 372 | 240 | 164 | 0 | 44 | 66 | 2 | 24 | 135 | 110 |
| Binary | 11111010 | 10100000 | 1110100 | 0 | 100100 | 110110 | 10 | 10100 | 1011101 | 1001000 |
Color Harmonies of #FAA074
Complementary color
Monochromatic Colors of #FAA074
Black with #FAA074
Text Example
Text Example
White with #FAA074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA074; }
p { color: rgb(250,160,116); }
H1.HeaderClassName
{
color: #FAA074;
}
.AnyTagClassName
{
color: #FAA074;
}
</style>
background-color css
<style>
a { background-color: #FAA074; }
a { background-color: rgb(250,160,116); }
div.DivClassName
{
background-color: #FAA074;
}
.BgClassName
{
background-color: #FAA074;
}
</style>
border-color css
<style>
span { border-color: #FAA074; }
span { border-color: rgb(250,160,116); }
td.TdClassName
{
border-color: #FAA074;
}
.TagClassName
{
border-color: #FAA074;
}
</style>