Shades of Hit Pink #FFA470
Tints of Hit Pink #FFA470
RGB
CMYK
RGB Variations
Color information
#FFA470 (or 0xFFA470) is known color: Hit Pink. HEX triplet: FF, A4 and 70. RGB value is (255,164,112). Sum of RGB (Red+Green+Blue) = 255+164+112=531 (70% of max value = 765). Red value is 255 (100% from 255 or 48.02% from 531); Green value is 164 (64.45% from 255 or 30.89% from 531); Blue value is 112 (44.14% from 255 or 21.09% from 531); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA470 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFA470 is #005B8F. Grayscale: #B9B9B9. Windows color (decimal): -23440 or 7382271. OLE color: 7382271.
HSL color Cylindrical-coordinate representation of color #FFA470: hue angle of 21.82º 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 #FFA470 is Cyan = 0, Magento = 0.36, Yellow = 0.56 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 164 | 112 | - |
| CMYK | 0 | 0.36 | 0.56 | 0 |
| HSL | 21.82º | 1% | 0.72% | - |
| HSV(B) | 21.82º | 0.56% | 1% | - |
| XYZ | 57.44 | 48.98 | 21.76 | - |
| YUV | 185.28 | 86.65 | 177.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 164 | 112 | 0 | 0.36 | 0.56 | 0 | 21.82 | 1 | 0.72 |
| Hex | FF | A4 | 70 | 0 | 24 | 38 | 0 | 16 | 64 | 48 |
| Octal | 377 | 244 | 160 | 0 | 44 | 70 | 0 | 26 | 144 | 110 |
| Binary | 11111111 | 10100100 | 1110000 | 0 | 100100 | 111000 | 0 | 10110 | 1100100 | 1001000 |
Color Harmonies of #FFA470
Complementary color
Monochromatic Colors of #FFA470
Black with #FFA470
Text Example
Text Example
White with #FFA470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA470; }
p { color: rgb(255,164,112); }
H1.HeaderClassName
{
color: #FFA470;
}
.AnyTagClassName
{
color: #FFA470;
}
</style>
background-color css
<style>
a { background-color: #FFA470; }
a { background-color: rgb(255,164,112); }
div.DivClassName
{
background-color: #FFA470;
}
.BgClassName
{
background-color: #FFA470;
}
</style>
border-color css
<style>
span { border-color: #FFA470; }
span { border-color: rgb(255,164,112); }
td.TdClassName
{
border-color: #FFA470;
}
.TagClassName
{
border-color: #FFA470;
}
</style>