Shades of Hit Pink #FFAA6A
Tints of Hit Pink #FFAA6A
RGB
CMYK
RGB Variations
Color information
#FFAA6A (or 0xFFAA6A) is known color: Hit Pink. HEX triplet: FF, AA and 6A. RGB value is (255,170,106). Sum of RGB (Red+Green+Blue) = 255+170+106=531 (70% of max value = 765). Red value is 255 (100% from 255 or 48.02% from 531); Green value is 170 (66.80% from 255 or 32.02% from 531); Blue value is 106 (41.80% from 255 or 19.96% from 531); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAA6A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFAA6A is #005595. Grayscale: #BCBCBC. Windows color (decimal): -21910 or 6990591. OLE color: 6990591.
HSL color Cylindrical-coordinate representation of color #FFAA6A: hue angle of 25.77º 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 #FFAA6A is Cyan = 0, Magento = 0.33, Yellow = 0.58 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 170 | 106 | - |
| CMYK | 0 | 0.33 | 0.58 | 0 |
| HSL | 25.77º | 1% | 0.71% | - |
| HSV(B) | 25.77º | 0.58% | 1% | - |
| XYZ | 58.22 | 51.05 | 20.42 | - |
| YUV | 188.12 | 81.66 | 175.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 170 | 106 | 0 | 0.33 | 0.58 | 0 | 25.77 | 1 | 0.71 |
| Hex | FF | AA | 6A | 0 | 21 | 3A | 0 | 1A | 64 | 47 |
| Octal | 377 | 252 | 152 | 0 | 41 | 72 | 0 | 32 | 144 | 107 |
| Binary | 11111111 | 10101010 | 1101010 | 0 | 100001 | 111010 | 0 | 11010 | 1100100 | 1000111 |
Color Harmonies of #FFAA6A
Complementary color
Monochromatic Colors of #FFAA6A
Black with #FFAA6A
Text Example
Text Example
White with #FFAA6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAA6A; }
p { color: rgb(255,170,106); }
H1.HeaderClassName
{
color: #FFAA6A;
}
.AnyTagClassName
{
color: #FFAA6A;
}
</style>
background-color css
<style>
a { background-color: #FFAA6A; }
a { background-color: rgb(255,170,106); }
div.DivClassName
{
background-color: #FFAA6A;
}
.BgClassName
{
background-color: #FFAA6A;
}
</style>
border-color css
<style>
span { border-color: #FFAA6A; }
span { border-color: rgb(255,170,106); }
td.TdClassName
{
border-color: #FFAA6A;
}
.TagClassName
{
border-color: #FFAA6A;
}
</style>