Shades of Hit Pink #FEA970
Tints of Hit Pink #FEA970
RGB
CMYK
RGB Variations
Color information
#FEA970 (or 0xFEA970) is known color: Hit Pink. HEX triplet: FE, A9 and 70. RGB value is (254,169,112). Sum of RGB (Red+Green+Blue) = 254+169+112=535 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.48% from 535); Green value is 169 (66.41% from 255 or 31.59% from 535); Blue value is 112 (44.14% from 255 or 20.93% from 535); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA970 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEA970 is #01568F. Grayscale: #BCBCBC. Windows color (decimal): -87696 or 7383550. OLE color: 7383550.
HSL color Cylindrical-coordinate representation of color #FEA970: hue angle of 24.08º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FEA970 is Cyan = 0, Magento = 0.33, Yellow = 0.56 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 169 | 112 | - |
| CMYK | 0 | 0.33 | 0.56 | 0.00 |
| HSL | 24.08º | 0.99% | 0.72% | - |
| HSV(B) | 24.08º | 0.56% | 1% | - |
| XYZ | 57.99 | 50.62 | 22.04 | - |
| YUV | 187.92 | 85.16 | 175.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 169 | 112 | 0 | 0.33 | 0.56 | 0.00 | 24.08 | 0.99 | 0.72 |
| Hex | FE | A9 | 70 | 0 | 21 | 38 | 0 | 18 | 63 | 48 |
| Octal | 376 | 251 | 160 | 0 | 41 | 70 | 0 | 30 | 143 | 110 |
| Binary | 11111110 | 10101001 | 1110000 | 0 | 100001 | 111000 | 0 | 11000 | 1100011 | 1001000 |
Color Harmonies of #FEA970
Complementary color
Monochromatic Colors of #FEA970
Black with #FEA970
Text Example
Text Example
White with #FEA970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA970; }
p { color: rgb(254,169,112); }
H1.HeaderClassName
{
color: #FEA970;
}
.AnyTagClassName
{
color: #FEA970;
}
</style>
background-color css
<style>
a { background-color: #FEA970; }
a { background-color: rgb(254,169,112); }
div.DivClassName
{
background-color: #FEA970;
}
.BgClassName
{
background-color: #FEA970;
}
</style>
border-color css
<style>
span { border-color: #FEA970; }
span { border-color: rgb(254,169,112); }
td.TdClassName
{
border-color: #FEA970;
}
.TagClassName
{
border-color: #FEA970;
}
</style>