Shades of Hit Pink #FEA472
Tints of Hit Pink #FEA472
RGB
CMYK
RGB Variations
Color information
#FEA472 (or 0xFEA472) is known color: Hit Pink. HEX triplet: FE, A4 and 72. RGB value is (254,164,114). Sum of RGB (Red+Green+Blue) = 254+164+114=532 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.74% from 532); Green value is 164 (64.45% from 255 or 30.83% from 532); Blue value is 114 (44.92% from 255 or 21.43% from 532); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA472 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEA472 is #015B8D. Grayscale: #B9B9B9. Windows color (decimal): -88974 or 7513342. OLE color: 7513342.
HSL color Cylindrical-coordinate representation of color #FEA472: hue angle of 21.43º 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 #FEA472 is Cyan = 0, Magento = 0.35, Yellow = 0.55 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 164 | 114 | - |
| CMYK | 0 | 0.35 | 0.55 | 0.00 |
| HSL | 21.43º | 0.99% | 0.72% | - |
| HSV(B) | 21.43º | 0.55% | 1% | - |
| XYZ | 57.19 | 48.84 | 22.33 | - |
| YUV | 185.21 | 87.82 | 177.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 164 | 114 | 0 | 0.35 | 0.55 | 0.00 | 21.43 | 0.99 | 0.72 |
| Hex | FE | A4 | 72 | 0 | 23 | 37 | 0 | 15 | 63 | 48 |
| Octal | 376 | 244 | 162 | 0 | 43 | 67 | 0 | 25 | 143 | 110 |
| Binary | 11111110 | 10100100 | 1110010 | 0 | 100011 | 110111 | 0 | 10101 | 1100011 | 1001000 |
Color Harmonies of #FEA472
Complementary color
Monochromatic Colors of #FEA472
Black with #FEA472
Text Example
Text Example
White with #FEA472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA472; }
p { color: rgb(254,164,114); }
H1.HeaderClassName
{
color: #FEA472;
}
.AnyTagClassName
{
color: #FEA472;
}
</style>
background-color css
<style>
a { background-color: #FEA472; }
a { background-color: rgb(254,164,114); }
div.DivClassName
{
background-color: #FEA472;
}
.BgClassName
{
background-color: #FEA472;
}
</style>
border-color css
<style>
span { border-color: #FEA472; }
span { border-color: rgb(254,164,114); }
td.TdClassName
{
border-color: #FEA472;
}
.TagClassName
{
border-color: #FEA472;
}
</style>