Shades of Hit Pink #FEAA77
Tints of Hit Pink #FEAA77
RGB
CMYK
RGB Variations
Color information
#FEAA77 (or 0xFEAA77) is known color: Hit Pink. HEX triplet: FE, AA and 77. RGB value is (254,170,119). Sum of RGB (Red+Green+Blue) = 254+170+119=543 (71% of max value = 765). Red value is 254 (99.61% from 255 or 46.78% from 543); Green value is 170 (66.80% from 255 or 31.31% from 543); Blue value is 119 (46.88% from 255 or 21.92% from 543); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAA77 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEAA77 is #015588. Grayscale: #BDBDBD. Windows color (decimal): -87433 or 7842558. OLE color: 7842558.
HSL color Cylindrical-coordinate representation of color #FEAA77: hue angle of 22.67º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FEAA77 is Cyan = 0, Magento = 0.33, Yellow = 0.53 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 170 | 119 | - |
| CMYK | 0 | 0.33 | 0.53 | 0.00 |
| HSL | 22.67º | 0.99% | 0.73% | - |
| HSV(B) | 22.67º | 0.53% | 1% | - |
| XYZ | 58.58 | 51.15 | 24.24 | - |
| YUV | 189.3 | 88.33 | 174.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 170 | 119 | 0 | 0.33 | 0.53 | 0.00 | 22.67 | 0.99 | 0.73 |
| Hex | FE | AA | 77 | 0 | 21 | 35 | 0 | 17 | 63 | 49 |
| Octal | 376 | 252 | 167 | 0 | 41 | 65 | 0 | 27 | 143 | 111 |
| Binary | 11111110 | 10101010 | 1110111 | 0 | 100001 | 110101 | 0 | 10111 | 1100011 | 1001001 |
Color Harmonies of #FEAA77
Complementary color
Monochromatic Colors of #FEAA77
Black with #FEAA77
Text Example
Text Example
White with #FEAA77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEAA77; }
p { color: rgb(254,170,119); }
H1.HeaderClassName
{
color: #FEAA77;
}
.AnyTagClassName
{
color: #FEAA77;
}
</style>
background-color css
<style>
a { background-color: #FEAA77; }
a { background-color: rgb(254,170,119); }
div.DivClassName
{
background-color: #FEAA77;
}
.BgClassName
{
background-color: #FEAA77;
}
</style>
border-color css
<style>
span { border-color: #FEAA77; }
span { border-color: rgb(254,170,119); }
td.TdClassName
{
border-color: #FEAA77;
}
.TagClassName
{
border-color: #FEAA77;
}
</style>