What is the HEX code for medium pink?
The CSS color medium pink in HEX format is #f36196. Use this value directly in CSS, SVG, and most design tools.
How do I use medium pink in CSS?
To apply medium pink in CSS:
- Text color: color: #f36196;
- Background: background-color: #f36196;
- Border: border-color: #f36196;
What are all the color format values for medium pink?
| Format | Value |
|---|---|
| HEX | #f36196 |
| RGB | rgb(243, 97, 150) |
| HSL | hsl(338.2, 85.9%, 66.7%) |
| CMYK | cmyk(0%, 60.1%, 38.3%, 4.7%) |
How do I convert medium pink to HEX?
Select medium pink from the color name list in our color converter. The HEX value — #f36196 — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does medium pink belong to?
medium pink belongs to the pink color family. It is a medium, vivid color with HSL values: hue 338.2°, saturation 85.9%, lightness 66.7%.
How do I create lighter and darker shades of medium pink?
Lighter variant (lightness 81.7%): #f8a8c5. Darker variant (lightness 51.7%): #ee1a67. These values are computed by adjusting HSL lightness ±15% while keeping the same hue and saturation.
What is HEX used for?
HEX color codes are used in CSS, HTML and design tools. They encode red, green and blue as two hexadecimal digits each (00–FF), forming a compact 6-character code like #ff0000.