Shades of Hit Pink #FFA471
Tints of Hit Pink #FFA471
RGB
CMYK
RGB Variations
Color information
#FFA471 (or 0xFFA471) is known color: Hit Pink. HEX triplet: FF, A4 and 71. RGB value is (255,164,113). Sum of RGB (Red+Green+Blue) = 255+164+113=532 (70% of max value = 765). Red value is 255 (100% from 255 or 47.93% from 532); Green value is 164 (64.45% from 255 or 30.83% from 532); Blue value is 113 (44.53% from 255 or 21.24% from 532); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA471 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFA471 is #005B8E. Grayscale: #B9B9B9. Windows color (decimal): -23439 or 7447807. OLE color: 7447807.
HSL color Cylindrical-coordinate representation of color #FFA471: hue angle of 21.55º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FFA471 is Cyan = 0, Magento = 0.36, Yellow = 0.56 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 164 | 113 | - |
| CMYK | 0 | 0.36 | 0.56 | 0 |
| HSL | 21.55º | 1% | 0.72% | - |
| HSV(B) | 21.55º | 0.56% | 1% | - |
| XYZ | 57.5 | 49 | 22.05 | - |
| YUV | 185.4 | 87.15 | 177.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 164 | 113 | 0 | 0.36 | 0.56 | 0 | 21.55 | 1 | 0.72 |
| Hex | FF | A4 | 71 | 0 | 24 | 38 | 0 | 16 | 64 | 48 |
| Octal | 377 | 244 | 161 | 0 | 44 | 70 | 0 | 26 | 144 | 110 |
| Binary | 11111111 | 10100100 | 1110001 | 0 | 100100 | 111000 | 0 | 10110 | 1100100 | 1001000 |
Color Harmonies of #FFA471
Complementary color
Monochromatic Colors of #FFA471
Black with #FFA471
Text Example
Text Example
White with #FFA471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA471; }
p { color: rgb(255,164,113); }
H1.HeaderClassName
{
color: #FFA471;
}
.AnyTagClassName
{
color: #FFA471;
}
</style>
background-color css
<style>
a { background-color: #FFA471; }
a { background-color: rgb(255,164,113); }
div.DivClassName
{
background-color: #FFA471;
}
.BgClassName
{
background-color: #FFA471;
}
</style>
border-color css
<style>
span { border-color: #FFA471; }
span { border-color: rgb(255,164,113); }
td.TdClassName
{
border-color: #FFA471;
}
.TagClassName
{
border-color: #FFA471;
}
</style>