Shades of Hit Pink #FEA576
Tints of Hit Pink #FEA576
RGB
CMYK
RGB Variations
Color information
#FEA576 (or 0xFEA576) is known color: Hit Pink. HEX triplet: FE, A5 and 76. RGB value is (254,165,118). Sum of RGB (Red+Green+Blue) = 254+165+118=537 (71% of max value = 765). Red value is 254 (99.61% from 255 or 47.30% from 537); Green value is 165 (64.84% from 255 or 30.73% from 537); Blue value is 118 (46.48% from 255 or 21.97% from 537); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA576 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEA576 is #015A89. Grayscale: #BABABA. Windows color (decimal): -88714 or 7775742. OLE color: 7775742.
HSL color Cylindrical-coordinate representation of color #FEA576: hue angle of 20.74º 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 #FEA576 is Cyan = 0, Magento = 0.35, Yellow = 0.54 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 165 | 118 | - |
| CMYK | 0 | 0.35 | 0.54 | 0.00 |
| HSL | 20.74º | 0.99% | 0.73% | - |
| HSV(B) | 20.74º | 0.54% | 1% | - |
| XYZ | 57.6 | 49.29 | 23.62 | - |
| YUV | 186.25 | 89.49 | 176.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 165 | 118 | 0 | 0.35 | 0.54 | 0.00 | 20.74 | 0.99 | 0.73 |
| Hex | FE | A5 | 76 | 0 | 23 | 36 | 0 | 15 | 63 | 49 |
| Octal | 376 | 245 | 166 | 0 | 43 | 66 | 0 | 25 | 143 | 111 |
| Binary | 11111110 | 10100101 | 1110110 | 0 | 100011 | 110110 | 0 | 10101 | 1100011 | 1001001 |
Color Harmonies of #FEA576
Complementary color
Monochromatic Colors of #FEA576
Black with #FEA576
Text Example
Text Example
White with #FEA576
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA576; }
p { color: rgb(254,165,118); }
H1.HeaderClassName
{
color: #FEA576;
}
.AnyTagClassName
{
color: #FEA576;
}
</style>
background-color css
<style>
a { background-color: #FEA576; }
a { background-color: rgb(254,165,118); }
div.DivClassName
{
background-color: #FEA576;
}
.BgClassName
{
background-color: #FEA576;
}
</style>
border-color css
<style>
span { border-color: #FEA576; }
span { border-color: rgb(254,165,118); }
td.TdClassName
{
border-color: #FEA576;
}
.TagClassName
{
border-color: #FEA576;
}
</style>