Shades of Hippie Pink #9F4956
Tints of Hippie Pink #9F4956
RGB
CMYK
RGB Variations
Color information
#9F4956 (or 0x9F4956) is known color: Hippie Pink. HEX triplet: 9F, 49 and 56. RGB value is (159,73,86). Sum of RGB (Red+Green+Blue) = 159+73+86=318 (42% of max value = 765). Red value is 159 (62.5% from 255 or 50% from 318); Green value is 73 (28.91% from 255 or 22.96% from 318); Blue value is 86 (33.98% from 255 or 27.04% from 318); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4956 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F4956 is #60B6A9. Grayscale: #646464. Windows color (decimal): -6338218 or 5654943. OLE color: 5654943.
HSL color Cylindrical-coordinate representation of color #9F4956: hue angle of 350.93º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9F4956 is Cyan = 0, Magento = 0.54, Yellow = 0.46 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 73 | 86 | - |
| CMYK | 0 | 0.54 | 0.46 | 0.38 |
| HSL | 350.93º | 0.37% | 0.45% | - |
| HSV(B) | 350.93º | 0.54% | 0.62% | - |
| XYZ | 18.36 | 12.81 | 10.31 | - |
| YUV | 100.2 | 119.99 | 169.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 73 | 86 | 0 | 0.54 | 0.46 | 0.38 | 350.93 | 0.37 | 0.45 |
| Hex | 9F | 49 | 56 | 0 | 36 | 2E | 26 | 15F | 25 | 2D |
| Octal | 237 | 111 | 126 | 0 | 66 | 56 | 46 | 537 | 45 | 55 |
| Binary | 10011111 | 1001001 | 1010110 | 0 | 110110 | 101110 | 100110 | 101011111 | 100101 | 101101 |
Color Harmonies of #9F4956
Complementary color
Monochromatic Colors of #9F4956
Black with #9F4956
Text Example
Text Example
White with #9F4956
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F4956; }
p { color: rgb(159,73,86); }
H1.HeaderClassName
{
color: #9F4956;
}
.AnyTagClassName
{
color: #9F4956;
}
</style>
background-color css
<style>
a { background-color: #9F4956; }
a { background-color: rgb(159,73,86); }
div.DivClassName
{
background-color: #9F4956;
}
.BgClassName
{
background-color: #9F4956;
}
</style>
border-color css
<style>
span { border-color: #9F4956; }
span { border-color: rgb(159,73,86); }
td.TdClassName
{
border-color: #9F4956;
}
.TagClassName
{
border-color: #9F4956;
}
</style>