Shades of Hit Pink #FEA16E
Tints of Hit Pink #FEA16E
RGB
CMYK
RGB Variations
Color information
#FEA16E (or 0xFEA16E) is known color: Hit Pink. HEX triplet: FE, A1 and 6E. RGB value is (254,161,110). Sum of RGB (Red+Green+Blue) = 254+161+110=525 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.38% from 525); Green value is 161 (63.28% from 255 or 30.67% from 525); Blue value is 110 (43.36% from 255 or 20.95% from 525); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA16E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEA16E is #015E91. Grayscale: #B7B7B7. Windows color (decimal): -89746 or 7250430. OLE color: 7250430.
HSL color Cylindrical-coordinate representation of color #FEA16E: hue angle of 21.25º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FEA16E is Cyan = 0, Magento = 0.37, Yellow = 0.57 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 161 | 110 | - |
| CMYK | 0 | 0.37 | 0.57 | 0.00 |
| HSL | 21.25º | 0.99% | 0.71% | - |
| HSV(B) | 21.25º | 0.57% | 1% | - |
| XYZ | 56.43 | 47.69 | 20.98 | - |
| YUV | 182.99 | 86.81 | 178.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 161 | 110 | 0 | 0.37 | 0.57 | 0.00 | 21.25 | 0.99 | 0.71 |
| Hex | FE | A1 | 6E | 0 | 25 | 39 | 0 | 15 | 63 | 47 |
| Octal | 376 | 241 | 156 | 0 | 45 | 71 | 0 | 25 | 143 | 107 |
| Binary | 11111110 | 10100001 | 1101110 | 0 | 100101 | 111001 | 0 | 10101 | 1100011 | 1000111 |
Color Harmonies of #FEA16E
Complementary color
Monochromatic Colors of #FEA16E
Black with #FEA16E
Text Example
Text Example
White with #FEA16E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA16E; }
p { color: rgb(254,161,110); }
H1.HeaderClassName
{
color: #FEA16E;
}
.AnyTagClassName
{
color: #FEA16E;
}
</style>
background-color css
<style>
a { background-color: #FEA16E; }
a { background-color: rgb(254,161,110); }
div.DivClassName
{
background-color: #FEA16E;
}
.BgClassName
{
background-color: #FEA16E;
}
</style>
border-color css
<style>
span { border-color: #FEA16E; }
span { border-color: rgb(254,161,110); }
td.TdClassName
{
border-color: #FEA16E;
}
.TagClassName
{
border-color: #FEA16E;
}
</style>