What is the RGB code for pinky red?
The CSS color pinky red in RGB format is rgb(252, 38, 71). Use this value directly in CSS, SVG, and most design tools.
How do I use pinky red in CSS?
To apply pinky red in CSS:
- Text color: color: rgb(252, 38, 71);
- Background: background-color: rgb(252, 38, 71);
- Border: border-color: rgb(252, 38, 71);
What are all the color format values for pinky red?
| Format | Value |
|---|---|
| HEX | #fc2647 |
| RGB | rgb(252, 38, 71) |
| HSL | hsl(350.7, 97.3%, 56.9%) |
| CMYK | cmyk(0%, 84.9%, 71.8%, 1.2%) |
How do I convert pinky red to RGB?
Select pinky red from the color name list in our color converter. The RGB value — rgb(252, 38, 71) — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does pinky red belong to?
pinky red belongs to the red color family. It is a medium, vivid color with HSL values: hue 350.7°, saturation 97.3%, lightness 56.9%.
How do I create lighter and darker shades of pinky red?
Lighter variant (lightness 71.9%): #fd7287. Darker variant (lightness 41.9%): #d30323. 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.