Shades of Hit Pink #FFAD71
Tints of Hit Pink #FFAD71
RGB
CMYK
RGB Variations
Color information
#FFAD71 (or 0xFFAD71) is known color: Hit Pink. HEX triplet: FF, AD and 71. RGB value is (255,173,113). Sum of RGB (Red+Green+Blue) = 255+173+113=541 (71% of max value = 765). Red value is 255 (100% from 255 or 47.13% from 541); Green value is 173 (67.97% from 255 or 31.98% from 541); Blue value is 113 (44.53% from 255 or 20.89% from 541); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAD71 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFAD71 is #00528E. Grayscale: #BFBFBF. Windows color (decimal): -21135 or 7450111. OLE color: 7450111.
HSL color Cylindrical-coordinate representation of color #FFAD71: hue angle of 25.35º 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 #FFAD71 is Cyan = 0, Magento = 0.32, Yellow = 0.56 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 173 | 113 | - |
| CMYK | 0 | 0.32 | 0.56 | 0 |
| HSL | 25.35º | 1% | 0.72% | - |
| HSV(B) | 25.35º | 0.56% | 1% | - |
| XYZ | 59.16 | 52.34 | 22.61 | - |
| YUV | 190.68 | 84.17 | 173.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 173 | 113 | 0 | 0.32 | 0.56 | 0 | 25.35 | 1 | 0.72 |
| Hex | FF | AD | 71 | 0 | 20 | 38 | 0 | 19 | 64 | 48 |
| Octal | 377 | 255 | 161 | 0 | 40 | 70 | 0 | 31 | 144 | 110 |
| Binary | 11111111 | 10101101 | 1110001 | 0 | 100000 | 111000 | 0 | 11001 | 1100100 | 1001000 |
Color Harmonies of #FFAD71
Complementary color
Monochromatic Colors of #FFAD71
Black with #FFAD71
Text Example
Text Example
White with #FFAD71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAD71; }
p { color: rgb(255,173,113); }
H1.HeaderClassName
{
color: #FFAD71;
}
.AnyTagClassName
{
color: #FFAD71;
}
</style>
background-color css
<style>
a { background-color: #FFAD71; }
a { background-color: rgb(255,173,113); }
div.DivClassName
{
background-color: #FFAD71;
}
.BgClassName
{
background-color: #FFAD71;
}
</style>
border-color css
<style>
span { border-color: #FFAD71; }
span { border-color: rgb(255,173,113); }
td.TdClassName
{
border-color: #FFAD71;
}
.TagClassName
{
border-color: #FFAD71;
}
</style>