Meat
#f08080 · one of 31,915 named colors
Meat is a light, vivid red with the hex code #f08080. In RGB it is 240 red, 128 green and 128 blue, and black text is most readable on top of it.
Codes
HEX
#f08080HEX8
#f08080ffRGB
rgb(240, 128, 128)RGBA
rgba(240, 128, 128, 1)RGB %
rgb(94%, 50%, 50%)HSL
hsl(0, 79%, 72%)HSLA
hsla(0, 79%, 72%, 1)Variables
Sass
$meat: #f08080;Less
@meat: #f08080;CSS
--meat: #f08080;