Shades of Hit Pink #FE9F73
Tints of Hit Pink #FE9F73
RGB
CMYK
RGB Variations
Color information
#FE9F73 (or 0xFE9F73) is known color: Hit Pink. HEX triplet: FE, 9F and 73. RGB value is (254,159,115). Sum of RGB (Red+Green+Blue) = 254+159+115=528 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.11% from 528); Green value is 159 (62.5% from 255 or 30.11% from 528); Blue value is 115 (45.31% from 255 or 21.78% from 528); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9F73 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE9F73 is #01608C. Grayscale: #B6B6B6. Windows color (decimal): -90253 or 7577598. OLE color: 7577598.
HSL color Cylindrical-coordinate representation of color #FE9F73: hue angle of 18.99º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FE9F73 is Cyan = 0, Magento = 0.37, Yellow = 0.55 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 159 | 115 | - |
| CMYK | 0 | 0.37 | 0.55 | 0.00 |
| HSL | 18.99º | 0.99% | 0.72% | - |
| HSV(B) | 18.99º | 0.55% | 1% | - |
| XYZ | 56.37 | 47.1 | 22.34 | - |
| YUV | 182.39 | 89.97 | 179.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 159 | 115 | 0 | 0.37 | 0.55 | 0.00 | 18.99 | 0.99 | 0.72 |
| Hex | FE | 9F | 73 | 0 | 25 | 37 | 0 | 13 | 63 | 48 |
| Octal | 376 | 237 | 163 | 0 | 45 | 67 | 0 | 23 | 143 | 110 |
| Binary | 11111110 | 10011111 | 1110011 | 0 | 100101 | 110111 | 0 | 10011 | 1100011 | 1001000 |
Color Harmonies of #FE9F73
Complementary color
Monochromatic Colors of #FE9F73
Black with #FE9F73
Text Example
Text Example
White with #FE9F73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9F73; }
p { color: rgb(254,159,115); }
H1.HeaderClassName
{
color: #FE9F73;
}
.AnyTagClassName
{
color: #FE9F73;
}
</style>
background-color css
<style>
a { background-color: #FE9F73; }
a { background-color: rgb(254,159,115); }
div.DivClassName
{
background-color: #FE9F73;
}
.BgClassName
{
background-color: #FE9F73;
}
</style>
border-color css
<style>
span { border-color: #FE9F73; }
span { border-color: rgb(254,159,115); }
td.TdClassName
{
border-color: #FE9F73;
}
.TagClassName
{
border-color: #FE9F73;
}
</style>