Shades of Hippie Pink #9F4958
Tints of Hippie Pink #9F4958
RGB
CMYK
RGB Variations
Color information
#9F4958 (or 0x9F4958) is known color: Hippie Pink. HEX triplet: 9F, 49 and 58. RGB value is (159,73,88). Sum of RGB (Red+Green+Blue) = 159+73+88=320 (42% of max value = 765). Red value is 159 (62.5% from 255 or 49.69% from 320); Green value is 73 (28.91% from 255 or 22.81% from 320); Blue value is 88 (34.77% from 255 or 27.5% from 320); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4958 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F4958 is #60B6A7. Grayscale: #646464. Windows color (decimal): -6338216 or 5786015. OLE color: 5786015.
HSL color Cylindrical-coordinate representation of color #9F4958: hue angle of 349.53º 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 #9F4958 is Cyan = 0, Magento = 0.54, Yellow = 0.45 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 73 | 88 | - |
| CMYK | 0 | 0.54 | 0.45 | 0.38 |
| HSL | 349.53º | 0.37% | 0.45% | - |
| HSV(B) | 349.53º | 0.54% | 0.62% | - |
| XYZ | 18.44 | 12.84 | 10.74 | - |
| YUV | 100.42 | 120.99 | 169.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 73 | 88 | 0 | 0.54 | 0.45 | 0.38 | 349.53 | 0.37 | 0.45 |
| Hex | 9F | 49 | 58 | 0 | 36 | 2D | 26 | 15E | 25 | 2D |
| Octal | 237 | 111 | 130 | 0 | 66 | 55 | 46 | 536 | 45 | 55 |
| Binary | 10011111 | 1001001 | 1011000 | 0 | 110110 | 101101 | 100110 | 101011110 | 100101 | 101101 |
Color Harmonies of #9F4958
Complementary color
Monochromatic Colors of #9F4958
Black with #9F4958
Text Example
Text Example
White with #9F4958
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F4958; }
p { color: rgb(159,73,88); }
H1.HeaderClassName
{
color: #9F4958;
}
.AnyTagClassName
{
color: #9F4958;
}
</style>
background-color css
<style>
a { background-color: #9F4958; }
a { background-color: rgb(159,73,88); }
div.DivClassName
{
background-color: #9F4958;
}
.BgClassName
{
background-color: #9F4958;
}
</style>
border-color css
<style>
span { border-color: #9F4958; }
span { border-color: rgb(159,73,88); }
td.TdClassName
{
border-color: #9F4958;
}
.TagClassName
{
border-color: #9F4958;
}
</style>