Shades of Hit Pink #FFAA70
Tints of Hit Pink #FFAA70
RGB
CMYK
RGB Variations
Color information
#FFAA70 (or 0xFFAA70) is known color: Hit Pink. HEX triplet: FF, AA and 70. RGB value is (255,170,112). Sum of RGB (Red+Green+Blue) = 255+170+112=537 (71% of max value = 765). Red value is 255 (100% from 255 or 47.49% from 537); Green value is 170 (66.80% from 255 or 31.66% from 537); Blue value is 112 (44.14% from 255 or 20.86% from 537); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAA70 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFAA70 is #00558F. Grayscale: #BDBDBD. Windows color (decimal): -21904 or 7383807. OLE color: 7383807.
HSL color Cylindrical-coordinate representation of color #FFAA70: hue angle of 24.34º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FFAA70 is Cyan = 0, Magento = 0.33, Yellow = 0.56 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 170 | 112 | - |
| CMYK | 0 | 0.33 | 0.56 | 0 |
| HSL | 24.34º | 1% | 0.72% | - |
| HSV(B) | 24.34º | 0.56% | 1% | - |
| XYZ | 58.54 | 51.18 | 22.12 | - |
| YUV | 188.8 | 84.66 | 175.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 170 | 112 | 0 | 0.33 | 0.56 | 0 | 24.34 | 1 | 0.72 |
| Hex | FF | AA | 70 | 0 | 21 | 38 | 0 | 18 | 64 | 48 |
| Octal | 377 | 252 | 160 | 0 | 41 | 70 | 0 | 30 | 144 | 110 |
| Binary | 11111111 | 10101010 | 1110000 | 0 | 100001 | 111000 | 0 | 11000 | 1100100 | 1001000 |
Color Harmonies of #FFAA70
Complementary color
Monochromatic Colors of #FFAA70
Black with #FFAA70
Text Example
Text Example
White with #FFAA70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAA70; }
p { color: rgb(255,170,112); }
H1.HeaderClassName
{
color: #FFAA70;
}
.AnyTagClassName
{
color: #FFAA70;
}
</style>
background-color css
<style>
a { background-color: #FFAA70; }
a { background-color: rgb(255,170,112); }
div.DivClassName
{
background-color: #FFAA70;
}
.BgClassName
{
background-color: #FFAA70;
}
</style>
border-color css
<style>
span { border-color: #FFAA70; }
span { border-color: rgb(255,170,112); }
td.TdClassName
{
border-color: #FFAA70;
}
.TagClassName
{
border-color: #FFAA70;
}
</style>