Shades of Hit Pink #FAAA71
Tints of Hit Pink #FAAA71
RGB
CMYK
RGB Variations
Color information
#FAAA71 (or 0xFAAA71) is known color: Hit Pink. HEX triplet: FA, AA and 71. RGB value is (250,170,113). Sum of RGB (Red+Green+Blue) = 250+170+113=533 (70% of max value = 765). Red value is 250 (98.05% from 255 or 46.90% from 533); Green value is 170 (66.80% from 255 or 31.89% from 533); Blue value is 113 (44.53% from 255 or 21.20% from 533); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAA71 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAAA71 is #05558E. Grayscale: #BBBBBB. Windows color (decimal): -349583 or 7449338. OLE color: 7449338.
HSL color Cylindrical-coordinate representation of color #FAAA71: hue angle of 24.96º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FAAA71 is Cyan = 0, Magento = 0.32, Yellow = 0.55 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 170 | 113 | - |
| CMYK | 0 | 0.32 | 0.55 | 0.02 |
| HSL | 24.96º | 0.93% | 0.71% | - |
| HSV(B) | 24.96º | 0.55% | 0.98% | - |
| XYZ | 56.78 | 50.27 | 22.33 | - |
| YUV | 187.42 | 86 | 172.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 170 | 113 | 0 | 0.32 | 0.55 | 0.02 | 24.96 | 0.93 | 0.71 |
| Hex | FA | AA | 71 | 0 | 20 | 37 | 2 | 19 | 5D | 47 |
| Octal | 372 | 252 | 161 | 0 | 40 | 67 | 2 | 31 | 135 | 107 |
| Binary | 11111010 | 10101010 | 1110001 | 0 | 100000 | 110111 | 10 | 11001 | 1011101 | 1000111 |
Color Harmonies of #FAAA71
Complementary color
Monochromatic Colors of #FAAA71
Black with #FAAA71
Text Example
Text Example
White with #FAAA71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAAA71; }
p { color: rgb(250,170,113); }
H1.HeaderClassName
{
color: #FAAA71;
}
.AnyTagClassName
{
color: #FAAA71;
}
</style>
background-color css
<style>
a { background-color: #FAAA71; }
a { background-color: rgb(250,170,113); }
div.DivClassName
{
background-color: #FAAA71;
}
.BgClassName
{
background-color: #FAAA71;
}
</style>
border-color css
<style>
span { border-color: #FAAA71; }
span { border-color: rgb(250,170,113); }
td.TdClassName
{
border-color: #FAAA71;
}
.TagClassName
{
border-color: #FAAA71;
}
</style>