Shades of Hit Pink #FE9E6D
Tints of Hit Pink #FE9E6D
RGB
CMYK
RGB Variations
Color information
#FE9E6D (or 0xFE9E6D) is known color: Hit Pink. HEX triplet: FE, 9E and 6D. RGB value is (254,158,109). Sum of RGB (Red+Green+Blue) = 254+158+109=521 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.75% from 521); Green value is 158 (62.11% from 255 or 30.33% from 521); Blue value is 109 (42.97% from 255 or 20.92% from 521); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9E6D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE9E6D is #016192. Grayscale: #B5B5B5. Windows color (decimal): -90515 or 7184126. OLE color: 7184126.
HSL color Cylindrical-coordinate representation of color #FE9E6D: hue angle of 20.28º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FE9E6D is Cyan = 0, Magento = 0.38, Yellow = 0.57 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 158 | 109 | - |
| CMYK | 0 | 0.38 | 0.57 | 0.00 |
| HSL | 20.28º | 0.99% | 0.71% | - |
| HSV(B) | 20.28º | 0.57% | 1% | - |
| XYZ | 55.86 | 46.63 | 20.52 | - |
| YUV | 181.12 | 87.3 | 179.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 158 | 109 | 0 | 0.38 | 0.57 | 0.00 | 20.28 | 0.99 | 0.71 |
| Hex | FE | 9E | 6D | 0 | 26 | 39 | 0 | 14 | 63 | 47 |
| Octal | 376 | 236 | 155 | 0 | 46 | 71 | 0 | 24 | 143 | 107 |
| Binary | 11111110 | 10011110 | 1101101 | 0 | 100110 | 111001 | 0 | 10100 | 1100011 | 1000111 |
Color Harmonies of #FE9E6D
Complementary color
Monochromatic Colors of #FE9E6D
Black with #FE9E6D
Text Example
Text Example
White with #FE9E6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9E6D; }
p { color: rgb(254,158,109); }
H1.HeaderClassName
{
color: #FE9E6D;
}
.AnyTagClassName
{
color: #FE9E6D;
}
</style>
background-color css
<style>
a { background-color: #FE9E6D; }
a { background-color: rgb(254,158,109); }
div.DivClassName
{
background-color: #FE9E6D;
}
.BgClassName
{
background-color: #FE9E6D;
}
</style>
border-color css
<style>
span { border-color: #FE9E6D; }
span { border-color: rgb(254,158,109); }
td.TdClassName
{
border-color: #FE9E6D;
}
.TagClassName
{
border-color: #FE9E6D;
}
</style>