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?
| Format | Value |
|---|---|
| HEX | #fa2a55 |
| RGB | rgb(250, 42, 85) |
| HSL | hsl(347.6, 95.4%, 57.3%) |
| CMYK | cmyk(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.