Shades of Hit Pink #FEA674
Tints of Hit Pink #FEA674
RGB
CMYK
RGB Variations
Color information
#FEA674 (or 0xFEA674) is known color: Hit Pink. HEX triplet: FE, A6 and 74. RGB value is (254,166,116). Sum of RGB (Red+Green+Blue) = 254+166+116=536 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.39% from 536); Green value is 166 (65.23% from 255 or 30.97% from 536); Blue value is 116 (45.70% from 255 or 21.64% from 536); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA674 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEA674 is #01598B. Grayscale: #BABABA. Windows color (decimal): -88460 or 7644926. OLE color: 7644926.
HSL color Cylindrical-coordinate representation of color #FEA674: hue angle of 21.74º 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 #FEA674 is Cyan = 0, Magento = 0.35, Yellow = 0.54 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 166 | 116 | - |
| CMYK | 0 | 0.35 | 0.54 | 0.00 |
| HSL | 21.74º | 0.99% | 0.73% | - |
| HSV(B) | 21.74º | 0.54% | 1% | - |
| XYZ | 57.66 | 49.6 | 23.06 | - |
| YUV | 186.61 | 88.15 | 176.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 166 | 116 | 0 | 0.35 | 0.54 | 0.00 | 21.74 | 0.99 | 0.73 |
| Hex | FE | A6 | 74 | 0 | 23 | 36 | 0 | 16 | 63 | 49 |
| Octal | 376 | 246 | 164 | 0 | 43 | 66 | 0 | 26 | 143 | 111 |
| Binary | 11111110 | 10100110 | 1110100 | 0 | 100011 | 110110 | 0 | 10110 | 1100011 | 1001001 |
Color Harmonies of #FEA674
Complementary color
Monochromatic Colors of #FEA674
Black with #FEA674
Text Example
Text Example
White with #FEA674
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA674; }
p { color: rgb(254,166,116); }
H1.HeaderClassName
{
color: #FEA674;
}
.AnyTagClassName
{
color: #FEA674;
}
</style>
background-color css
<style>
a { background-color: #FEA674; }
a { background-color: rgb(254,166,116); }
div.DivClassName
{
background-color: #FEA674;
}
.BgClassName
{
background-color: #FEA674;
}
</style>
border-color css
<style>
span { border-color: #FEA674; }
span { border-color: rgb(254,166,116); }
td.TdClassName
{
border-color: #FEA674;
}
.TagClassName
{
border-color: #FEA674;
}
</style>