Shades of Hit Pink #FFA476
Tints of Hit Pink #FFA476
RGB
CMYK
RGB Variations
Color information
#FFA476 (or 0xFFA476) is known color: Hit Pink. HEX triplet: FF, A4 and 76. RGB value is (255,164,118). Sum of RGB (Red+Green+Blue) = 255+164+118=537 (71% of max value = 765). Red value is 255 (100% from 255 or 47.49% from 537); Green value is 164 (64.45% from 255 or 30.54% from 537); Blue value is 118 (46.48% from 255 or 21.97% from 537); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA476 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFA476 is #005B89. Grayscale: #BABABA. Windows color (decimal): -23434 or 7775487. OLE color: 7775487.
HSL color Cylindrical-coordinate representation of color #FFA476: hue angle of 20.15º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FFA476 is Cyan = 0, Magento = 0.36, Yellow = 0.54 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 164 | 118 | - |
| CMYK | 0 | 0.36 | 0.54 | 0 |
| HSL | 20.15º | 1% | 0.73% | - |
| HSV(B) | 20.15º | 0.54% | 1% | - |
| XYZ | 57.79 | 49.12 | 23.57 | - |
| YUV | 185.97 | 89.65 | 177.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 164 | 118 | 0 | 0.36 | 0.54 | 0 | 20.15 | 1 | 0.73 |
| Hex | FF | A4 | 76 | 0 | 24 | 36 | 0 | 14 | 64 | 49 |
| Octal | 377 | 244 | 166 | 0 | 44 | 66 | 0 | 24 | 144 | 111 |
| Binary | 11111111 | 10100100 | 1110110 | 0 | 100100 | 110110 | 0 | 10100 | 1100100 | 1001001 |
Color Harmonies of #FFA476
Complementary color
Monochromatic Colors of #FFA476
Black with #FFA476
Text Example
Text Example
White with #FFA476
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA476; }
p { color: rgb(255,164,118); }
H1.HeaderClassName
{
color: #FFA476;
}
.AnyTagClassName
{
color: #FFA476;
}
</style>
background-color css
<style>
a { background-color: #FFA476; }
a { background-color: rgb(255,164,118); }
div.DivClassName
{
background-color: #FFA476;
}
.BgClassName
{
background-color: #FFA476;
}
</style>
border-color css
<style>
span { border-color: #FFA476; }
span { border-color: rgb(255,164,118); }
td.TdClassName
{
border-color: #FFA476;
}
.TagClassName
{
border-color: #FFA476;
}
</style>