Shades of Hit Pink #FEAA74
Tints of Hit Pink #FEAA74
RGB
CMYK
RGB Variations
Color information
#FEAA74 (or 0xFEAA74) is known color: Hit Pink. HEX triplet: FE, AA and 74. RGB value is (254,170,116). Sum of RGB (Red+Green+Blue) = 254+170+116=540 (71% of max value = 765). Red value is 254 (99.61% from 255 or 47.04% from 540); Green value is 170 (66.80% from 255 or 31.48% from 540); Blue value is 116 (45.70% from 255 or 21.48% from 540); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAA74 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEAA74 is #01558B. Grayscale: #BDBDBD. Windows color (decimal): -87436 or 7645950. OLE color: 7645950.
HSL color Cylindrical-coordinate representation of color #FEAA74: hue angle of 23.48º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FEAA74 is Cyan = 0, Magento = 0.33, Yellow = 0.54 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 170 | 116 | - |
| CMYK | 0 | 0.33 | 0.54 | 0.00 |
| HSL | 23.48º | 0.99% | 0.73% | - |
| HSV(B) | 23.48º | 0.54% | 1% | - |
| XYZ | 58.4 | 51.08 | 23.3 | - |
| YUV | 188.96 | 86.83 | 174.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 170 | 116 | 0 | 0.33 | 0.54 | 0.00 | 23.48 | 0.99 | 0.73 |
| Hex | FE | AA | 74 | 0 | 21 | 36 | 0 | 17 | 63 | 49 |
| Octal | 376 | 252 | 164 | 0 | 41 | 66 | 0 | 27 | 143 | 111 |
| Binary | 11111110 | 10101010 | 1110100 | 0 | 100001 | 110110 | 0 | 10111 | 1100011 | 1001001 |
Color Harmonies of #FEAA74
Complementary color
Monochromatic Colors of #FEAA74
Black with #FEAA74
Text Example
Text Example
White with #FEAA74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEAA74; }
p { color: rgb(254,170,116); }
H1.HeaderClassName
{
color: #FEAA74;
}
.AnyTagClassName
{
color: #FEAA74;
}
</style>
background-color css
<style>
a { background-color: #FEAA74; }
a { background-color: rgb(254,170,116); }
div.DivClassName
{
background-color: #FEAA74;
}
.BgClassName
{
background-color: #FEAA74;
}
</style>
border-color css
<style>
span { border-color: #FEAA74; }
span { border-color: rgb(254,170,116); }
td.TdClassName
{
border-color: #FEAA74;
}
.TagClassName
{
border-color: #FEAA74;
}
</style>