Shades of Hit Pink #FEA06B
Tints of Hit Pink #FEA06B
RGB
CMYK
RGB Variations
Color information
#FEA06B (or 0xFEA06B) is known color: Hit Pink. HEX triplet: FE, A0 and 6B. RGB value is (254,160,107). Sum of RGB (Red+Green+Blue) = 254+160+107=521 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.75% from 521); Green value is 160 (62.89% from 255 or 30.71% from 521); Blue value is 107 (42.19% from 255 or 20.54% from 521); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA06B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEA06B is #015F94. Grayscale: #B6B6B6. Windows color (decimal): -90005 or 7053566. OLE color: 7053566.
HSL color Cylindrical-coordinate representation of color #FEA06B: hue angle of 21.63º 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 #FEA06B is Cyan = 0, Magento = 0.37, Yellow = 0.58 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 160 | 107 | - |
| CMYK | 0 | 0.37 | 0.58 | 0.00 |
| HSL | 21.63º | 0.99% | 0.71% | - |
| HSV(B) | 21.63º | 0.58% | 1% | - |
| XYZ | 56.1 | 47.27 | 20.08 | - |
| YUV | 182.06 | 85.64 | 179.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 160 | 107 | 0 | 0.37 | 0.58 | 0.00 | 21.63 | 0.99 | 0.71 |
| Hex | FE | A0 | 6B | 0 | 25 | 3A | 0 | 16 | 63 | 47 |
| Octal | 376 | 240 | 153 | 0 | 45 | 72 | 0 | 26 | 143 | 107 |
| Binary | 11111110 | 10100000 | 1101011 | 0 | 100101 | 111010 | 0 | 10110 | 1100011 | 1000111 |
Color Harmonies of #FEA06B
Complementary color
Monochromatic Colors of #FEA06B
Black with #FEA06B
Text Example
Text Example
White with #FEA06B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA06B; }
p { color: rgb(254,160,107); }
H1.HeaderClassName
{
color: #FEA06B;
}
.AnyTagClassName
{
color: #FEA06B;
}
</style>
background-color css
<style>
a { background-color: #FEA06B; }
a { background-color: rgb(254,160,107); }
div.DivClassName
{
background-color: #FEA06B;
}
.BgClassName
{
background-color: #FEA06B;
}
</style>
border-color css
<style>
span { border-color: #FEA06B; }
span { border-color: rgb(254,160,107); }
td.TdClassName
{
border-color: #FEA06B;
}
.TagClassName
{
border-color: #FEA06B;
}
</style>