Shades of Hit Pink #FAA374
Tints of Hit Pink #FAA374
RGB
CMYK
RGB Variations
Color information
#FAA374 (or 0xFAA374) is known color: Hit Pink. HEX triplet: FA, A3 and 74. RGB value is (250,163,116). Sum of RGB (Red+Green+Blue) = 250+163+116=529 (70% of max value = 765). Red value is 250 (98.05% from 255 or 47.26% from 529); Green value is 163 (64.06% from 255 or 30.81% from 529); Blue value is 116 (45.70% from 255 or 21.93% from 529); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA374 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAA374 is #055C8B. Grayscale: #B7B7B7. Windows color (decimal): -351372 or 7644154. OLE color: 7644154.
HSL color Cylindrical-coordinate representation of color #FAA374: hue angle of 21.04º 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 #FAA374 is Cyan = 0, Magento = 0.35, Yellow = 0.54 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 163 | 116 | - |
| CMYK | 0 | 0.35 | 0.54 | 0.02 |
| HSL | 21.04º | 0.93% | 0.72% | - |
| HSV(B) | 21.04º | 0.54% | 0.98% | - |
| XYZ | 55.67 | 47.78 | 22.81 | - |
| YUV | 183.66 | 89.82 | 175.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 163 | 116 | 0 | 0.35 | 0.54 | 0.02 | 21.04 | 0.93 | 0.72 |
| Hex | FA | A3 | 74 | 0 | 23 | 36 | 2 | 15 | 5D | 48 |
| Octal | 372 | 243 | 164 | 0 | 43 | 66 | 2 | 25 | 135 | 110 |
| Binary | 11111010 | 10100011 | 1110100 | 0 | 100011 | 110110 | 10 | 10101 | 1011101 | 1001000 |
Color Harmonies of #FAA374
Complementary color
Monochromatic Colors of #FAA374
Black with #FAA374
Text Example
Text Example
White with #FAA374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA374; }
p { color: rgb(250,163,116); }
H1.HeaderClassName
{
color: #FAA374;
}
.AnyTagClassName
{
color: #FAA374;
}
</style>
background-color css
<style>
a { background-color: #FAA374; }
a { background-color: rgb(250,163,116); }
div.DivClassName
{
background-color: #FAA374;
}
.BgClassName
{
background-color: #FAA374;
}
</style>
border-color css
<style>
span { border-color: #FAA374; }
span { border-color: rgb(250,163,116); }
td.TdClassName
{
border-color: #FAA374;
}
.TagClassName
{
border-color: #FAA374;
}
</style>