Shades of Hippie Pink #9F4E58
Tints of Hippie Pink #9F4E58
RGB
CMYK
RGB Variations
Color information
#9F4E58 (or 0x9F4E58) is known color: Hippie Pink. HEX triplet: 9F, 4E and 58. RGB value is (159,78,88). Sum of RGB (Red+Green+Blue) = 159+78+88=325 (43% of max value = 765). Red value is 159 (62.5% from 255 or 48.92% from 325); Green value is 78 (30.86% from 255 or 24% from 325); Blue value is 88 (34.77% from 255 or 27.08% from 325); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4E58 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F4E58 is #60B1A7. Grayscale: #676767. Windows color (decimal): -6336936 or 5787295. OLE color: 5787295.
HSL color Cylindrical-coordinate representation of color #9F4E58: hue angle of 352.59º 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 #9F4E58 is Cyan = 0, Magento = 0.51, Yellow = 0.45 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 78 | 88 | - |
| CMYK | 0 | 0.51 | 0.45 | 0.38 |
| HSL | 352.59º | 0.34% | 0.46% | - |
| HSV(B) | 352.59º | 0.51% | 0.62% | - |
| XYZ | 18.78 | 13.52 | 10.85 | - |
| YUV | 103.36 | 119.34 | 167.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 78 | 88 | 0 | 0.51 | 0.45 | 0.38 | 352.59 | 0.34 | 0.46 |
| Hex | 9F | 4E | 58 | 0 | 33 | 2D | 26 | 161 | 22 | 2E |
| Octal | 237 | 116 | 130 | 0 | 63 | 55 | 46 | 541 | 42 | 56 |
| Binary | 10011111 | 1001110 | 1011000 | 0 | 110011 | 101101 | 100110 | 101100001 | 100010 | 101110 |
Color Harmonies of #9F4E58
Complementary color
Monochromatic Colors of #9F4E58
Black with #9F4E58
Text Example
Text Example
White with #9F4E58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F4E58; }
p { color: rgb(159,78,88); }
H1.HeaderClassName
{
color: #9F4E58;
}
.AnyTagClassName
{
color: #9F4E58;
}
</style>
background-color css
<style>
a { background-color: #9F4E58; }
a { background-color: rgb(159,78,88); }
div.DivClassName
{
background-color: #9F4E58;
}
.BgClassName
{
background-color: #9F4E58;
}
</style>
border-color css
<style>
span { border-color: #9F4E58; }
span { border-color: rgb(159,78,88); }
td.TdClassName
{
border-color: #9F4E58;
}
.TagClassName
{
border-color: #9F4E58;
}
</style>