Light Red
#ff7f7f · one of 31,915 named colors
Light Red is a light, vivid red with the hex code #ff7f7f. In RGB it is 255 red, 127 green and 127 blue, and black text is most readable on top of it.
Codes
HEX
#ff7f7fHEX8
#ff7f7fffRGB
rgb(255, 127, 127)RGBA
rgba(255, 127, 127, 1)RGB %
rgb(100%, 50%, 50%)HSL
hsl(0, 100%, 75%)HSLA
hsla(0, 100%, 75%, 1)Variables
Sass
$light-red: #ff7f7f;Less
@light-red: #ff7f7f;CSS
--light-red: #ff7f7f;