Name | Hex (RGB) | HTML/CSS (RGB) | RGB | RGB (%) | CMYK | HSV |
---|---|---|---|---|---|---|
Solid Pink | 943646 | #943646 | 148, 54, 70 | 58.04, 21.18, 27.45 | 0, 63.51, 52.7, 41.96 | 349.78723404255, 63.513513513514, 58.039215686275 |
Color #943646 is Solid Pink. In RGB: 58.04, 21.18, 27.45. In CMYK: 0, 63.51, 52.7, 41.96.
div { background: #943646; color: #000; }
div { background: #943646; color: #fff; }
div { background: linear-gradient(to bottom, #781B30 0%, #B1505E 100%); color: #000; }
div { background: linear-gradient(to bottom, #B1505E 0%, #781B30 100%); color: #000; }
div { background: linear-gradient(to bottom, #781B30 0%, #B1505E 100%); color: #fff; }
div { background: linear-gradient(to bottom, #B1505E 0%, #781B30 100%); color: #fff; }
div { border: 1px solid #943646; }
div { border: 5px solid #943646; }
div { border: 1px dashed #943646; }
div { border: 5px dashed #943646; }
div { border: 1px dotted #943646; }
div { border: 5px dotted #943646; }