Shades of Hit Pink #FFA170
Tints of Hit Pink #FFA170
RGB
CMYK
RGB Variations
Color information
#FFA170 (or 0xFFA170) is known color: Hit Pink. HEX triplet: FF, A1 and 70. RGB value is (255,161,112). Sum of RGB (Red+Green+Blue) = 255+161+112=528 (69% of max value = 765). Red value is 255 (100% from 255 or 48.30% from 528); Green value is 161 (63.28% from 255 or 30.49% from 528); Blue value is 112 (44.14% from 255 or 21.21% from 528); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA170 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFA170 is #005E8F. Grayscale: #B7B7B7. Windows color (decimal): -24208 or 7381503. OLE color: 7381503.
HSL color Cylindrical-coordinate representation of color #FFA170: hue angle of 20.56º 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 #FFA170 is Cyan = 0, Magento = 0.37, Yellow = 0.56 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 161 | 112 | - |
| CMYK | 0 | 0.37 | 0.56 | 0 |
| HSL | 20.56º | 1% | 0.72% | - |
| HSV(B) | 20.56º | 0.56% | 1% | - |
| XYZ | 56.91 | 47.92 | 21.58 | - |
| YUV | 183.52 | 87.64 | 178.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 161 | 112 | 0 | 0.37 | 0.56 | 0 | 20.56 | 1 | 0.72 |
| Hex | FF | A1 | 70 | 0 | 25 | 38 | 0 | 15 | 64 | 48 |
| Octal | 377 | 241 | 160 | 0 | 45 | 70 | 0 | 25 | 144 | 110 |
| Binary | 11111111 | 10100001 | 1110000 | 0 | 100101 | 111000 | 0 | 10101 | 1100100 | 1001000 |
Color Harmonies of #FFA170
Complementary color
Monochromatic Colors of #FFA170
Black with #FFA170
Text Example
Text Example
White with #FFA170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA170; }
p { color: rgb(255,161,112); }
H1.HeaderClassName
{
color: #FFA170;
}
.AnyTagClassName
{
color: #FFA170;
}
</style>
background-color css
<style>
a { background-color: #FFA170; }
a { background-color: rgb(255,161,112); }
div.DivClassName
{
background-color: #FFA170;
}
.BgClassName
{
background-color: #FFA170;
}
</style>
border-color css
<style>
span { border-color: #FFA170; }
span { border-color: rgb(255,161,112); }
td.TdClassName
{
border-color: #FFA170;
}
.TagClassName
{
border-color: #FFA170;
}
</style>