Shades of Hit Pink #FFAB70
Tints of Hit Pink #FFAB70
RGB
CMYK
RGB Variations
Color information
#FFAB70 (or 0xFFAB70) is known color: Hit Pink. HEX triplet: FF, AB and 70. RGB value is (255,171,112). Sum of RGB (Red+Green+Blue) = 255+171+112=538 (71% of max value = 765). Red value is 255 (100% from 255 or 47.40% from 538); Green value is 171 (67.19% from 255 or 31.78% from 538); Blue value is 112 (44.14% from 255 or 20.82% from 538); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAB70 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFAB70 is #00548F. Grayscale: #BDBDBD. Windows color (decimal): -21648 or 7384063. OLE color: 7384063.
HSL color Cylindrical-coordinate representation of color #FFAB70: hue angle of 24.76º 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 #FFAB70 is Cyan = 0, Magento = 0.33, Yellow = 0.56 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 171 | 112 | - |
| CMYK | 0 | 0.33 | 0.56 | 0 |
| HSL | 24.76º | 1% | 0.72% | - |
| HSV(B) | 24.76º | 0.56% | 1% | - |
| XYZ | 58.73 | 51.56 | 22.19 | - |
| YUV | 189.39 | 84.33 | 174.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 171 | 112 | 0 | 0.33 | 0.56 | 0 | 24.76 | 1 | 0.72 |
| Hex | FF | AB | 70 | 0 | 21 | 38 | 0 | 19 | 64 | 48 |
| Octal | 377 | 253 | 160 | 0 | 41 | 70 | 0 | 31 | 144 | 110 |
| Binary | 11111111 | 10101011 | 1110000 | 0 | 100001 | 111000 | 0 | 11001 | 1100100 | 1001000 |
Color Harmonies of #FFAB70
Complementary color
Monochromatic Colors of #FFAB70
Black with #FFAB70
Text Example
Text Example
White with #FFAB70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAB70; }
p { color: rgb(255,171,112); }
H1.HeaderClassName
{
color: #FFAB70;
}
.AnyTagClassName
{
color: #FFAB70;
}
</style>
background-color css
<style>
a { background-color: #FFAB70; }
a { background-color: rgb(255,171,112); }
div.DivClassName
{
background-color: #FFAB70;
}
.BgClassName
{
background-color: #FFAB70;
}
</style>
border-color css
<style>
span { border-color: #FFAB70; }
span { border-color: rgb(255,171,112); }
td.TdClassName
{
border-color: #FFAB70;
}
.TagClassName
{
border-color: #FFAB70;
}
</style>