Shades of Hit Pink #FEA875
Tints of Hit Pink #FEA875
RGB
CMYK
RGB Variations
Color information
#FEA875 (or 0xFEA875) is known color: Hit Pink. HEX triplet: FE, A8 and 75. RGB value is (254,168,117). Sum of RGB (Red+Green+Blue) = 254+168+117=539 (71% of max value = 765). Red value is 254 (99.61% from 255 or 47.12% from 539); Green value is 168 (66.02% from 255 or 31.17% from 539); Blue value is 117 (46.09% from 255 or 21.71% from 539); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA875 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEA875 is #01578A. Grayscale: #BCBCBC. Windows color (decimal): -87947 or 7710974. OLE color: 7710974.
HSL color Cylindrical-coordinate representation of color #FEA875: hue angle of 22.34º 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 #FEA875 is Cyan = 0, Magento = 0.34, Yellow = 0.54 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 168 | 117 | - |
| CMYK | 0 | 0.34 | 0.54 | 0.00 |
| HSL | 22.34º | 0.99% | 0.73% | - |
| HSV(B) | 22.34º | 0.54% | 1% | - |
| XYZ | 58.09 | 50.36 | 23.49 | - |
| YUV | 187.9 | 87.99 | 175.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 168 | 117 | 0 | 0.34 | 0.54 | 0.00 | 22.34 | 0.99 | 0.73 |
| Hex | FE | A8 | 75 | 0 | 22 | 36 | 0 | 16 | 63 | 49 |
| Octal | 376 | 250 | 165 | 0 | 42 | 66 | 0 | 26 | 143 | 111 |
| Binary | 11111110 | 10101000 | 1110101 | 0 | 100010 | 110110 | 0 | 10110 | 1100011 | 1001001 |
Color Harmonies of #FEA875
Complementary color
Monochromatic Colors of #FEA875
Black with #FEA875
Text Example
Text Example
White with #FEA875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA875; }
p { color: rgb(254,168,117); }
H1.HeaderClassName
{
color: #FEA875;
}
.AnyTagClassName
{
color: #FEA875;
}
</style>
background-color css
<style>
a { background-color: #FEA875; }
a { background-color: rgb(254,168,117); }
div.DivClassName
{
background-color: #FEA875;
}
.BgClassName
{
background-color: #FEA875;
}
</style>
border-color css
<style>
span { border-color: #FEA875; }
span { border-color: rgb(254,168,117); }
td.TdClassName
{
border-color: #FEA875;
}
.TagClassName
{
border-color: #FEA875;
}
</style>