Shades of Hit Pink #FFAB76
Tints of Hit Pink #FFAB76
RGB
CMYK
RGB Variations
Color information
#FFAB76 (or 0xFFAB76) is known color: Hit Pink. HEX triplet: FF, AB and 76. RGB value is (255,171,118). Sum of RGB (Red+Green+Blue) = 255+171+118=544 (72% of max value = 765). Red value is 255 (100% from 255 or 46.88% from 544); Green value is 171 (67.19% from 255 or 31.43% from 544); Blue value is 118 (46.48% from 255 or 21.69% from 544); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAB76 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFAB76 is #005489. Grayscale: #BEBEBE. Windows color (decimal): -21642 or 7777279. OLE color: 7777279.
HSL color Cylindrical-coordinate representation of color #FFAB76: hue angle of 23.21º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FFAB76 is Cyan = 0, Magento = 0.33, Yellow = 0.54 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 171 | 118 | - |
| CMYK | 0 | 0.33 | 0.54 | 0 |
| HSL | 23.21º | 1% | 0.73% | - |
| HSV(B) | 23.21º | 0.54% | 1% | - |
| XYZ | 59.07 | 51.69 | 24 | - |
| YUV | 190.07 | 87.33 | 174.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 171 | 118 | 0 | 0.33 | 0.54 | 0 | 23.21 | 1 | 0.73 |
| Hex | FF | AB | 76 | 0 | 21 | 36 | 0 | 17 | 64 | 49 |
| Octal | 377 | 253 | 166 | 0 | 41 | 66 | 0 | 27 | 144 | 111 |
| Binary | 11111111 | 10101011 | 1110110 | 0 | 100001 | 110110 | 0 | 10111 | 1100100 | 1001001 |
Color Harmonies of #FFAB76
Complementary color
Monochromatic Colors of #FFAB76
Black with #FFAB76
Text Example
Text Example
White with #FFAB76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAB76; }
p { color: rgb(255,171,118); }
H1.HeaderClassName
{
color: #FFAB76;
}
.AnyTagClassName
{
color: #FFAB76;
}
</style>
background-color css
<style>
a { background-color: #FFAB76; }
a { background-color: rgb(255,171,118); }
div.DivClassName
{
background-color: #FFAB76;
}
.BgClassName
{
background-color: #FFAB76;
}
</style>
border-color css
<style>
span { border-color: #FFAB76; }
span { border-color: rgb(255,171,118); }
td.TdClassName
{
border-color: #FFAB76;
}
.TagClassName
{
border-color: #FFAB76;
}
</style>