Shades of Hippie Pink #9F4E50
Tints of Hippie Pink #9F4E50
RGB
CMYK
RGB Variations
Color information
#9F4E50 (or 0x9F4E50) is known color: Hippie Pink. HEX triplet: 9F, 4E and 50. RGB value is (159,78,80). Sum of RGB (Red+Green+Blue) = 159+78+80=317 (41% of max value = 765). Red value is 159 (62.5% from 255 or 50.16% from 317); Green value is 78 (30.86% from 255 or 24.61% from 317); Blue value is 80 (31.64% from 255 or 25.24% from 317); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4E50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F4E50 is #60B1AF. Grayscale: #666666. Windows color (decimal): -6336944 or 5263007. OLE color: 5263007.
HSL color Cylindrical-coordinate representation of color #9F4E50: hue angle of 358.52º degrees, saturation: 0.34, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9F4E50 is Cyan = 0, Magento = 0.51, Yellow = 0.50 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 78 | 80 | - |
| CMYK | 0 | 0.51 | 0.50 | 0.38 |
| HSL | 358.52º | 0.34% | 0.46% | - |
| HSV(B) | 358.52º | 0.51% | 0.62% | - |
| XYZ | 18.47 | 13.4 | 9.2 | - |
| YUV | 102.45 | 115.34 | 168.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 78 | 80 | 0 | 0.51 | 0.50 | 0.38 | 358.52 | 0.34 | 0.46 |
| Hex | 9F | 4E | 50 | 0 | 33 | 32 | 26 | 167 | 22 | 2E |
| Octal | 237 | 116 | 120 | 0 | 63 | 62 | 46 | 547 | 42 | 56 |
| Binary | 10011111 | 1001110 | 1010000 | 0 | 110011 | 110010 | 100110 | 101100111 | 100010 | 101110 |
Color Harmonies of #9F4E50
Complementary color
Monochromatic Colors of #9F4E50
Black with #9F4E50
Text Example
Text Example
White with #9F4E50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F4E50; }
p { color: rgb(159,78,80); }
H1.HeaderClassName
{
color: #9F4E50;
}
.AnyTagClassName
{
color: #9F4E50;
}
</style>
background-color css
<style>
a { background-color: #9F4E50; }
a { background-color: rgb(159,78,80); }
div.DivClassName
{
background-color: #9F4E50;
}
.BgClassName
{
background-color: #9F4E50;
}
</style>
border-color css
<style>
span { border-color: #9F4E50; }
span { border-color: rgb(159,78,80); }
td.TdClassName
{
border-color: #9F4E50;
}
.TagClassName
{
border-color: #9F4E50;
}
</style>