Shades of Hit Pink #FFAB71
Tints of Hit Pink #FFAB71
RGB
CMYK
RGB Variations
Color information
#FFAB71 (or 0xFFAB71) is known color: Hit Pink. HEX triplet: FF, AB and 71. RGB value is (255,171,113). Sum of RGB (Red+Green+Blue) = 255+171+113=539 (71% of max value = 765). Red value is 255 (100% from 255 or 47.31% from 539); Green value is 171 (67.19% from 255 or 31.73% from 539); Blue value is 113 (44.53% from 255 or 20.96% from 539); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAB71 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFAB71 is #00548E. Grayscale: #BDBDBD. Windows color (decimal): -21647 or 7449599. OLE color: 7449599.
HSL color Cylindrical-coordinate representation of color #FFAB71: hue angle of 24.51º 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 #FFAB71 is Cyan = 0, Magento = 0.33, Yellow = 0.56 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 171 | 113 | - |
| CMYK | 0 | 0.33 | 0.56 | 0 |
| HSL | 24.51º | 1% | 0.72% | - |
| HSV(B) | 24.51º | 0.56% | 1% | - |
| XYZ | 58.78 | 51.58 | 22.48 | - |
| YUV | 189.5 | 84.83 | 174.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 171 | 113 | 0 | 0.33 | 0.56 | 0 | 24.51 | 1 | 0.72 |
| Hex | FF | AB | 71 | 0 | 21 | 38 | 0 | 19 | 64 | 48 |
| Octal | 377 | 253 | 161 | 0 | 41 | 70 | 0 | 31 | 144 | 110 |
| Binary | 11111111 | 10101011 | 1110001 | 0 | 100001 | 111000 | 0 | 11001 | 1100100 | 1001000 |
Color Harmonies of #FFAB71
Complementary color
Monochromatic Colors of #FFAB71
Black with #FFAB71
Text Example
Text Example
White with #FFAB71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAB71; }
p { color: rgb(255,171,113); }
H1.HeaderClassName
{
color: #FFAB71;
}
.AnyTagClassName
{
color: #FFAB71;
}
</style>
background-color css
<style>
a { background-color: #FFAB71; }
a { background-color: rgb(255,171,113); }
div.DivClassName
{
background-color: #FFAB71;
}
.BgClassName
{
background-color: #FFAB71;
}
</style>
border-color css
<style>
span { border-color: #FFAB71; }
span { border-color: rgb(255,171,113); }
td.TdClassName
{
border-color: #FFAB71;
}
.TagClassName
{
border-color: #FFAB71;
}
</style>