Name | Hex (RGB) | HTML/CSS (RGB) | RGB | RGB (%) | CMYK | HSV |
---|---|---|---|---|---|---|
Razzle Dazzle Rose | F15CDB | #F15CDB | 241, 92, 219 | 94.51, 36.08, 85.88 | 0, 61.83, 9.13, 5.49 | 308.85906040268, 61.825726141079, 94.509803921569 |
Color #f15cdb is Razzle Dazzle Rose. In RGB: 94.51, 36.08, 85.88. In CMYK: 0, 61.83, 9.13, 5.49.
div { background: #f15cdb; color: #000; }
div { background: #f15cdb; color: #fff; }
div { background: linear-gradient(to bottom, #D33DBF 0%, #FF79F8 100%); color: #000; }
div { background: linear-gradient(to bottom, #FF79F8 0%, #D33DBF 100%); color: #000; }
div { background: linear-gradient(to bottom, #D33DBF 0%, #FF79F8 100%); color: #fff; }
div { background: linear-gradient(to bottom, #FF79F8 0%, #D33DBF 100%); color: #fff; }
div { border: 1px solid #f15cdb; }
div { border: 5px solid #f15cdb; }
div { border: 1px dashed #f15cdb; }
div { border: 5px dashed #f15cdb; }
div { border: 1px dotted #f15cdb; }
div { border: 5px dotted #f15cdb; }