Shades of Hit Pink #FFAA78
Tints of Hit Pink #FFAA78
RGB
CMYK
RGB Variations
Color information
#FFAA78 (or 0xFFAA78) is known color: Hit Pink. HEX triplet: FF, AA and 78. RGB value is (255,170,120). Sum of RGB (Red+Green+Blue) = 255+170+120=545 (72% of max value = 765). Red value is 255 (100% from 255 or 46.79% from 545); Green value is 170 (66.80% from 255 or 31.19% from 545); Blue value is 120 (47.27% from 255 or 22.02% from 545); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAA78 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFAA78 is #005587. Grayscale: #BEBEBE. Windows color (decimal): -21896 or 7908095. OLE color: 7908095.
HSL color Cylindrical-coordinate representation of color #FFAA78: hue angle of 22.22º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FFAA78 is Cyan = 0, Magento = 0.33, Yellow = 0.53 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 170 | 120 | - |
| CMYK | 0 | 0.33 | 0.53 | 0 |
| HSL | 22.22º | 1% | 0.74% | - |
| HSV(B) | 22.22º | 0.53% | 1% | - |
| XYZ | 59 | 51.37 | 24.57 | - |
| YUV | 189.72 | 88.66 | 174.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 170 | 120 | 0 | 0.33 | 0.53 | 0 | 22.22 | 1 | 0.74 |
| Hex | FF | AA | 78 | 0 | 21 | 35 | 0 | 16 | 64 | 4A |
| Octal | 377 | 252 | 170 | 0 | 41 | 65 | 0 | 26 | 144 | 112 |
| Binary | 11111111 | 10101010 | 1111000 | 0 | 100001 | 110101 | 0 | 10110 | 1100100 | 1001010 |
Color Harmonies of #FFAA78
Complementary color
Monochromatic Colors of #FFAA78
Black with #FFAA78
Text Example
Text Example
White with #FFAA78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAA78; }
p { color: rgb(255,170,120); }
H1.HeaderClassName
{
color: #FFAA78;
}
.AnyTagClassName
{
color: #FFAA78;
}
</style>
background-color css
<style>
a { background-color: #FFAA78; }
a { background-color: rgb(255,170,120); }
div.DivClassName
{
background-color: #FFAA78;
}
.BgClassName
{
background-color: #FFAA78;
}
</style>
border-color css
<style>
span { border-color: #FFAA78; }
span { border-color: rgb(255,170,120); }
td.TdClassName
{
border-color: #FFAA78;
}
.TagClassName
{
border-color: #FFAA78;
}
</style>