Shades of Hippie Pink #9F4A56
Tints of Hippie Pink #9F4A56
RGB
CMYK
RGB Variations
Color information
#9F4A56 (or 0x9F4A56) is known color: Hippie Pink. HEX triplet: 9F, 4A and 56. RGB value is (159,74,86). Sum of RGB (Red+Green+Blue) = 159+74+86=319 (42% of max value = 765). Red value is 159 (62.5% from 255 or 49.84% from 319); Green value is 74 (29.30% from 255 or 23.20% from 319); Blue value is 86 (33.98% from 255 or 26.96% from 319); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4A56 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F4A56 is #60B5A9. Grayscale: #646464. Windows color (decimal): -6337962 or 5655199. OLE color: 5655199.
HSL color Cylindrical-coordinate representation of color #9F4A56: hue angle of 351.53º degrees, saturation: 0.36, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9F4A56 is Cyan = 0, Magento = 0.53, Yellow = 0.46 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 74 | 86 | - |
| CMYK | 0 | 0.53 | 0.46 | 0.38 |
| HSL | 351.53º | 0.36% | 0.46% | - |
| HSV(B) | 351.53º | 0.53% | 0.62% | - |
| XYZ | 18.43 | 12.94 | 10.33 | - |
| YUV | 100.78 | 119.66 | 169.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 74 | 86 | 0 | 0.53 | 0.46 | 0.38 | 351.53 | 0.36 | 0.46 |
| Hex | 9F | 4A | 56 | 0 | 35 | 2E | 26 | 160 | 24 | 2E |
| Octal | 237 | 112 | 126 | 0 | 65 | 56 | 46 | 540 | 44 | 56 |
| Binary | 10011111 | 1001010 | 1010110 | 0 | 110101 | 101110 | 100110 | 101100000 | 100100 | 101110 |
Color Harmonies of #9F4A56
Complementary color
Monochromatic Colors of #9F4A56
Black with #9F4A56
Text Example
Text Example
White with #9F4A56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F4A56; }
p { color: rgb(159,74,86); }
H1.HeaderClassName
{
color: #9F4A56;
}
.AnyTagClassName
{
color: #9F4A56;
}
</style>
background-color css
<style>
a { background-color: #9F4A56; }
a { background-color: rgb(159,74,86); }
div.DivClassName
{
background-color: #9F4A56;
}
.BgClassName
{
background-color: #9F4A56;
}
</style>
border-color css
<style>
span { border-color: #9F4A56; }
span { border-color: rgb(159,74,86); }
td.TdClassName
{
border-color: #9F4A56;
}
.TagClassName
{
border-color: #9F4A56;
}
</style>