Lightcoral to HEX — Color Code

HEX

#f08080

Format Value
HEX #f08080
RGB rgb(240, 128, 128)
HSL hsl(0, 78.9%, 72.2%)
CMYK cmyk(0%, 46.7%, 46.7%, 5.9%)

What is the HEX code for lightcoral?

The CSS color lightcoral in HEX format is #f08080. Use this value directly in CSS, SVG, and most design tools.

How do I use lightcoral in CSS?

To apply lightcoral in CSS:

  • Text color: color: #f08080;
  • Background: background-color: #f08080;
  • Border: border-color: #f08080;

What are all the color format values for lightcoral?

FormatValue
HEX#f08080
RGBrgb(240, 128, 128)
HSLhsl(0, 78.9%, 72.2%)
CMYKcmyk(0%, 46.7%, 46.7%, 5.9%)

How do I convert lightcoral to HEX?

Select lightcoral from the color name list in our color converter. The HEX value — #f08080 — appears instantly alongside HEX, RGB, HSL and CMYK.

What color family does lightcoral belong to?

lightcoral belongs to the red color family. It is a light, vivid color with HSL values: hue 0°, saturation 78.9%, lightness 72.2%.

How do I create lighter and darker shades of lightcoral?

Lighter variant (lightness 87.2%): #f8c5c5. Darker variant (lightness 57.2%): #e83c3c. These values are computed by adjusting HSL lightness ±15% while keeping the same hue and saturation.

What is HEX used for?

HEX color codes are used in CSS, HTML and design tools. They encode red, green and blue as two hexadecimal digits each (00–FF), forming a compact 6-character code like #ff0000.