Name | Hex (RGB) | HTML/CSS (RGB) | RGB | RGB (%) | CMYK | HSV |
---|---|---|---|---|---|---|
Rose | FC0481 | #FC0481 | 252, 4, 129 | 98.82, 1.57, 50.59 | 0, 98.41, 48.81, 1.18 | 329.75806451613, 98.412698412698, 98.823529411765 |
Color #fc0481 is Rose. In RGB: 98.82, 1.57, 50.59. In CMYK: 0, 98.41, 48.81, 1.18.
div { background: #fc0481; color: #000; }
div { background: #fc0481; color: #fff; }
div { background: linear-gradient(to bottom, #DC0068 0%, #FF409B 100%); color: #000; }
div { background: linear-gradient(to bottom, #FF409B 0%, #DC0068 100%); color: #000; }
div { background: linear-gradient(to bottom, #DC0068 0%, #FF409B 100%); color: #fff; }
div { background: linear-gradient(to bottom, #FF409B 0%, #DC0068 100%); color: #fff; }
div { border: 1px solid #fc0481; }
div { border: 5px solid #fc0481; }
div { border: 1px dashed #fc0481; }
div { border: 5px dashed #fc0481; }
div { border: 1px dotted #fc0481; }
div { border: 5px dotted #fc0481; }