Shades of Hit Pink #FEA672
Tints of Hit Pink #FEA672
RGB
CMYK
RGB Variations
Color information
#FEA672 (or 0xFEA672) is known color: Hit Pink. HEX triplet: FE, A6 and 72. RGB value is (254,166,114). Sum of RGB (Red+Green+Blue) = 254+166+114=534 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.57% from 534); Green value is 166 (65.23% from 255 or 31.09% from 534); Blue value is 114 (44.92% from 255 or 21.35% from 534); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA672 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEA672 is #01598D. Grayscale: #BABABA. Windows color (decimal): -88462 or 7513854. OLE color: 7513854.
HSL color Cylindrical-coordinate representation of color #FEA672: hue angle of 22.29º 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 #FEA672 is Cyan = 0, Magento = 0.35, Yellow = 0.55 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 166 | 114 | - |
| CMYK | 0 | 0.35 | 0.55 | 0.00 |
| HSL | 22.29º | 0.99% | 0.72% | - |
| HSV(B) | 22.29º | 0.55% | 1% | - |
| XYZ | 57.55 | 49.56 | 22.45 | - |
| YUV | 186.38 | 87.15 | 176.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 166 | 114 | 0 | 0.35 | 0.55 | 0.00 | 22.29 | 0.99 | 0.72 |
| Hex | FE | A6 | 72 | 0 | 23 | 37 | 0 | 16 | 63 | 48 |
| Octal | 376 | 246 | 162 | 0 | 43 | 67 | 0 | 26 | 143 | 110 |
| Binary | 11111110 | 10100110 | 1110010 | 0 | 100011 | 110111 | 0 | 10110 | 1100011 | 1001000 |
Color Harmonies of #FEA672
Complementary color
Monochromatic Colors of #FEA672
Black with #FEA672
Text Example
Text Example
White with #FEA672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA672; }
p { color: rgb(254,166,114); }
H1.HeaderClassName
{
color: #FEA672;
}
.AnyTagClassName
{
color: #FEA672;
}
</style>
background-color css
<style>
a { background-color: #FEA672; }
a { background-color: rgb(254,166,114); }
div.DivClassName
{
background-color: #FEA672;
}
.BgClassName
{
background-color: #FEA672;
}
</style>
border-color css
<style>
span { border-color: #FEA672; }
span { border-color: rgb(254,166,114); }
td.TdClassName
{
border-color: #FEA672;
}
.TagClassName
{
border-color: #FEA672;
}
</style>