Shades of Hippie Pink #9F5558
Tints of Hippie Pink #9F5558
RGB
CMYK
RGB Variations
Color information
#9F5558 (or 0x9F5558) is known color: Hippie Pink. HEX triplet: 9F, 55 and 58. RGB value is (159,85,88). Sum of RGB (Red+Green+Blue) = 159+85+88=332 (43% of max value = 765). Red value is 159 (62.5% from 255 or 47.89% from 332); Green value is 85 (33.59% from 255 or 25.60% from 332); Blue value is 88 (34.77% from 255 or 26.51% from 332); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5558 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F5558 is #60AAA7. Grayscale: #6B6B6B. Windows color (decimal): -6335144 or 5789087. OLE color: 5789087.
HSL color Cylindrical-coordinate representation of color #9F5558: hue angle of 357.57º degrees, saturation: 0.3, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9F5558 is Cyan = 0, Magento = 0.47, Yellow = 0.45 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 85 | 88 | - |
| CMYK | 0 | 0.47 | 0.45 | 0.38 |
| HSL | 357.57º | 0.3% | 0.48% | - |
| HSV(B) | 357.57º | 0.47% | 0.62% | - |
| XYZ | 19.31 | 14.57 | 11.03 | - |
| YUV | 107.47 | 117.02 | 164.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 85 | 88 | 0 | 0.47 | 0.45 | 0.38 | 357.57 | 0.3 | 0.48 |
| Hex | 9F | 55 | 58 | 0 | 2F | 2D | 26 | 166 | 1E | 30 |
| Octal | 237 | 125 | 130 | 0 | 57 | 55 | 46 | 546 | 36 | 60 |
| Binary | 10011111 | 1010101 | 1011000 | 0 | 101111 | 101101 | 100110 | 101100110 | 11110 | 110000 |
Color Harmonies of #9F5558
Complementary color
Monochromatic Colors of #9F5558
Black with #9F5558
Text Example
Text Example
White with #9F5558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F5558; }
p { color: rgb(159,85,88); }
H1.HeaderClassName
{
color: #9F5558;
}
.AnyTagClassName
{
color: #9F5558;
}
</style>
background-color css
<style>
a { background-color: #9F5558; }
a { background-color: rgb(159,85,88); }
div.DivClassName
{
background-color: #9F5558;
}
.BgClassName
{
background-color: #9F5558;
}
</style>
border-color css
<style>
span { border-color: #9F5558; }
span { border-color: rgb(159,85,88); }
td.TdClassName
{
border-color: #9F5558;
}
.TagClassName
{
border-color: #9F5558;
}
</style>