Shades of Hit Pink #FFAA74
Tints of Hit Pink #FFAA74
RGB
CMYK
RGB Variations
Color information
#FFAA74 (or 0xFFAA74) is known color: Hit Pink. HEX triplet: FF, AA and 74. RGB value is (255,170,116). Sum of RGB (Red+Green+Blue) = 255+170+116=541 (71% of max value = 765). Red value is 255 (100% from 255 or 47.13% from 541); Green value is 170 (66.80% from 255 or 31.42% from 541); Blue value is 116 (45.70% from 255 or 21.44% from 541); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAA74 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFAA74 is #00558B. Grayscale: #BDBDBD. Windows color (decimal): -21900 or 7645951. OLE color: 7645951.
HSL color Cylindrical-coordinate representation of color #FFAA74: hue angle of 23.31º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FFAA74 is Cyan = 0, Magento = 0.33, Yellow = 0.55 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 170 | 116 | - |
| CMYK | 0 | 0.33 | 0.55 | 0 |
| HSL | 23.31º | 1% | 0.73% | - |
| HSV(B) | 23.31º | 0.55% | 1% | - |
| XYZ | 58.77 | 51.27 | 23.32 | - |
| YUV | 189.26 | 86.66 | 174.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 170 | 116 | 0 | 0.33 | 0.55 | 0 | 23.31 | 1 | 0.73 |
| Hex | FF | AA | 74 | 0 | 21 | 37 | 0 | 17 | 64 | 49 |
| Octal | 377 | 252 | 164 | 0 | 41 | 67 | 0 | 27 | 144 | 111 |
| Binary | 11111111 | 10101010 | 1110100 | 0 | 100001 | 110111 | 0 | 10111 | 1100100 | 1001001 |
Color Harmonies of #FFAA74
Complementary color
Monochromatic Colors of #FFAA74
Black with #FFAA74
Text Example
Text Example
White with #FFAA74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAA74; }
p { color: rgb(255,170,116); }
H1.HeaderClassName
{
color: #FFAA74;
}
.AnyTagClassName
{
color: #FFAA74;
}
</style>
background-color css
<style>
a { background-color: #FFAA74; }
a { background-color: rgb(255,170,116); }
div.DivClassName
{
background-color: #FFAA74;
}
.BgClassName
{
background-color: #FFAA74;
}
</style>
border-color css
<style>
span { border-color: #FFAA74; }
span { border-color: rgb(255,170,116); }
td.TdClassName
{
border-color: #FFAA74;
}
.TagClassName
{
border-color: #FFAA74;
}
</style>