Red pink to RGB — Color Code

#fa2a55
Format Value
HEX #fa2a55
RGB rgb(250, 42, 85)
HSL hsl(347.6, 95.4%, 57.3%)
CMYK cmyk(0%, 83.2%, 66%, 2%)
HSV hsv(347.6, 83.2%, 98%)

red pink color harmonies

Tints & shades of red pink

Tints (lighter)

#fa3d64 #fb5174 #fb6483 #fc7793 #fc8ba2 #fd9eb2 #fdb2c1 #fec5d1 #fed8e0 #ffecf0

Shades (darker)

#e3264d #cd2246 #b61f3e #9f1b36 #88172e #721327 #5b0f1f #440b17 #2d080f #170408

Contrast & accessibility

The quick brown fox

On white · 3.8:1 · AA Large

The quick brown fox

On black · 5.53:1 · AA

Recommended text color: #000000

Use red pink in code

CSS color: #fa2a55;
SCSS $color: #fa2a55;
Tailwind bg-[#fa2a55]
Swift UIColor(red: 0.980, green: 0.165, blue: 0.333, alpha: 1)
Android Color.parseColor("#fa2a55")
Flutter Color(0xFFFA2A55)

Colors similar to red pink

Browse all Red colors →

What is the RGB code for red pink?

The CSS color red pink in RGB format is rgb(250, 42, 85). Use this value directly in CSS, SVG, and most design tools.

How do I use red pink in CSS?

To apply red pink in CSS:

  • Text color: color: rgb(250, 42, 85);
  • Background: background-color: rgb(250, 42, 85);
  • Border: border-color: rgb(250, 42, 85);

What are all the color format values for red pink?

FormatValue
HEX#fa2a55
RGBrgb(250, 42, 85)
HSLhsl(347.6, 95.4%, 57.3%)
CMYKcmyk(0%, 83.2%, 66%, 2%)

How do I convert red pink to RGB?

Select red pink from the color name list in our color converter. The RGB value — rgb(250, 42, 85) — appears instantly alongside HEX, RGB, HSL and CMYK.

What color family does red pink belong to?

red pink belongs to the red color family. It is a medium, vivid color with HSL values: hue 347.6°, saturation 95.4%, lightness 57.3%.

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

Lighter variant (lightness 72.3%): #fc7591. Darker variant (lightness 42.3%): #d3052f. 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.