Shades of Hippie Pink #9F505A
Tints of Hippie Pink #9F505A
RGB
CMYK
RGB Variations
Color information
#9F505A (or 0x9F505A) is known color: Hippie Pink. HEX triplet: 9F, 50 and 5A. RGB value is (159,80,90). Sum of RGB (Red+Green+Blue) = 159+80+90=329 (43% of max value = 765). Red value is 159 (62.5% from 255 or 48.33% from 329); Green value is 80 (31.64% from 255 or 24.32% from 329); Blue value is 90 (35.55% from 255 or 27.36% from 329); Max value from RGB is 159 - color contains mainly: red. Hex color #9F505A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F505A is #60AFA5. Grayscale: #686868. Windows color (decimal): -6336422 or 5918879. OLE color: 5918879.
HSL color Cylindrical-coordinate representation of color #9F505A: hue angle of 352.41º degrees, saturation: 0.33, 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 #9F505A is Cyan = 0, Magento = 0.50, Yellow = 0.43 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 80 | 90 | - |
| CMYK | 0 | 0.50 | 0.43 | 0.38 |
| HSL | 352.41º | 0.33% | 0.47% | - |
| HSV(B) | 352.41º | 0.5% | 0.62% | - |
| XYZ | 19.01 | 13.85 | 11.34 | - |
| YUV | 104.76 | 119.67 | 166.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 80 | 90 | 0 | 0.50 | 0.43 | 0.38 | 352.41 | 0.33 | 0.47 |
| Hex | 9F | 50 | 5A | 0 | 32 | 2B | 26 | 160 | 21 | 2F |
| Octal | 237 | 120 | 132 | 0 | 62 | 53 | 46 | 540 | 41 | 57 |
| Binary | 10011111 | 1010000 | 1011010 | 0 | 110010 | 101011 | 100110 | 101100000 | 100001 | 101111 |
Color Harmonies of #9F505A
Complementary color
Monochromatic Colors of #9F505A
Black with #9F505A
Text Example
Text Example
White with #9F505A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F505A; }
p { color: rgb(159,80,90); }
H1.HeaderClassName
{
color: #9F505A;
}
.AnyTagClassName
{
color: #9F505A;
}
</style>
background-color css
<style>
a { background-color: #9F505A; }
a { background-color: rgb(159,80,90); }
div.DivClassName
{
background-color: #9F505A;
}
.BgClassName
{
background-color: #9F505A;
}
</style>
border-color css
<style>
span { border-color: #9F505A; }
span { border-color: rgb(159,80,90); }
td.TdClassName
{
border-color: #9F505A;
}
.TagClassName
{
border-color: #9F505A;
}
</style>