Shades of Hit Pink #FEA975
Tints of Hit Pink #FEA975
RGB
CMYK
RGB Variations
Color information
#FEA975 (or 0xFEA975) is known color: Hit Pink. HEX triplet: FE, A9 and 75. RGB value is (254,169,117). Sum of RGB (Red+Green+Blue) = 254+169+117=540 (71% of max value = 765). Red value is 254 (99.61% from 255 or 47.04% from 540); Green value is 169 (66.41% from 255 or 31.30% from 540); Blue value is 117 (46.09% from 255 or 21.67% from 540); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA975 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEA975 is #01568A. Grayscale: #BCBCBC. Windows color (decimal): -87691 or 7711230. OLE color: 7711230.
HSL color Cylindrical-coordinate representation of color #FEA975: hue angle of 22.77º 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 #FEA975 is Cyan = 0, Magento = 0.33, Yellow = 0.54 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 169 | 117 | - |
| CMYK | 0 | 0.33 | 0.54 | 0.00 |
| HSL | 22.77º | 0.99% | 0.73% | - |
| HSV(B) | 22.77º | 0.54% | 1% | - |
| XYZ | 58.27 | 50.73 | 23.55 | - |
| YUV | 188.49 | 87.66 | 174.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 169 | 117 | 0 | 0.33 | 0.54 | 0.00 | 22.77 | 0.99 | 0.73 |
| Hex | FE | A9 | 75 | 0 | 21 | 36 | 0 | 17 | 63 | 49 |
| Octal | 376 | 251 | 165 | 0 | 41 | 66 | 0 | 27 | 143 | 111 |
| Binary | 11111110 | 10101001 | 1110101 | 0 | 100001 | 110110 | 0 | 10111 | 1100011 | 1001001 |
Color Harmonies of #FEA975
Complementary color
Monochromatic Colors of #FEA975
Black with #FEA975
Text Example
Text Example
White with #FEA975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA975; }
p { color: rgb(254,169,117); }
H1.HeaderClassName
{
color: #FEA975;
}
.AnyTagClassName
{
color: #FEA975;
}
</style>
background-color css
<style>
a { background-color: #FEA975; }
a { background-color: rgb(254,169,117); }
div.DivClassName
{
background-color: #FEA975;
}
.BgClassName
{
background-color: #FEA975;
}
</style>
border-color css
<style>
span { border-color: #FEA975; }
span { border-color: rgb(254,169,117); }
td.TdClassName
{
border-color: #FEA975;
}
.TagClassName
{
border-color: #FEA975;
}
</style>