Shades of Hit Pink #FEA168
Tints of Hit Pink #FEA168
RGB
CMYK
RGB Variations
Color information
#FEA168 (or 0xFEA168) is known color: Hit Pink. HEX triplet: FE, A1 and 68. RGB value is (254,161,104). Sum of RGB (Red+Green+Blue) = 254+161+104=519 (68% of max value = 765). Red value is 254 (99.61% from 255 or 48.94% from 519); Green value is 161 (63.28% from 255 or 31.02% from 519); Blue value is 104 (41.02% from 255 or 20.04% from 519); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA168 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEA168 is #015E97. Grayscale: #B6B6B6. Windows color (decimal): -89752 or 6857214. OLE color: 6857214.
HSL color Cylindrical-coordinate representation of color #FEA168: hue angle of 22.8º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FEA168 is Cyan = 0, Magento = 0.37, Yellow = 0.59 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 161 | 104 | - |
| CMYK | 0 | 0.37 | 0.59 | 0.00 |
| HSL | 22.8º | 0.99% | 0.7% | - |
| HSV(B) | 22.8º | 0.59% | 1% | - |
| XYZ | 56.12 | 47.56 | 19.32 | - |
| YUV | 182.31 | 83.81 | 179.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 161 | 104 | 0 | 0.37 | 0.59 | 0.00 | 22.8 | 0.99 | 0.7 |
| Hex | FE | A1 | 68 | 0 | 25 | 3B | 0 | 17 | 63 | 46 |
| Octal | 376 | 241 | 150 | 0 | 45 | 73 | 0 | 27 | 143 | 106 |
| Binary | 11111110 | 10100001 | 1101000 | 0 | 100101 | 111011 | 0 | 10111 | 1100011 | 1000110 |
Color Harmonies of #FEA168
Complementary color
Monochromatic Colors of #FEA168
Black with #FEA168
Text Example
Text Example
White with #FEA168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA168; }
p { color: rgb(254,161,104); }
H1.HeaderClassName
{
color: #FEA168;
}
.AnyTagClassName
{
color: #FEA168;
}
</style>
background-color css
<style>
a { background-color: #FEA168; }
a { background-color: rgb(254,161,104); }
div.DivClassName
{
background-color: #FEA168;
}
.BgClassName
{
background-color: #FEA168;
}
</style>
border-color css
<style>
span { border-color: #FEA168; }
span { border-color: rgb(254,161,104); }
td.TdClassName
{
border-color: #FEA168;
}
.TagClassName
{
border-color: #FEA168;
}
</style>