Shades of Hit Pink #FEA675
Tints of Hit Pink #FEA675
RGB
CMYK
RGB Variations
Color information
#FEA675 (or 0xFEA675) is known color: Hit Pink. HEX triplet: FE, A6 and 75. RGB value is (254,166,117). Sum of RGB (Red+Green+Blue) = 254+166+117=537 (71% of max value = 765). Red value is 254 (99.61% from 255 or 47.30% from 537); Green value is 166 (65.23% from 255 or 30.91% from 537); Blue value is 117 (46.09% from 255 or 21.79% from 537); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA675 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEA675 is #01598A. Grayscale: #BBBBBB. Windows color (decimal): -88459 or 7710462. OLE color: 7710462.
HSL color Cylindrical-coordinate representation of color #FEA675: hue angle of 21.46º 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 #FEA675 is Cyan = 0, Magento = 0.35, Yellow = 0.54 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 166 | 117 | - |
| CMYK | 0 | 0.35 | 0.54 | 0.00 |
| HSL | 21.46º | 0.99% | 0.73% | - |
| HSV(B) | 21.46º | 0.54% | 1% | - |
| XYZ | 57.72 | 49.63 | 23.37 | - |
| YUV | 186.73 | 88.65 | 175.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 166 | 117 | 0 | 0.35 | 0.54 | 0.00 | 21.46 | 0.99 | 0.73 |
| Hex | FE | A6 | 75 | 0 | 23 | 36 | 0 | 15 | 63 | 49 |
| Octal | 376 | 246 | 165 | 0 | 43 | 66 | 0 | 25 | 143 | 111 |
| Binary | 11111110 | 10100110 | 1110101 | 0 | 100011 | 110110 | 0 | 10101 | 1100011 | 1001001 |
Color Harmonies of #FEA675
Complementary color
Monochromatic Colors of #FEA675
Black with #FEA675
Text Example
Text Example
White with #FEA675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA675; }
p { color: rgb(254,166,117); }
H1.HeaderClassName
{
color: #FEA675;
}
.AnyTagClassName
{
color: #FEA675;
}
</style>
background-color css
<style>
a { background-color: #FEA675; }
a { background-color: rgb(254,166,117); }
div.DivClassName
{
background-color: #FEA675;
}
.BgClassName
{
background-color: #FEA675;
}
</style>
border-color css
<style>
span { border-color: #FEA675; }
span { border-color: rgb(254,166,117); }
td.TdClassName
{
border-color: #FEA675;
}
.TagClassName
{
border-color: #FEA675;
}
</style>