Shades of Hit Pink #FFA978
Tints of Hit Pink #FFA978
RGB
CMYK
RGB Variations
Color information
#FFA978 (or 0xFFA978) is known color: Hit Pink. HEX triplet: FF, A9 and 78. RGB value is (255,169,120). Sum of RGB (Red+Green+Blue) = 255+169+120=544 (72% of max value = 765). Red value is 255 (100% from 255 or 46.88% from 544); Green value is 169 (66.41% from 255 or 31.07% from 544); Blue value is 120 (47.27% from 255 or 22.06% from 544); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA978 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFA978 is #005687. Grayscale: #BDBDBD. Windows color (decimal): -22152 or 7907839. OLE color: 7907839.
HSL color Cylindrical-coordinate representation of color #FFA978: hue angle of 21.78º 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 #FFA978 is Cyan = 0, Magento = 0.34, Yellow = 0.53 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 169 | 120 | - |
| CMYK | 0 | 0.34 | 0.53 | 0 |
| HSL | 21.78º | 1% | 0.74% | - |
| HSV(B) | 21.78º | 0.53% | 1% | - |
| XYZ | 58.82 | 50.99 | 24.51 | - |
| YUV | 189.13 | 88.99 | 174.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 169 | 120 | 0 | 0.34 | 0.53 | 0 | 21.78 | 1 | 0.74 |
| Hex | FF | A9 | 78 | 0 | 22 | 35 | 0 | 16 | 64 | 4A |
| Octal | 377 | 251 | 170 | 0 | 42 | 65 | 0 | 26 | 144 | 112 |
| Binary | 11111111 | 10101001 | 1111000 | 0 | 100010 | 110101 | 0 | 10110 | 1100100 | 1001010 |
Color Harmonies of #FFA978
Complementary color
Monochromatic Colors of #FFA978
Black with #FFA978
Text Example
Text Example
White with #FFA978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA978; }
p { color: rgb(255,169,120); }
H1.HeaderClassName
{
color: #FFA978;
}
.AnyTagClassName
{
color: #FFA978;
}
</style>
background-color css
<style>
a { background-color: #FFA978; }
a { background-color: rgb(255,169,120); }
div.DivClassName
{
background-color: #FFA978;
}
.BgClassName
{
background-color: #FFA978;
}
</style>
border-color css
<style>
span { border-color: #FFA978; }
span { border-color: rgb(255,169,120); }
td.TdClassName
{
border-color: #FFA978;
}
.TagClassName
{
border-color: #FFA978;
}
</style>