Shades of Hit Pink #FEA978
Tints of Hit Pink #FEA978
RGB
CMYK
RGB Variations
Color information
#FEA978 (or 0xFEA978) is known color: Hit Pink. HEX triplet: FE, A9 and 78. RGB value is (254,169,120). Sum of RGB (Red+Green+Blue) = 254+169+120=543 (71% of max value = 765). Red value is 254 (99.61% from 255 or 46.78% from 543); Green value is 169 (66.41% from 255 or 31.12% from 543); Blue value is 120 (47.27% from 255 or 22.10% from 543); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA978 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEA978 is #015687. Grayscale: #BDBDBD. Windows color (decimal): -87688 or 7907838. OLE color: 7907838.
HSL color Cylindrical-coordinate representation of color #FEA978: hue angle of 21.94º 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 #FEA978 is Cyan = 0, Magento = 0.33, Yellow = 0.53 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 169 | 120 | - |
| CMYK | 0 | 0.33 | 0.53 | 0.00 |
| HSL | 21.94º | 0.99% | 0.73% | - |
| HSV(B) | 21.94º | 0.53% | 1% | - |
| XYZ | 58.45 | 50.8 | 24.49 | - |
| YUV | 188.83 | 89.16 | 174.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 169 | 120 | 0 | 0.33 | 0.53 | 0.00 | 21.94 | 0.99 | 0.73 |
| Hex | FE | A9 | 78 | 0 | 21 | 35 | 0 | 16 | 63 | 49 |
| Octal | 376 | 251 | 170 | 0 | 41 | 65 | 0 | 26 | 143 | 111 |
| Binary | 11111110 | 10101001 | 1111000 | 0 | 100001 | 110101 | 0 | 10110 | 1100011 | 1001001 |
Color Harmonies of #FEA978
Complementary color
Monochromatic Colors of #FEA978
Black with #FEA978
Text Example
Text Example
White with #FEA978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA978; }
p { color: rgb(254,169,120); }
H1.HeaderClassName
{
color: #FEA978;
}
.AnyTagClassName
{
color: #FEA978;
}
</style>
background-color css
<style>
a { background-color: #FEA978; }
a { background-color: rgb(254,169,120); }
div.DivClassName
{
background-color: #FEA978;
}
.BgClassName
{
background-color: #FEA978;
}
</style>
border-color css
<style>
span { border-color: #FEA978; }
span { border-color: rgb(254,169,120); }
td.TdClassName
{
border-color: #FEA978;
}
.TagClassName
{
border-color: #FEA978;
}
</style>