Shades of Hit Pink #FFA573
Tints of Hit Pink #FFA573
RGB
CMYK
RGB Variations
Color information
#FFA573 (or 0xFFA573) is known color: Hit Pink. HEX triplet: FF, A5 and 73. RGB value is (255,165,115). Sum of RGB (Red+Green+Blue) = 255+165+115=535 (70% of max value = 765). Red value is 255 (100% from 255 or 47.66% from 535); Green value is 165 (64.84% from 255 or 30.84% from 535); Blue value is 115 (45.31% from 255 or 21.50% from 535); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA573 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFA573 is #005A8C. Grayscale: #BABABA. Windows color (decimal): -23181 or 7579135. OLE color: 7579135.
HSL color Cylindrical-coordinate representation of color #FFA573: hue angle of 21.43º 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 #FFA573 is Cyan = 0, Magento = 0.35, Yellow = 0.55 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 165 | 115 | - |
| CMYK | 0 | 0.35 | 0.55 | 0 |
| HSL | 21.43º | 1% | 0.73% | - |
| HSV(B) | 21.43º | 0.55% | 1% | - |
| XYZ | 57.79 | 49.41 | 22.71 | - |
| YUV | 186.21 | 87.82 | 177.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 165 | 115 | 0 | 0.35 | 0.55 | 0 | 21.43 | 1 | 0.73 |
| Hex | FF | A5 | 73 | 0 | 23 | 37 | 0 | 15 | 64 | 49 |
| Octal | 377 | 245 | 163 | 0 | 43 | 67 | 0 | 25 | 144 | 111 |
| Binary | 11111111 | 10100101 | 1110011 | 0 | 100011 | 110111 | 0 | 10101 | 1100100 | 1001001 |
Color Harmonies of #FFA573
Complementary color
Monochromatic Colors of #FFA573
Black with #FFA573
Text Example
Text Example
White with #FFA573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA573; }
p { color: rgb(255,165,115); }
H1.HeaderClassName
{
color: #FFA573;
}
.AnyTagClassName
{
color: #FFA573;
}
</style>
background-color css
<style>
a { background-color: #FFA573; }
a { background-color: rgb(255,165,115); }
div.DivClassName
{
background-color: #FFA573;
}
.BgClassName
{
background-color: #FFA573;
}
</style>
border-color css
<style>
span { border-color: #FFA573; }
span { border-color: rgb(255,165,115); }
td.TdClassName
{
border-color: #FFA573;
}
.TagClassName
{
border-color: #FFA573;
}
</style>