Name | Hex (RGB) | HTML/CSS (RGB) | RGB | RGB (%) | CMYK | HSV |
---|---|---|---|---|---|---|
Persian Pink | FF8FC7 | #FF8FC7 | 255, 143, 199 | 100, 56.08, 78.04 | 0, 43.92, 21.96, 0 | 330, 43.921568627451, 100 |
Color #ff8fc7 is Persian Pink. In RGB: 100, 56.08, 78.04. In CMYK: 0, 43.92, 21.96, 0.
div { background: #ff8fc7; color: #000; }
div { background: #ff8fc7; color: #fff; }
div { background: linear-gradient(to bottom, #E174AC 0%, #FFABE3 100%); color: #000; }
div { background: linear-gradient(to bottom, #FFABE3 0%, #E174AC 100%); color: #000; }
div { background: linear-gradient(to bottom, #E174AC 0%, #FFABE3 100%); color: #fff; }
div { background: linear-gradient(to bottom, #FFABE3 0%, #E174AC 100%); color: #fff; }
div { border: 1px solid #ff8fc7; }
div { border: 5px solid #ff8fc7; }
div { border: 1px dashed #ff8fc7; }
div { border: 5px dashed #ff8fc7; }
div { border: 1px dotted #ff8fc7; }
div { border: 5px dotted #ff8fc7; }