Shades of Hit Pink #FFAA6B
Tints of Hit Pink #FFAA6B
RGB
CMYK
RGB Variations
Color information
#FFAA6B (or 0xFFAA6B) is known color: Hit Pink. HEX triplet: FF, AA and 6B. RGB value is (255,170,107). Sum of RGB (Red+Green+Blue) = 255+170+107=532 (70% of max value = 765). Red value is 255 (100% from 255 or 47.93% from 532); Green value is 170 (66.80% from 255 or 31.95% from 532); Blue value is 107 (42.19% from 255 or 20.11% from 532); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAA6B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFAA6B is #005594. Grayscale: #BCBCBC. Windows color (decimal): -21909 or 7056127. OLE color: 7056127.
HSL color Cylindrical-coordinate representation of color #FFAA6B: hue angle of 25.54º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FFAA6B is Cyan = 0, Magento = 0.33, Yellow = 0.58 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 170 | 107 | - |
| CMYK | 0 | 0.33 | 0.58 | 0 |
| HSL | 25.54º | 1% | 0.71% | - |
| HSV(B) | 25.54º | 0.58% | 1% | - |
| XYZ | 58.27 | 51.07 | 20.7 | - |
| YUV | 188.23 | 82.16 | 175.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 170 | 107 | 0 | 0.33 | 0.58 | 0 | 25.54 | 1 | 0.71 |
| Hex | FF | AA | 6B | 0 | 21 | 3A | 0 | 1A | 64 | 47 |
| Octal | 377 | 252 | 153 | 0 | 41 | 72 | 0 | 32 | 144 | 107 |
| Binary | 11111111 | 10101010 | 1101011 | 0 | 100001 | 111010 | 0 | 11010 | 1100100 | 1000111 |
Color Harmonies of #FFAA6B
Complementary color
Monochromatic Colors of #FFAA6B
Black with #FFAA6B
Text Example
Text Example
White with #FFAA6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAA6B; }
p { color: rgb(255,170,107); }
H1.HeaderClassName
{
color: #FFAA6B;
}
.AnyTagClassName
{
color: #FFAA6B;
}
</style>
background-color css
<style>
a { background-color: #FFAA6B; }
a { background-color: rgb(255,170,107); }
div.DivClassName
{
background-color: #FFAA6B;
}
.BgClassName
{
background-color: #FFAA6B;
}
</style>
border-color css
<style>
span { border-color: #FFAA6B; }
span { border-color: rgb(255,170,107); }
td.TdClassName
{
border-color: #FFAA6B;
}
.TagClassName
{
border-color: #FFAA6B;
}
</style>