Shades of Hippie Pink #9F4F5D
Tints of Hippie Pink #9F4F5D
RGB
CMYK
RGB Variations
Color information
#9F4F5D (or 0x9F4F5D) is known color: Hippie Pink. HEX triplet: 9F, 4F and 5D. RGB value is (159,79,93). Sum of RGB (Red+Green+Blue) = 159+79+93=331 (43% of max value = 765). Red value is 159 (62.5% from 255 or 48.04% from 331); Green value is 79 (31.25% from 255 or 23.87% from 331); Blue value is 93 (36.72% from 255 or 28.10% from 331); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4F5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F4F5D is #60B0A2. Grayscale: #686868. Windows color (decimal): -6336675 or 6115231. OLE color: 6115231.
HSL color Cylindrical-coordinate representation of color #9F4F5D: hue angle of 349.5º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9F4F5D is Cyan = 0, Magento = 0.50, Yellow = 0.42 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 79 | 93 | - |
| CMYK | 0 | 0.50 | 0.42 | 0.38 |
| HSL | 349.5º | 0.34% | 0.47% | - |
| HSV(B) | 349.5º | 0.5% | 0.62% | - |
| XYZ | 19.07 | 13.75 | 12.01 | - |
| YUV | 104.52 | 121.5 | 166.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 79 | 93 | 0 | 0.50 | 0.42 | 0.38 | 349.5 | 0.34 | 0.47 |
| Hex | 9F | 4F | 5D | 0 | 32 | 2A | 26 | 15E | 22 | 2F |
| Octal | 237 | 117 | 135 | 0 | 62 | 52 | 46 | 536 | 42 | 57 |
| Binary | 10011111 | 1001111 | 1011101 | 0 | 110010 | 101010 | 100110 | 101011110 | 100010 | 101111 |
Color Harmonies of #9F4F5D
Complementary color
Monochromatic Colors of #9F4F5D
Black with #9F4F5D
Text Example
Text Example
White with #9F4F5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F4F5D; }
p { color: rgb(159,79,93); }
H1.HeaderClassName
{
color: #9F4F5D;
}
.AnyTagClassName
{
color: #9F4F5D;
}
</style>
background-color css
<style>
a { background-color: #9F4F5D; }
a { background-color: rgb(159,79,93); }
div.DivClassName
{
background-color: #9F4F5D;
}
.BgClassName
{
background-color: #9F4F5D;
}
</style>
border-color css
<style>
span { border-color: #9F4F5D; }
span { border-color: rgb(159,79,93); }
td.TdClassName
{
border-color: #9F4F5D;
}
.TagClassName
{
border-color: #9F4F5D;
}
</style>