Shades of Hit Pink #FEA577
Tints of Hit Pink #FEA577
RGB
CMYK
RGB Variations
Color information
#FEA577 (or 0xFEA577) is known color: Hit Pink. HEX triplet: FE, A5 and 77. RGB value is (254,165,119). Sum of RGB (Red+Green+Blue) = 254+165+119=538 (71% of max value = 765). Red value is 254 (99.61% from 255 or 47.21% from 538); Green value is 165 (64.84% from 255 or 30.67% from 538); Blue value is 119 (46.88% from 255 or 22.12% from 538); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA577 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEA577 is #015A88. Grayscale: #BABABA. Windows color (decimal): -88713 or 7841278. OLE color: 7841278.
HSL color Cylindrical-coordinate representation of color #FEA577: hue angle of 20.44º 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 #FEA577 is Cyan = 0, Magento = 0.35, Yellow = 0.53 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 165 | 119 | - |
| CMYK | 0 | 0.35 | 0.53 | 0.00 |
| HSL | 20.44º | 0.99% | 0.73% | - |
| HSV(B) | 20.44º | 0.53% | 1% | - |
| XYZ | 57.66 | 49.31 | 23.93 | - |
| YUV | 186.37 | 89.99 | 176.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 165 | 119 | 0 | 0.35 | 0.53 | 0.00 | 20.44 | 0.99 | 0.73 |
| Hex | FE | A5 | 77 | 0 | 23 | 35 | 0 | 14 | 63 | 49 |
| Octal | 376 | 245 | 167 | 0 | 43 | 65 | 0 | 24 | 143 | 111 |
| Binary | 11111110 | 10100101 | 1110111 | 0 | 100011 | 110101 | 0 | 10100 | 1100011 | 1001001 |
Color Harmonies of #FEA577
Complementary color
Monochromatic Colors of #FEA577
Black with #FEA577
Text Example
Text Example
White with #FEA577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA577; }
p { color: rgb(254,165,119); }
H1.HeaderClassName
{
color: #FEA577;
}
.AnyTagClassName
{
color: #FEA577;
}
</style>
background-color css
<style>
a { background-color: #FEA577; }
a { background-color: rgb(254,165,119); }
div.DivClassName
{
background-color: #FEA577;
}
.BgClassName
{
background-color: #FEA577;
}
</style>
border-color css
<style>
span { border-color: #FEA577; }
span { border-color: rgb(254,165,119); }
td.TdClassName
{
border-color: #FEA577;
}
.TagClassName
{
border-color: #FEA577;
}
</style>