Shades of Hit Pink #FEA372
Tints of Hit Pink #FEA372
RGB
CMYK
RGB Variations
Color information
#FEA372 (or 0xFEA372) is known color: Hit Pink. HEX triplet: FE, A3 and 72. RGB value is (254,163,114). Sum of RGB (Red+Green+Blue) = 254+163+114=531 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.83% from 531); Green value is 163 (64.06% from 255 or 30.70% from 531); Blue value is 114 (44.92% from 255 or 21.47% from 531); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA372 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEA372 is #015C8D. Grayscale: #B8B8B8. Windows color (decimal): -89230 or 7513086. OLE color: 7513086.
HSL color Cylindrical-coordinate representation of color #FEA372: hue angle of 21º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FEA372 is Cyan = 0, Magento = 0.36, Yellow = 0.55 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 163 | 114 | - |
| CMYK | 0 | 0.36 | 0.55 | 0.00 |
| HSL | 21º | 0.99% | 0.72% | - |
| HSV(B) | 21º | 0.55% | 1% | - |
| XYZ | 57.01 | 48.48 | 22.27 | - |
| YUV | 184.62 | 88.15 | 177.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 163 | 114 | 0 | 0.36 | 0.55 | 0.00 | 21 | 0.99 | 0.72 |
| Hex | FE | A3 | 72 | 0 | 24 | 37 | 0 | 15 | 63 | 48 |
| Octal | 376 | 243 | 162 | 0 | 44 | 67 | 0 | 25 | 143 | 110 |
| Binary | 11111110 | 10100011 | 1110010 | 0 | 100100 | 110111 | 0 | 10101 | 1100011 | 1001000 |
Color Harmonies of #FEA372
Complementary color
Monochromatic Colors of #FEA372
Black with #FEA372
Text Example
Text Example
White with #FEA372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA372; }
p { color: rgb(254,163,114); }
H1.HeaderClassName
{
color: #FEA372;
}
.AnyTagClassName
{
color: #FEA372;
}
</style>
background-color css
<style>
a { background-color: #FEA372; }
a { background-color: rgb(254,163,114); }
div.DivClassName
{
background-color: #FEA372;
}
.BgClassName
{
background-color: #FEA372;
}
</style>
border-color css
<style>
span { border-color: #FEA372; }
span { border-color: rgb(254,163,114); }
td.TdClassName
{
border-color: #FEA372;
}
.TagClassName
{
border-color: #FEA372;
}
</style>