Shades of Hippie Pink #9F4A53
Tints of Hippie Pink #9F4A53
RGB
CMYK
RGB Variations
Color information
#9F4A53 (or 0x9F4A53) is known color: Hippie Pink. HEX triplet: 9F, 4A and 53. RGB value is (159,74,83). Sum of RGB (Red+Green+Blue) = 159+74+83=316 (41% of max value = 765). Red value is 159 (62.5% from 255 or 50.32% from 316); Green value is 74 (29.30% from 255 or 23.42% from 316); Blue value is 83 (32.81% from 255 or 26.27% from 316); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4A53 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F4A53 is #60B5AC. Grayscale: #646464. Windows color (decimal): -6337965 or 5458591. OLE color: 5458591.
HSL color Cylindrical-coordinate representation of color #9F4A53: hue angle of 353.65º 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 #9F4A53 is Cyan = 0, Magento = 0.53, Yellow = 0.48 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 74 | 83 | - |
| CMYK | 0 | 0.53 | 0.48 | 0.38 |
| HSL | 353.65º | 0.36% | 0.46% | - |
| HSV(B) | 353.65º | 0.53% | 0.62% | - |
| XYZ | 18.31 | 12.89 | 9.71 | - |
| YUV | 100.44 | 118.16 | 169.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 74 | 83 | 0 | 0.53 | 0.48 | 0.38 | 353.65 | 0.36 | 0.46 |
| Hex | 9F | 4A | 53 | 0 | 35 | 30 | 26 | 162 | 24 | 2E |
| Octal | 237 | 112 | 123 | 0 | 65 | 60 | 46 | 542 | 44 | 56 |
| Binary | 10011111 | 1001010 | 1010011 | 0 | 110101 | 110000 | 100110 | 101100010 | 100100 | 101110 |
Color Harmonies of #9F4A53
Complementary color
Monochromatic Colors of #9F4A53
Black with #9F4A53
Text Example
Text Example
White with #9F4A53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F4A53; }
p { color: rgb(159,74,83); }
H1.HeaderClassName
{
color: #9F4A53;
}
.AnyTagClassName
{
color: #9F4A53;
}
</style>
background-color css
<style>
a { background-color: #9F4A53; }
a { background-color: rgb(159,74,83); }
div.DivClassName
{
background-color: #9F4A53;
}
.BgClassName
{
background-color: #9F4A53;
}
</style>
border-color css
<style>
span { border-color: #9F4A53; }
span { border-color: rgb(159,74,83); }
td.TdClassName
{
border-color: #9F4A53;
}
.TagClassName
{
border-color: #9F4A53;
}
</style>