Shades of Solid Pink #954F50
Tints of Solid Pink #954F50
RGB
CMYK
RGB Variations
Color information
#954F50 (or 0x954F50) is known color: Solid Pink. HEX triplet: 95, 4F and 50. RGB value is (149,79,80). Sum of RGB (Red+Green+Blue) = 149+79+80=308 (40% of max value = 765). Red value is 149 (58.59% from 255 or 48.38% from 308); Green value is 79 (31.25% from 255 or 25.65% from 308); Blue value is 80 (31.64% from 255 or 25.97% from 308); Max value from RGB is 149 - color contains mainly: red. Hex color #954F50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #954F50 is #6AB0AF. Grayscale: #646464. Windows color (decimal): -6992048 or 5263253. OLE color: 5263253.
HSL color Cylindrical-coordinate representation of color #954F50: hue angle of 359.14º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #954F50 is Cyan = 0, Magento = 0.47, Yellow = 0.46 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 79 | 80 | - |
| CMYK | 0 | 0.47 | 0.46 | 0.42 |
| HSL | 359.14º | 0.31% | 0.45% | - |
| HSV(B) | 359.14º | 0.47% | 0.58% | - |
| XYZ | 16.64 | 12.56 | 9.14 | - |
| YUV | 100.04 | 116.69 | 162.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 79 | 80 | 0 | 0.47 | 0.46 | 0.42 | 359.14 | 0.31 | 0.45 |
| Hex | 95 | 4F | 50 | 0 | 2F | 2E | 2A | 167 | 1F | 2D |
| Octal | 225 | 117 | 120 | 0 | 57 | 56 | 52 | 547 | 37 | 55 |
| Binary | 10010101 | 1001111 | 1010000 | 0 | 101111 | 101110 | 101010 | 101100111 | 11111 | 101101 |
Color Harmonies of #954F50
Complementary color
Monochromatic Colors of #954F50
Black with #954F50
Text Example
Text Example
White with #954F50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #954F50; }
p { color: rgb(149,79,80); }
H1.HeaderClassName
{
color: #954F50;
}
.AnyTagClassName
{
color: #954F50;
}
</style>
background-color css
<style>
a { background-color: #954F50; }
a { background-color: rgb(149,79,80); }
div.DivClassName
{
background-color: #954F50;
}
.BgClassName
{
background-color: #954F50;
}
</style>
border-color css
<style>
span { border-color: #954F50; }
span { border-color: rgb(149,79,80); }
td.TdClassName
{
border-color: #954F50;
}
.TagClassName
{
border-color: #954F50;
}
</style>