Name | Hex (RGB) | HTML/CSS (RGB) | RGB | RGB (%) | CMYK | HSV |
---|---|---|---|---|---|---|
Wild Strawberry | FD338F | #FD338F | 253, 51, 143 | 99.22, 20, 56.08 | 0, 79.84, 43.48, 0.78 | 332.67326732673, 79.841897233202, 99.21568627451 |
Color #fd338f is Wild Strawberry. In RGB: 99.22, 20, 56.08. In CMYK: 0, 79.84, 43.48, 0.78.
div { background: #fd338f; color: #000; }
div { background: #fd338f; color: #fff; }
div { background: linear-gradient(to bottom, #DE0076 0%, #FF57A9 100%); color: #000; }
div { background: linear-gradient(to bottom, #FF57A9 0%, #DE0076 100%); color: #000; }
div { background: linear-gradient(to bottom, #DE0076 0%, #FF57A9 100%); color: #fff; }
div { background: linear-gradient(to bottom, #FF57A9 0%, #DE0076 100%); color: #fff; }
div { border: 1px solid #fd338f; }
div { border: 5px solid #fd338f; }
div { border: 1px dashed #fd338f; }
div { border: 5px dashed #fd338f; }
div { border: 1px dotted #fd338f; }
div { border: 5px dotted #fd338f; }