Shades of Hit Pink #FEA878
Tints of Hit Pink #FEA878
RGB
CMYK
RGB Variations
Color information
#FEA878 (or 0xFEA878) is known color: Hit Pink. HEX triplet: FE, A8 and 78. RGB value is (254,168,120). Sum of RGB (Red+Green+Blue) = 254+168+120=542 (71% of max value = 765). Red value is 254 (99.61% from 255 or 46.86% from 542); Green value is 168 (66.02% from 255 or 31.00% from 542); Blue value is 120 (47.27% from 255 or 22.14% from 542); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA878 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEA878 is #015787. Grayscale: #BCBCBC. Windows color (decimal): -87944 or 7907582. OLE color: 7907582.
HSL color Cylindrical-coordinate representation of color #FEA878: hue angle of 21.49º 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 #FEA878 is Cyan = 0, Magento = 0.34, Yellow = 0.53 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 168 | 120 | - |
| CMYK | 0 | 0.34 | 0.53 | 0.00 |
| HSL | 21.49º | 0.99% | 0.73% | - |
| HSV(B) | 21.49º | 0.53% | 1% | - |
| XYZ | 58.27 | 50.43 | 24.43 | - |
| YUV | 188.24 | 89.49 | 174.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 168 | 120 | 0 | 0.34 | 0.53 | 0.00 | 21.49 | 0.99 | 0.73 |
| Hex | FE | A8 | 78 | 0 | 22 | 35 | 0 | 15 | 63 | 49 |
| Octal | 376 | 250 | 170 | 0 | 42 | 65 | 0 | 25 | 143 | 111 |
| Binary | 11111110 | 10101000 | 1111000 | 0 | 100010 | 110101 | 0 | 10101 | 1100011 | 1001001 |
Color Harmonies of #FEA878
Complementary color
Monochromatic Colors of #FEA878
Black with #FEA878
Text Example
Text Example
White with #FEA878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA878; }
p { color: rgb(254,168,120); }
H1.HeaderClassName
{
color: #FEA878;
}
.AnyTagClassName
{
color: #FEA878;
}
</style>
background-color css
<style>
a { background-color: #FEA878; }
a { background-color: rgb(254,168,120); }
div.DivClassName
{
background-color: #FEA878;
}
.BgClassName
{
background-color: #FEA878;
}
</style>
border-color css
<style>
span { border-color: #FEA878; }
span { border-color: rgb(254,168,120); }
td.TdClassName
{
border-color: #FEA878;
}
.TagClassName
{
border-color: #FEA878;
}
</style>