Shades of Hit Pink #FE9C6F
Tints of Hit Pink #FE9C6F
RGB
CMYK
RGB Variations
Color information
#FE9C6F (or 0xFE9C6F) is known color: Hit Pink. HEX triplet: FE, 9C and 6F. RGB value is (254,156,111). Sum of RGB (Red+Green+Blue) = 254+156+111=521 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.75% from 521); Green value is 156 (61.33% from 255 or 29.94% from 521); Blue value is 111 (43.75% from 255 or 21.31% from 521); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9C6F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE9C6F is #016390. Grayscale: #B4B4B4. Windows color (decimal): -91025 or 7314686. OLE color: 7314686.
HSL color Cylindrical-coordinate representation of color #FE9C6F: hue angle of 18.88º 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 #FE9C6F is Cyan = 0, Magento = 0.39, Yellow = 0.56 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 156 | 111 | - |
| CMYK | 0 | 0.39 | 0.56 | 0.00 |
| HSL | 18.88º | 0.99% | 0.72% | - |
| HSV(B) | 18.88º | 0.56% | 1% | - |
| XYZ | 55.63 | 46 | 20.98 | - |
| YUV | 180.17 | 88.97 | 180.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 156 | 111 | 0 | 0.39 | 0.56 | 0.00 | 18.88 | 0.99 | 0.72 |
| Hex | FE | 9C | 6F | 0 | 27 | 38 | 0 | 13 | 63 | 48 |
| Octal | 376 | 234 | 157 | 0 | 47 | 70 | 0 | 23 | 143 | 110 |
| Binary | 11111110 | 10011100 | 1101111 | 0 | 100111 | 111000 | 0 | 10011 | 1100011 | 1001000 |
Color Harmonies of #FE9C6F
Complementary color
Monochromatic Colors of #FE9C6F
Black with #FE9C6F
Text Example
Text Example
White with #FE9C6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9C6F; }
p { color: rgb(254,156,111); }
H1.HeaderClassName
{
color: #FE9C6F;
}
.AnyTagClassName
{
color: #FE9C6F;
}
</style>
background-color css
<style>
a { background-color: #FE9C6F; }
a { background-color: rgb(254,156,111); }
div.DivClassName
{
background-color: #FE9C6F;
}
.BgClassName
{
background-color: #FE9C6F;
}
</style>
border-color css
<style>
span { border-color: #FE9C6F; }
span { border-color: rgb(254,156,111); }
td.TdClassName
{
border-color: #FE9C6F;
}
.TagClassName
{
border-color: #FE9C6F;
}
</style>