Shades of Hit Pink #FFA873
Tints of Hit Pink #FFA873
RGB
CMYK
RGB Variations
Color information
#FFA873 (or 0xFFA873) is known color: Hit Pink. HEX triplet: FF, A8 and 73. RGB value is (255,168,115). Sum of RGB (Red+Green+Blue) = 255+168+115=538 (71% of max value = 765). Red value is 255 (100% from 255 or 47.40% from 538); Green value is 168 (66.02% from 255 or 31.23% from 538); Blue value is 115 (45.31% from 255 or 21.38% from 538); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA873 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFA873 is #00578C. Grayscale: #BCBCBC. Windows color (decimal): -22413 or 7579903. OLE color: 7579903.
HSL color Cylindrical-coordinate representation of color #FFA873: hue angle of 22.71º 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 #FFA873 is Cyan = 0, Magento = 0.34, Yellow = 0.55 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 168 | 115 | - |
| CMYK | 0 | 0.34 | 0.55 | 0 |
| HSL | 22.71º | 1% | 0.73% | - |
| HSV(B) | 22.71º | 0.55% | 1% | - |
| XYZ | 58.34 | 50.5 | 22.89 | - |
| YUV | 187.97 | 86.82 | 175.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 168 | 115 | 0 | 0.34 | 0.55 | 0 | 22.71 | 1 | 0.73 |
| Hex | FF | A8 | 73 | 0 | 22 | 37 | 0 | 17 | 64 | 49 |
| Octal | 377 | 250 | 163 | 0 | 42 | 67 | 0 | 27 | 144 | 111 |
| Binary | 11111111 | 10101000 | 1110011 | 0 | 100010 | 110111 | 0 | 10111 | 1100100 | 1001001 |
Color Harmonies of #FFA873
Complementary color
Monochromatic Colors of #FFA873
Black with #FFA873
Text Example
Text Example
White with #FFA873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA873; }
p { color: rgb(255,168,115); }
H1.HeaderClassName
{
color: #FFA873;
}
.AnyTagClassName
{
color: #FFA873;
}
</style>
background-color css
<style>
a { background-color: #FFA873; }
a { background-color: rgb(255,168,115); }
div.DivClassName
{
background-color: #FFA873;
}
.BgClassName
{
background-color: #FFA873;
}
</style>
border-color css
<style>
span { border-color: #FFA873; }
span { border-color: rgb(255,168,115); }
td.TdClassName
{
border-color: #FFA873;
}
.TagClassName
{
border-color: #FFA873;
}
</style>