Shades of Hit Pink #FEA16D
Tints of Hit Pink #FEA16D
RGB
CMYK
RGB Variations
Color information
#FEA16D (or 0xFEA16D) is known color: Hit Pink. HEX triplet: FE, A1 and 6D. RGB value is (254,161,109). Sum of RGB (Red+Green+Blue) = 254+161+109=524 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.47% from 524); Green value is 161 (63.28% from 255 or 30.73% from 524); Blue value is 109 (42.97% from 255 or 20.80% from 524); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA16D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEA16D is #015E92. Grayscale: #B7B7B7. Windows color (decimal): -89747 or 7184894. OLE color: 7184894.
HSL color Cylindrical-coordinate representation of color #FEA16D: hue angle of 21.52º 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 #FEA16D is Cyan = 0, Magento = 0.37, Yellow = 0.57 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 161 | 109 | - |
| CMYK | 0 | 0.37 | 0.57 | 0.00 |
| HSL | 21.52º | 0.99% | 0.71% | - |
| HSV(B) | 21.52º | 0.57% | 1% | - |
| XYZ | 56.38 | 47.66 | 20.7 | - |
| YUV | 182.88 | 86.31 | 178.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 161 | 109 | 0 | 0.37 | 0.57 | 0.00 | 21.52 | 0.99 | 0.71 |
| Hex | FE | A1 | 6D | 0 | 25 | 39 | 0 | 16 | 63 | 47 |
| Octal | 376 | 241 | 155 | 0 | 45 | 71 | 0 | 26 | 143 | 107 |
| Binary | 11111110 | 10100001 | 1101101 | 0 | 100101 | 111001 | 0 | 10110 | 1100011 | 1000111 |
Color Harmonies of #FEA16D
Complementary color
Monochromatic Colors of #FEA16D
Black with #FEA16D
Text Example
Text Example
White with #FEA16D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA16D; }
p { color: rgb(254,161,109); }
H1.HeaderClassName
{
color: #FEA16D;
}
.AnyTagClassName
{
color: #FEA16D;
}
</style>
background-color css
<style>
a { background-color: #FEA16D; }
a { background-color: rgb(254,161,109); }
div.DivClassName
{
background-color: #FEA16D;
}
.BgClassName
{
background-color: #FEA16D;
}
</style>
border-color css
<style>
span { border-color: #FEA16D; }
span { border-color: rgb(254,161,109); }
td.TdClassName
{
border-color: #FEA16D;
}
.TagClassName
{
border-color: #FEA16D;
}
</style>