Shades of Hit Pink #FFA073
Tints of Hit Pink #FFA073
RGB
CMYK
RGB Variations
Color information
#FFA073 (or 0xFFA073) is known color: Hit Pink. HEX triplet: FF, A0 and 73. RGB value is (255,160,115). Sum of RGB (Red+Green+Blue) = 255+160+115=530 (70% of max value = 765). Red value is 255 (100% from 255 or 48.11% from 530); Green value is 160 (62.89% from 255 or 30.19% from 530); Blue value is 115 (45.31% from 255 or 21.70% from 530); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA073 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFA073 is #005F8C. Grayscale: #B7B7B7. Windows color (decimal): -24461 or 7577855. OLE color: 7577855.
HSL color Cylindrical-coordinate representation of color #FFA073: hue angle of 19.29º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FFA073 is Cyan = 0, Magento = 0.37, Yellow = 0.55 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 160 | 115 | - |
| CMYK | 0 | 0.37 | 0.55 | 0 |
| HSL | 19.29º | 1% | 0.73% | - |
| HSV(B) | 19.29º | 0.55% | 1% | - |
| XYZ | 56.91 | 47.64 | 22.42 | - |
| YUV | 183.28 | 89.47 | 179.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 160 | 115 | 0 | 0.37 | 0.55 | 0 | 19.29 | 1 | 0.73 |
| Hex | FF | A0 | 73 | 0 | 25 | 37 | 0 | 13 | 64 | 49 |
| Octal | 377 | 240 | 163 | 0 | 45 | 67 | 0 | 23 | 144 | 111 |
| Binary | 11111111 | 10100000 | 1110011 | 0 | 100101 | 110111 | 0 | 10011 | 1100100 | 1001001 |
Color Harmonies of #FFA073
Complementary color
Monochromatic Colors of #FFA073
Black with #FFA073
Text Example
Text Example
White with #FFA073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA073; }
p { color: rgb(255,160,115); }
H1.HeaderClassName
{
color: #FFA073;
}
.AnyTagClassName
{
color: #FFA073;
}
</style>
background-color css
<style>
a { background-color: #FFA073; }
a { background-color: rgb(255,160,115); }
div.DivClassName
{
background-color: #FFA073;
}
.BgClassName
{
background-color: #FFA073;
}
</style>
border-color css
<style>
span { border-color: #FFA073; }
span { border-color: rgb(255,160,115); }
td.TdClassName
{
border-color: #FFA073;
}
.TagClassName
{
border-color: #FFA073;
}
</style>