Shades of Hippie Pink #9F4E52
Tints of Hippie Pink #9F4E52
RGB
CMYK
RGB Variations
Color information
#9F4E52 (or 0x9F4E52) is known color: Hippie Pink. HEX triplet: 9F, 4E and 52. RGB value is (159,78,82). Sum of RGB (Red+Green+Blue) = 159+78+82=319 (42% of max value = 765). Red value is 159 (62.5% from 255 or 49.84% from 319); Green value is 78 (30.86% from 255 or 24.45% from 319); Blue value is 82 (32.42% from 255 or 25.71% from 319); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4E52 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F4E52 is #60B1AD. Grayscale: #666666. Windows color (decimal): -6336942 or 5394079. OLE color: 5394079.
HSL color Cylindrical-coordinate representation of color #9F4E52: hue angle of 357.04º 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 #9F4E52 is Cyan = 0, Magento = 0.51, Yellow = 0.48 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 78 | 82 | - |
| CMYK | 0 | 0.51 | 0.48 | 0.38 |
| HSL | 357.04º | 0.34% | 0.46% | - |
| HSV(B) | 357.04º | 0.51% | 0.62% | - |
| XYZ | 18.55 | 13.43 | 9.6 | - |
| YUV | 102.68 | 116.34 | 168.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 78 | 82 | 0 | 0.51 | 0.48 | 0.38 | 357.04 | 0.34 | 0.46 |
| Hex | 9F | 4E | 52 | 0 | 33 | 30 | 26 | 165 | 22 | 2E |
| Octal | 237 | 116 | 122 | 0 | 63 | 60 | 46 | 545 | 42 | 56 |
| Binary | 10011111 | 1001110 | 1010010 | 0 | 110011 | 110000 | 100110 | 101100101 | 100010 | 101110 |
Color Harmonies of #9F4E52
Complementary color
Monochromatic Colors of #9F4E52
Black with #9F4E52
Text Example
Text Example
White with #9F4E52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F4E52; }
p { color: rgb(159,78,82); }
H1.HeaderClassName
{
color: #9F4E52;
}
.AnyTagClassName
{
color: #9F4E52;
}
</style>
background-color css
<style>
a { background-color: #9F4E52; }
a { background-color: rgb(159,78,82); }
div.DivClassName
{
background-color: #9F4E52;
}
.BgClassName
{
background-color: #9F4E52;
}
</style>
border-color css
<style>
span { border-color: #9F4E52; }
span { border-color: rgb(159,78,82); }
td.TdClassName
{
border-color: #9F4E52;
}
.TagClassName
{
border-color: #9F4E52;
}
</style>