Name | Hex (RGB) | HTML/CSS (RGB) | RGB | RGB (%) | CMYK | HSV |
---|---|---|---|---|---|---|
Razzle Dazzle Rose | F532C5 | #F532C5 | 245, 50, 197 | 96.08, 19.61, 77.25 | 0, 79.59, 19.59, 3.92 | 314.76923076923, 79.591836734694, 96.078431372549 |
Color #f532c5 is Razzle Dazzle Rose. In RGB: 96.08, 19.61, 77.25. In CMYK: 0, 79.59, 19.59, 3.92.
div { background: #f532c5; color: #000; }
div { background: #f532c5; color: #fff; }
div { background: linear-gradient(to bottom, #D600AA 0%, #FF57E1 100%); color: #000; }
div { background: linear-gradient(to bottom, #FF57E1 0%, #D600AA 100%); color: #000; }
div { background: linear-gradient(to bottom, #D600AA 0%, #FF57E1 100%); color: #fff; }
div { background: linear-gradient(to bottom, #FF57E1 0%, #D600AA 100%); color: #fff; }
div { border: 1px solid #f532c5; }
div { border: 5px solid #f532c5; }
div { border: 1px dashed #f532c5; }
div { border: 5px dashed #f532c5; }
div { border: 1px dotted #f532c5; }
div { border: 5px dotted #f532c5; }