Shades of Hit Pink #FFA070
Tints of Hit Pink #FFA070
RGB
CMYK
RGB Variations
Color information
#FFA070 (or 0xFFA070) is known color: Hit Pink. HEX triplet: FF, A0 and 70. RGB value is (255,160,112). Sum of RGB (Red+Green+Blue) = 255+160+112=527 (69% of max value = 765). Red value is 255 (100% from 255 or 48.39% from 527); Green value is 160 (62.89% from 255 or 30.36% from 527); Blue value is 112 (44.14% from 255 or 21.25% from 527); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA070 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFA070 is #005F8F. Grayscale: #B7B7B7. Windows color (decimal): -24464 or 7381247. OLE color: 7381247.
HSL color Cylindrical-coordinate representation of color #FFA070: hue angle of 20.14º 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 #FFA070 is Cyan = 0, Magento = 0.37, Yellow = 0.56 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 160 | 112 | - |
| CMYK | 0 | 0.37 | 0.56 | 0 |
| HSL | 20.14º | 1% | 0.72% | - |
| HSV(B) | 20.14º | 0.56% | 1% | - |
| XYZ | 56.74 | 47.57 | 21.52 | - |
| YUV | 182.93 | 87.97 | 179.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 160 | 112 | 0 | 0.37 | 0.56 | 0 | 20.14 | 1 | 0.72 |
| Hex | FF | A0 | 70 | 0 | 25 | 38 | 0 | 14 | 64 | 48 |
| Octal | 377 | 240 | 160 | 0 | 45 | 70 | 0 | 24 | 144 | 110 |
| Binary | 11111111 | 10100000 | 1110000 | 0 | 100101 | 111000 | 0 | 10100 | 1100100 | 1001000 |
Color Harmonies of #FFA070
Complementary color
Monochromatic Colors of #FFA070
Black with #FFA070
Text Example
Text Example
White with #FFA070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA070; }
p { color: rgb(255,160,112); }
H1.HeaderClassName
{
color: #FFA070;
}
.AnyTagClassName
{
color: #FFA070;
}
</style>
background-color css
<style>
a { background-color: #FFA070; }
a { background-color: rgb(255,160,112); }
div.DivClassName
{
background-color: #FFA070;
}
.BgClassName
{
background-color: #FFA070;
}
</style>
border-color css
<style>
span { border-color: #FFA070; }
span { border-color: rgb(255,160,112); }
td.TdClassName
{
border-color: #FFA070;
}
.TagClassName
{
border-color: #FFA070;
}
</style>