Shades of Hit Pink #FEA375
Tints of Hit Pink #FEA375
RGB
CMYK
RGB Variations
Color information
#FEA375 (or 0xFEA375) is known color: Hit Pink. HEX triplet: FE, A3 and 75. RGB value is (254,163,117). Sum of RGB (Red+Green+Blue) = 254+163+117=534 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.57% from 534); Green value is 163 (64.06% from 255 or 30.52% from 534); Blue value is 117 (46.09% from 255 or 21.91% from 534); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA375 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEA375 is #015C8A. Grayscale: #B9B9B9. Windows color (decimal): -89227 or 7709694. OLE color: 7709694.
HSL color Cylindrical-coordinate representation of color #FEA375: hue angle of 20.15º 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 #FEA375 is Cyan = 0, Magento = 0.36, Yellow = 0.54 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 163 | 117 | - |
| CMYK | 0 | 0.36 | 0.54 | 0.00 |
| HSL | 20.15º | 0.99% | 0.73% | - |
| HSV(B) | 20.15º | 0.54% | 1% | - |
| XYZ | 57.18 | 48.55 | 23.19 | - |
| YUV | 184.97 | 89.65 | 177.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 163 | 117 | 0 | 0.36 | 0.54 | 0.00 | 20.15 | 0.99 | 0.73 |
| Hex | FE | A3 | 75 | 0 | 24 | 36 | 0 | 14 | 63 | 49 |
| Octal | 376 | 243 | 165 | 0 | 44 | 66 | 0 | 24 | 143 | 111 |
| Binary | 11111110 | 10100011 | 1110101 | 0 | 100100 | 110110 | 0 | 10100 | 1100011 | 1001001 |
Color Harmonies of #FEA375
Complementary color
Monochromatic Colors of #FEA375
Black with #FEA375
Text Example
Text Example
White with #FEA375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA375; }
p { color: rgb(254,163,117); }
H1.HeaderClassName
{
color: #FEA375;
}
.AnyTagClassName
{
color: #FEA375;
}
</style>
background-color css
<style>
a { background-color: #FEA375; }
a { background-color: rgb(254,163,117); }
div.DivClassName
{
background-color: #FEA375;
}
.BgClassName
{
background-color: #FEA375;
}
</style>
border-color css
<style>
span { border-color: #FEA375; }
span { border-color: rgb(254,163,117); }
td.TdClassName
{
border-color: #FEA375;
}
.TagClassName
{
border-color: #FEA375;
}
</style>