Pink red to RGB — Color Code

#f5054f
Format Value
HEX #f5054f
RGB rgb(245, 5, 79)
HSL hsl(341.5, 96%, 49%)
CMYK cmyk(0%, 98%, 67.8%, 3.9%)
HSV hsv(341.5, 98%, 96.1%)

pink red color harmonies

Tints & shades of pink red

Tints (lighter)

#f61c5f #f7326f #f8497f #f9608f #fa779f #fa8daf #fba4bf #fcbbcf #fdd2df #fee8ef

Shades (darker)

#df0548 #c80441 #b20439 #9c0332 #86032b #6f0224 #59021d #430116 #2d010e #160007

Contrast & accessibility

The quick brown fox

On white · 4.19:1 · AA Large

The quick brown fox

On black · 5.02:1 · AA

Recommended text color: #000000

Use pink red in code

CSS color: #f5054f;
SCSS $color: #f5054f;
Tailwind bg-[#f5054f]
Swift UIColor(red: 0.961, green: 0.020, blue: 0.310, alpha: 1)
Android Color.parseColor("#f5054f")
Flutter Color(0xFFF5054F)

Colors similar to pink red

Browse all Pink colors →

What is the RGB code for pink red?

The CSS color pink red in RGB format is rgb(245, 5, 79). Use this value directly in CSS, SVG, and most design tools.

How do I use pink red in CSS?

To apply pink red in CSS:

  • Text color: color: rgb(245, 5, 79);
  • Background: background-color: rgb(245, 5, 79);
  • Border: border-color: rgb(245, 5, 79);

What are all the color format values for pink red?

FormatValue
HEX#f5054f
RGBrgb(245, 5, 79)
HSLhsl(341.5, 96%, 49%)
CMYKcmyk(0%, 98%, 67.8%, 3.9%)

How do I convert pink red to RGB?

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

What color family does pink red belong to?

pink red belongs to the pink color family. It is a medium, vivid color with HSL values: hue 341.5°, saturation 96%, lightness 49%.

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

Lighter variant (lightness 64%): #fb4b81. Darker variant (lightness 34%): #aa0337. 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.