Pinkish red to RGB — Color Code

RGB

rgb(241, 12, 69)

Format Value
HEX #f10c45
RGB rgb(241, 12, 69)
HSL hsl(345.1, 90.5%, 49.6%)
CMYK cmyk(0%, 95%, 71.4%, 5.5%)

What is the RGB code for pinkish red?

The CSS color pinkish red in RGB format is rgb(241, 12, 69). Use this value directly in CSS, SVG, and most design tools.

How do I use pinkish red in CSS?

To apply pinkish red in CSS:

  • Text color: color: rgb(241, 12, 69);
  • Background: background-color: rgb(241, 12, 69);
  • Border: border-color: rgb(241, 12, 69);

What are all the color format values for pinkish red?

FormatValue
HEX#f10c45
RGBrgb(241, 12, 69)
HSLhsl(345.1, 90.5%, 49.6%)
CMYKcmyk(0%, 95%, 71.4%, 5.5%)

How do I convert pinkish red to RGB?

Select pinkish red from the color name list in our color converter. The RGB value — rgb(241, 12, 69) — appears instantly alongside HEX, RGB, HSL and CMYK.

What color family does pinkish red belong to?

pinkish red belongs to the red color family. It is a medium, vivid color with HSL values: hue 345.1°, saturation 90.5%, lightness 49.6%.

How do I create lighter and darker shades of pinkish red?

Lighter variant (lightness 64.6%): #f6537c. Darker variant (lightness 34.6%): #a80830. These values are computed by adjusting HSL lightness ±15% while keeping the same hue and saturation.

What is RGB used for?

RGB defines colors using three values from 0 to 255 — red, green and blue intensity. It is the native format for screens, monitors and web browsers.