Shades of Hit Pink #FEA275
Tints of Hit Pink #FEA275
RGB
CMYK
RGB Variations
Color information
#FEA275 (or 0xFEA275) is known color: Hit Pink. HEX triplet: FE, A2 and 75. RGB value is (254,162,117). Sum of RGB (Red+Green+Blue) = 254+162+117=533 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.65% from 533); Green value is 162 (63.67% from 255 or 30.39% from 533); Blue value is 117 (46.09% from 255 or 21.95% from 533); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA275 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEA275 is #015D8A. Grayscale: #B8B8B8. Windows color (decimal): -89483 or 7709438. OLE color: 7709438.
HSL color Cylindrical-coordinate representation of color #FEA275: hue angle of 19.71º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FEA275 is Cyan = 0, Magento = 0.36, Yellow = 0.54 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 162 | 117 | - |
| CMYK | 0 | 0.36 | 0.54 | 0.00 |
| HSL | 19.71º | 0.99% | 0.73% | - |
| HSV(B) | 19.71º | 0.54% | 1% | - |
| XYZ | 57 | 48.2 | 23.13 | - |
| YUV | 184.38 | 89.98 | 177.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 162 | 117 | 0 | 0.36 | 0.54 | 0.00 | 19.71 | 0.99 | 0.73 |
| Hex | FE | A2 | 75 | 0 | 24 | 36 | 0 | 14 | 63 | 49 |
| Octal | 376 | 242 | 165 | 0 | 44 | 66 | 0 | 24 | 143 | 111 |
| Binary | 11111110 | 10100010 | 1110101 | 0 | 100100 | 110110 | 0 | 10100 | 1100011 | 1001001 |
Color Harmonies of #FEA275
Complementary color
Monochromatic Colors of #FEA275
Black with #FEA275
Text Example
Text Example
White with #FEA275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA275; }
p { color: rgb(254,162,117); }
H1.HeaderClassName
{
color: #FEA275;
}
.AnyTagClassName
{
color: #FEA275;
}
</style>
background-color css
<style>
a { background-color: #FEA275; }
a { background-color: rgb(254,162,117); }
div.DivClassName
{
background-color: #FEA275;
}
.BgClassName
{
background-color: #FEA275;
}
</style>
border-color css
<style>
span { border-color: #FEA275; }
span { border-color: rgb(254,162,117); }
td.TdClassName
{
border-color: #FEA275;
}
.TagClassName
{
border-color: #FEA275;
}
</style>