Shades of Hit Pink #FFA072
Tints of Hit Pink #FFA072
RGB
CMYK
RGB Variations
Color information
#FFA072 (or 0xFFA072) is known color: Hit Pink. HEX triplet: FF, A0 and 72. RGB value is (255,160,114). Sum of RGB (Red+Green+Blue) = 255+160+114=529 (70% of max value = 765). Red value is 255 (100% from 255 or 48.20% from 529); Green value is 160 (62.89% from 255 or 30.25% from 529); Blue value is 114 (44.92% from 255 or 21.55% from 529); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA072 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFA072 is #005F8D. Grayscale: #B7B7B7. Windows color (decimal): -24462 or 7512319. OLE color: 7512319.
HSL color Cylindrical-coordinate representation of color #FFA072: hue angle of 19.57º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FFA072 is Cyan = 0, Magento = 0.37, Yellow = 0.55 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 160 | 114 | - |
| CMYK | 0 | 0.37 | 0.55 | 0 |
| HSL | 19.57º | 1% | 0.72% | - |
| HSV(B) | 19.57º | 0.55% | 1% | - |
| XYZ | 56.85 | 47.62 | 22.11 | - |
| YUV | 183.16 | 88.97 | 179.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 160 | 114 | 0 | 0.37 | 0.55 | 0 | 19.57 | 1 | 0.72 |
| Hex | FF | A0 | 72 | 0 | 25 | 37 | 0 | 14 | 64 | 48 |
| Octal | 377 | 240 | 162 | 0 | 45 | 67 | 0 | 24 | 144 | 110 |
| Binary | 11111111 | 10100000 | 1110010 | 0 | 100101 | 110111 | 0 | 10100 | 1100100 | 1001000 |
Color Harmonies of #FFA072
Complementary color
Monochromatic Colors of #FFA072
Black with #FFA072
Text Example
Text Example
White with #FFA072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA072; }
p { color: rgb(255,160,114); }
H1.HeaderClassName
{
color: #FFA072;
}
.AnyTagClassName
{
color: #FFA072;
}
</style>
background-color css
<style>
a { background-color: #FFA072; }
a { background-color: rgb(255,160,114); }
div.DivClassName
{
background-color: #FFA072;
}
.BgClassName
{
background-color: #FFA072;
}
</style>
border-color css
<style>
span { border-color: #FFA072; }
span { border-color: rgb(255,160,114); }
td.TdClassName
{
border-color: #FFA072;
}
.TagClassName
{
border-color: #FFA072;
}
</style>