Shades of Hit Pink #FFA570
Tints of Hit Pink #FFA570
RGB
CMYK
RGB Variations
Color information
#FFA570 (or 0xFFA570) is known color: Hit Pink. HEX triplet: FF, A5 and 70. RGB value is (255,165,112). Sum of RGB (Red+Green+Blue) = 255+165+112=532 (70% of max value = 765). Red value is 255 (100% from 255 or 47.93% from 532); Green value is 165 (64.84% from 255 or 31.02% from 532); Blue value is 112 (44.14% from 255 or 21.05% from 532); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA570 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFA570 is #005A8F. Grayscale: #BABABA. Windows color (decimal): -23184 or 7382527. OLE color: 7382527.
HSL color Cylindrical-coordinate representation of color #FFA570: hue angle of 22.24º 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 #FFA570 is Cyan = 0, Magento = 0.35, Yellow = 0.56 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 165 | 112 | - |
| CMYK | 0 | 0.35 | 0.56 | 0 |
| HSL | 22.24º | 1% | 0.72% | - |
| HSV(B) | 22.24º | 0.56% | 1% | - |
| XYZ | 57.62 | 49.34 | 21.82 | - |
| YUV | 185.87 | 86.32 | 177.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 165 | 112 | 0 | 0.35 | 0.56 | 0 | 22.24 | 1 | 0.72 |
| Hex | FF | A5 | 70 | 0 | 23 | 38 | 0 | 16 | 64 | 48 |
| Octal | 377 | 245 | 160 | 0 | 43 | 70 | 0 | 26 | 144 | 110 |
| Binary | 11111111 | 10100101 | 1110000 | 0 | 100011 | 111000 | 0 | 10110 | 1100100 | 1001000 |
Color Harmonies of #FFA570
Complementary color
Monochromatic Colors of #FFA570
Black with #FFA570
Text Example
Text Example
White with #FFA570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA570; }
p { color: rgb(255,165,112); }
H1.HeaderClassName
{
color: #FFA570;
}
.AnyTagClassName
{
color: #FFA570;
}
</style>
background-color css
<style>
a { background-color: #FFA570; }
a { background-color: rgb(255,165,112); }
div.DivClassName
{
background-color: #FFA570;
}
.BgClassName
{
background-color: #FFA570;
}
</style>
border-color css
<style>
span { border-color: #FFA570; }
span { border-color: rgb(255,165,112); }
td.TdClassName
{
border-color: #FFA570;
}
.TagClassName
{
border-color: #FFA570;
}
</style>