Shades of Hit Pink #FEA16B
Tints of Hit Pink #FEA16B
RGB
CMYK
RGB Variations
Color information
#FEA16B (or 0xFEA16B) is known color: Hit Pink. HEX triplet: FE, A1 and 6B. RGB value is (254,161,107). Sum of RGB (Red+Green+Blue) = 254+161+107=522 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.66% from 522); Green value is 161 (63.28% from 255 or 30.84% from 522); Blue value is 107 (42.19% from 255 or 20.50% from 522); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA16B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEA16B is #015E94. Grayscale: #B6B6B6. Windows color (decimal): -89749 or 7053822. OLE color: 7053822.
HSL color Cylindrical-coordinate representation of color #FEA16B: hue angle of 22.04º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FEA16B is Cyan = 0, Magento = 0.37, Yellow = 0.58 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 161 | 107 | - |
| CMYK | 0 | 0.37 | 0.58 | 0.00 |
| HSL | 22.04º | 0.99% | 0.71% | - |
| HSV(B) | 22.04º | 0.58% | 1% | - |
| XYZ | 56.27 | 47.62 | 20.14 | - |
| YUV | 182.65 | 85.31 | 178.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 161 | 107 | 0 | 0.37 | 0.58 | 0.00 | 22.04 | 0.99 | 0.71 |
| Hex | FE | A1 | 6B | 0 | 25 | 3A | 0 | 16 | 63 | 47 |
| Octal | 376 | 241 | 153 | 0 | 45 | 72 | 0 | 26 | 143 | 107 |
| Binary | 11111110 | 10100001 | 1101011 | 0 | 100101 | 111010 | 0 | 10110 | 1100011 | 1000111 |
Color Harmonies of #FEA16B
Complementary color
Monochromatic Colors of #FEA16B
Black with #FEA16B
Text Example
Text Example
White with #FEA16B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA16B; }
p { color: rgb(254,161,107); }
H1.HeaderClassName
{
color: #FEA16B;
}
.AnyTagClassName
{
color: #FEA16B;
}
</style>
background-color css
<style>
a { background-color: #FEA16B; }
a { background-color: rgb(254,161,107); }
div.DivClassName
{
background-color: #FEA16B;
}
.BgClassName
{
background-color: #FEA16B;
}
</style>
border-color css
<style>
span { border-color: #FEA16B; }
span { border-color: rgb(254,161,107); }
td.TdClassName
{
border-color: #FEA16B;
}
.TagClassName
{
border-color: #FEA16B;
}
</style>