Shades of Hit Pink #FE9F6E
Tints of Hit Pink #FE9F6E
RGB
CMYK
RGB Variations
Color information
#FE9F6E (or 0xFE9F6E) is known color: Hit Pink. HEX triplet: FE, 9F and 6E. RGB value is (254,159,110). Sum of RGB (Red+Green+Blue) = 254+159+110=523 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.57% from 523); Green value is 159 (62.5% from 255 or 30.40% from 523); Blue value is 110 (43.36% from 255 or 21.03% from 523); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9F6E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE9F6E is #016091. Grayscale: #B6B6B6. Windows color (decimal): -90258 or 7249918. OLE color: 7249918.
HSL color Cylindrical-coordinate representation of color #FE9F6E: hue angle of 20.42º 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 #FE9F6E is Cyan = 0, Magento = 0.37, Yellow = 0.57 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 159 | 110 | - |
| CMYK | 0 | 0.37 | 0.57 | 0.00 |
| HSL | 20.42º | 0.99% | 0.71% | - |
| HSV(B) | 20.42º | 0.57% | 1% | - |
| XYZ | 56.09 | 46.99 | 20.87 | - |
| YUV | 181.82 | 87.47 | 179.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 159 | 110 | 0 | 0.37 | 0.57 | 0.00 | 20.42 | 0.99 | 0.71 |
| Hex | FE | 9F | 6E | 0 | 25 | 39 | 0 | 14 | 63 | 47 |
| Octal | 376 | 237 | 156 | 0 | 45 | 71 | 0 | 24 | 143 | 107 |
| Binary | 11111110 | 10011111 | 1101110 | 0 | 100101 | 111001 | 0 | 10100 | 1100011 | 1000111 |
Color Harmonies of #FE9F6E
Complementary color
Monochromatic Colors of #FE9F6E
Black with #FE9F6E
Text Example
Text Example
White with #FE9F6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9F6E; }
p { color: rgb(254,159,110); }
H1.HeaderClassName
{
color: #FE9F6E;
}
.AnyTagClassName
{
color: #FE9F6E;
}
</style>
background-color css
<style>
a { background-color: #FE9F6E; }
a { background-color: rgb(254,159,110); }
div.DivClassName
{
background-color: #FE9F6E;
}
.BgClassName
{
background-color: #FE9F6E;
}
</style>
border-color css
<style>
span { border-color: #FE9F6E; }
span { border-color: rgb(254,159,110); }
td.TdClassName
{
border-color: #FE9F6E;
}
.TagClassName
{
border-color: #FE9F6E;
}
</style>