Shades of Hit Pink #FFAA6D
Tints of Hit Pink #FFAA6D
RGB
CMYK
RGB Variations
Color information
#FFAA6D (or 0xFFAA6D) is known color: Hit Pink. HEX triplet: FF, AA and 6D. RGB value is (255,170,109). Sum of RGB (Red+Green+Blue) = 255+170+109=534 (70% of max value = 765). Red value is 255 (100% from 255 or 47.75% from 534); Green value is 170 (66.80% from 255 or 31.84% from 534); Blue value is 109 (42.97% from 255 or 20.41% from 534); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAA6D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFAA6D is #005592. Grayscale: #BCBCBC. Windows color (decimal): -21907 or 7187199. OLE color: 7187199.
HSL color Cylindrical-coordinate representation of color #FFAA6D: hue angle of 25.07º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FFAA6D is Cyan = 0, Magento = 0.33, Yellow = 0.57 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 170 | 109 | - |
| CMYK | 0 | 0.33 | 0.57 | 0 |
| HSL | 25.07º | 1% | 0.71% | - |
| HSV(B) | 25.07º | 0.57% | 1% | - |
| XYZ | 58.38 | 51.11 | 21.26 | - |
| YUV | 188.46 | 83.16 | 175.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 170 | 109 | 0 | 0.33 | 0.57 | 0 | 25.07 | 1 | 0.71 |
| Hex | FF | AA | 6D | 0 | 21 | 39 | 0 | 19 | 64 | 47 |
| Octal | 377 | 252 | 155 | 0 | 41 | 71 | 0 | 31 | 144 | 107 |
| Binary | 11111111 | 10101010 | 1101101 | 0 | 100001 | 111001 | 0 | 11001 | 1100100 | 1000111 |
Color Harmonies of #FFAA6D
Complementary color
Monochromatic Colors of #FFAA6D
Black with #FFAA6D
Text Example
Text Example
White with #FFAA6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAA6D; }
p { color: rgb(255,170,109); }
H1.HeaderClassName
{
color: #FFAA6D;
}
.AnyTagClassName
{
color: #FFAA6D;
}
</style>
background-color css
<style>
a { background-color: #FFAA6D; }
a { background-color: rgb(255,170,109); }
div.DivClassName
{
background-color: #FFAA6D;
}
.BgClassName
{
background-color: #FFAA6D;
}
</style>
border-color css
<style>
span { border-color: #FFAA6D; }
span { border-color: rgb(255,170,109); }
td.TdClassName
{
border-color: #FFAA6D;
}
.TagClassName
{
border-color: #FFAA6D;
}
</style>