Shades of Hit Pink #FFA778
Tints of Hit Pink #FFA778
RGB
CMYK
RGB Variations
Color information
#FFA778 (or 0xFFA778) is known color: Hit Pink. HEX triplet: FF, A7 and 78. RGB value is (255,167,120). Sum of RGB (Red+Green+Blue) = 255+167+120=542 (71% of max value = 765). Red value is 255 (100% from 255 or 47.05% from 542); Green value is 167 (65.62% from 255 or 30.81% from 542); Blue value is 120 (47.27% from 255 or 22.14% from 542); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA778 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFA778 is #005887. Grayscale: #BCBCBC. Windows color (decimal): -22664 or 7907327. OLE color: 7907327.
HSL color Cylindrical-coordinate representation of color #FFA778: hue angle of 20.89º 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 #FFA778 is Cyan = 0, Magento = 0.35, Yellow = 0.53 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 167 | 120 | - |
| CMYK | 0 | 0.35 | 0.53 | 0 |
| HSL | 20.89º | 1% | 0.74% | - |
| HSV(B) | 20.89º | 0.53% | 1% | - |
| XYZ | 58.45 | 50.25 | 24.39 | - |
| YUV | 187.95 | 89.65 | 175.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 167 | 120 | 0 | 0.35 | 0.53 | 0 | 20.89 | 1 | 0.74 |
| Hex | FF | A7 | 78 | 0 | 23 | 35 | 0 | 15 | 64 | 4A |
| Octal | 377 | 247 | 170 | 0 | 43 | 65 | 0 | 25 | 144 | 112 |
| Binary | 11111111 | 10100111 | 1111000 | 0 | 100011 | 110101 | 0 | 10101 | 1100100 | 1001010 |
Color Harmonies of #FFA778
Complementary color
Monochromatic Colors of #FFA778
Black with #FFA778
Text Example
Text Example
White with #FFA778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA778; }
p { color: rgb(255,167,120); }
H1.HeaderClassName
{
color: #FFA778;
}
.AnyTagClassName
{
color: #FFA778;
}
</style>
background-color css
<style>
a { background-color: #FFA778; }
a { background-color: rgb(255,167,120); }
div.DivClassName
{
background-color: #FFA778;
}
.BgClassName
{
background-color: #FFA778;
}
</style>
border-color css
<style>
span { border-color: #FFA778; }
span { border-color: rgb(255,167,120); }
td.TdClassName
{
border-color: #FFA778;
}
.TagClassName
{
border-color: #FFA778;
}
</style>