Shades of Hit Pink #FE9E6F
Tints of Hit Pink #FE9E6F
RGB
CMYK
RGB Variations
Color information
#FE9E6F (or 0xFE9E6F) is known color: Hit Pink. HEX triplet: FE, 9E and 6F. RGB value is (254,158,111). Sum of RGB (Red+Green+Blue) = 254+158+111=523 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.57% from 523); Green value is 158 (62.11% from 255 or 30.21% from 523); Blue value is 111 (43.75% from 255 or 21.22% from 523); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9E6F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE9E6F is #016190. Grayscale: #B5B5B5. Windows color (decimal): -90513 or 7315198. OLE color: 7315198.
HSL color Cylindrical-coordinate representation of color #FE9E6F: hue angle of 19.72º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FE9E6F is Cyan = 0, Magento = 0.38, Yellow = 0.56 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 158 | 111 | - |
| CMYK | 0 | 0.38 | 0.56 | 0.00 |
| HSL | 19.72º | 0.99% | 0.72% | - |
| HSV(B) | 19.72º | 0.56% | 1% | - |
| XYZ | 55.97 | 46.67 | 21.1 | - |
| YUV | 181.35 | 88.3 | 179.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 158 | 111 | 0 | 0.38 | 0.56 | 0.00 | 19.72 | 0.99 | 0.72 |
| Hex | FE | 9E | 6F | 0 | 26 | 38 | 0 | 14 | 63 | 48 |
| Octal | 376 | 236 | 157 | 0 | 46 | 70 | 0 | 24 | 143 | 110 |
| Binary | 11111110 | 10011110 | 1101111 | 0 | 100110 | 111000 | 0 | 10100 | 1100011 | 1001000 |
Color Harmonies of #FE9E6F
Complementary color
Monochromatic Colors of #FE9E6F
Black with #FE9E6F
Text Example
Text Example
White with #FE9E6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9E6F; }
p { color: rgb(254,158,111); }
H1.HeaderClassName
{
color: #FE9E6F;
}
.AnyTagClassName
{
color: #FE9E6F;
}
</style>
background-color css
<style>
a { background-color: #FE9E6F; }
a { background-color: rgb(254,158,111); }
div.DivClassName
{
background-color: #FE9E6F;
}
.BgClassName
{
background-color: #FE9E6F;
}
</style>
border-color css
<style>
span { border-color: #FE9E6F; }
span { border-color: rgb(254,158,111); }
td.TdClassName
{
border-color: #FE9E6F;
}
.TagClassName
{
border-color: #FE9E6F;
}
</style>