Shades of Solid Pink #994F50
Tints of Solid Pink #994F50
RGB
CMYK
RGB Variations
Color information
#994F50 (or 0x994F50) is known color: Solid Pink. HEX triplet: 99, 4F and 50. RGB value is (153,79,80). Sum of RGB (Red+Green+Blue) = 153+79+80=312 (41% of max value = 765). Red value is 153 (60.16% from 255 or 49.04% from 312); Green value is 79 (31.25% from 255 or 25.32% from 312); Blue value is 80 (31.64% from 255 or 25.64% from 312); Max value from RGB is 153 - color contains mainly: red. Hex color #994F50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #994F50 is #66B0AF. Grayscale: #656565. Windows color (decimal): -6729904 or 5263257. OLE color: 5263257.
HSL color Cylindrical-coordinate representation of color #994F50: hue angle of 359.19º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #994F50 is Cyan = 0, Magento = 0.48, Yellow = 0.48 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 79 | 80 | - |
| CMYK | 0 | 0.48 | 0.48 | 0.4 |
| HSL | 359.19º | 0.32% | 0.45% | - |
| HSV(B) | 359.19º | 0.48% | 0.6% | - |
| XYZ | 17.38 | 12.94 | 9.17 | - |
| YUV | 101.24 | 116.02 | 164.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 79 | 80 | 0 | 0.48 | 0.48 | 0.4 | 359.19 | 0.32 | 0.45 |
| Hex | 99 | 4F | 50 | 0 | 30 | 30 | 28 | 167 | 20 | 2D |
| Octal | 231 | 117 | 120 | 0 | 60 | 60 | 50 | 547 | 40 | 55 |
| Binary | 10011001 | 1001111 | 1010000 | 0 | 110000 | 110000 | 101000 | 101100111 | 100000 | 101101 |
Color Harmonies of #994F50
Complementary color
Monochromatic Colors of #994F50
Black with #994F50
Text Example
Text Example
White with #994F50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994F50; }
p { color: rgb(153,79,80); }
H1.HeaderClassName
{
color: #994F50;
}
.AnyTagClassName
{
color: #994F50;
}
</style>
background-color css
<style>
a { background-color: #994F50; }
a { background-color: rgb(153,79,80); }
div.DivClassName
{
background-color: #994F50;
}
.BgClassName
{
background-color: #994F50;
}
</style>
border-color css
<style>
span { border-color: #994F50; }
span { border-color: rgb(153,79,80); }
td.TdClassName
{
border-color: #994F50;
}
.TagClassName
{
border-color: #994F50;
}
</style>