Shades of Hippie Pink #9F5153
Tints of Hippie Pink #9F5153
RGB
CMYK
RGB Variations
Color information
#9F5153 (or 0x9F5153) is known color: Hippie Pink. HEX triplet: 9F, 51 and 53. RGB value is (159,81,83). Sum of RGB (Red+Green+Blue) = 159+81+83=323 (42% of max value = 765). Red value is 159 (62.5% from 255 or 49.23% from 323); Green value is 81 (32.03% from 255 or 25.08% from 323); Blue value is 83 (32.81% from 255 or 25.70% from 323); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5153 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F5153 is #60AEAC. Grayscale: #686868. Windows color (decimal): -6336173 or 5460383. OLE color: 5460383.
HSL color Cylindrical-coordinate representation of color #9F5153: hue angle of 358.46º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9F5153 is Cyan = 0, Magento = 0.49, Yellow = 0.48 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 81 | 83 | - |
| CMYK | 0 | 0.49 | 0.48 | 0.38 |
| HSL | 358.46º | 0.33% | 0.47% | - |
| HSV(B) | 358.46º | 0.49% | 0.62% | - |
| XYZ | 18.8 | 13.88 | 9.87 | - |
| YUV | 104.55 | 115.84 | 166.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 81 | 83 | 0 | 0.49 | 0.48 | 0.38 | 358.46 | 0.33 | 0.47 |
| Hex | 9F | 51 | 53 | 0 | 31 | 30 | 26 | 166 | 20 | 2F |
| Octal | 237 | 121 | 123 | 0 | 61 | 60 | 46 | 546 | 40 | 57 |
| Binary | 10011111 | 1010001 | 1010011 | 0 | 110001 | 110000 | 100110 | 101100110 | 100000 | 101111 |
Color Harmonies of #9F5153
Complementary color
Monochromatic Colors of #9F5153
Black with #9F5153
Text Example
Text Example
White with #9F5153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F5153; }
p { color: rgb(159,81,83); }
H1.HeaderClassName
{
color: #9F5153;
}
.AnyTagClassName
{
color: #9F5153;
}
</style>
background-color css
<style>
a { background-color: #9F5153; }
a { background-color: rgb(159,81,83); }
div.DivClassName
{
background-color: #9F5153;
}
.BgClassName
{
background-color: #9F5153;
}
</style>
border-color css
<style>
span { border-color: #9F5153; }
span { border-color: rgb(159,81,83); }
td.TdClassName
{
border-color: #9F5153;
}
.TagClassName
{
border-color: #9F5153;
}
</style>