Name | Hex (RGB) | HTML/CSS (RGB) | RGB | RGB (%) | CMYK | HSV |
---|---|---|---|---|---|---|
Radical Red | F6255B | #F6255B | 246, 37, 91 | 96.47, 14.51, 35.69 | 0, 84.96, 63.01, 3.53 | 344.4976076555, 84.959349593496, 96.470588235294 |
Color #f6255b is Radical Red. In RGB: 96.47, 14.51, 35.69. In CMYK: 0, 84.96, 63.01, 3.53.
div { background: #f6255b; color: #000; }
div { background: #f6255b; color: #fff; }
div { background: linear-gradient(to bottom, #D60044 0%, #FF4C73 100%); color: #000; }
div { background: linear-gradient(to bottom, #FF4C73 0%, #D60044 100%); color: #000; }
div { background: linear-gradient(to bottom, #D60044 0%, #FF4C73 100%); color: #fff; }
div { background: linear-gradient(to bottom, #FF4C73 0%, #D60044 100%); color: #fff; }
div { border: 1px solid #f6255b; }
div { border: 5px solid #f6255b; }
div { border: 1px dashed #f6255b; }
div { border: 5px dashed #f6255b; }
div { border: 1px dotted #f6255b; }
div { border: 5px dotted #f6255b; }