Shades of Hit Pink #FEA874
Tints of Hit Pink #FEA874
RGB
CMYK
RGB Variations
Color information
#FEA874 (or 0xFEA874) is known color: Hit Pink. HEX triplet: FE, A8 and 74. RGB value is (254,168,116). Sum of RGB (Red+Green+Blue) = 254+168+116=538 (71% of max value = 765). Red value is 254 (99.61% from 255 or 47.21% from 538); Green value is 168 (66.02% from 255 or 31.23% from 538); Blue value is 116 (45.70% from 255 or 21.56% from 538); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA874 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEA874 is #01578B. Grayscale: #BCBCBC. Windows color (decimal): -87948 or 7645438. OLE color: 7645438.
HSL color Cylindrical-coordinate representation of color #FEA874: hue angle of 22.61º 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 #FEA874 is Cyan = 0, Magento = 0.34, Yellow = 0.54 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 168 | 116 | - |
| CMYK | 0 | 0.34 | 0.54 | 0.00 |
| HSL | 22.61º | 0.99% | 0.73% | - |
| HSV(B) | 22.61º | 0.54% | 1% | - |
| XYZ | 58.03 | 50.34 | 23.18 | - |
| YUV | 187.79 | 87.49 | 175.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 168 | 116 | 0 | 0.34 | 0.54 | 0.00 | 22.61 | 0.99 | 0.73 |
| Hex | FE | A8 | 74 | 0 | 22 | 36 | 0 | 17 | 63 | 49 |
| Octal | 376 | 250 | 164 | 0 | 42 | 66 | 0 | 27 | 143 | 111 |
| Binary | 11111110 | 10101000 | 1110100 | 0 | 100010 | 110110 | 0 | 10111 | 1100011 | 1001001 |
Color Harmonies of #FEA874
Complementary color
Monochromatic Colors of #FEA874
Black with #FEA874
Text Example
Text Example
White with #FEA874
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA874; }
p { color: rgb(254,168,116); }
H1.HeaderClassName
{
color: #FEA874;
}
.AnyTagClassName
{
color: #FEA874;
}
</style>
background-color css
<style>
a { background-color: #FEA874; }
a { background-color: rgb(254,168,116); }
div.DivClassName
{
background-color: #FEA874;
}
.BgClassName
{
background-color: #FEA874;
}
</style>
border-color css
<style>
span { border-color: #FEA874; }
span { border-color: rgb(254,168,116); }
td.TdClassName
{
border-color: #FEA874;
}
.TagClassName
{
border-color: #FEA874;
}
</style>