Rose is a
warm medium color with the hex code #F91F76.
This vibrant hue can be represented as RGB
249, 31, 118 in digital design or CMYK 0%, 88%, 53%, 2% for print applications.
Find matching Pantone color.
Rose
#F91F76
Rose color values
- HEX
- #F91F76
- RGB
- 249, 31, 118
- HSL
- 336°, 95%, 55%
- CMYK
- 0, 88, 53, 2
Shades & tints
About this color
Rose sits at 336° on the color wheel with 95% saturation and 55% lightness, placing it in the magenta-red segment of the spectrum. With saturation at 95%, this is a high-chroma color: the kind that anchors palettes and demands considered placement. At medium-high lightness, it holds its own on white backgrounds while remaining approachable.
In digital environments, Rose is rendered as rgb(249, 31, 118), where the red channel dominates at 249, creating a strongly red-skewed appearance. The mid-range lightness and strong saturation make this versatile for both foreground and background roles, depending on what it is paired against.
For print, Rose translates to a CMYK breakdown of 0C 88M 53Y 2K. With almost no black ink (2%), this color is built almost entirely from process inks: 88% magenta, 53% yellow. This profile tends toward vibrancy in print, though ink density limits on press may affect saturation on coated versus uncoated stock. No brands in the brandkit.pro library currently specify this exact hex as a named brand color.
Color harmonies
Complementary
Analogous
Triadic
Split-Complementary
How to use Rose
CSS Variable
:root {
--brand-primary: #F91F76;
--brand-primary-rgb: 249, 31, 118;
} Define as a CSS custom property for consistent theming across your site.
Tailwind Config
colors: {
brand: '#F91F76',
}
Add to your Tailwind config to use classes like bg-brand.
Print Design (CMYK)
C: 0%
M: 88%
Y: 53%
K: 2% Use these CMYK values in Adobe Illustrator, InDesign, or print specifications.
RGB for Screens
rgb(249, 31, 118)
rgba(249, 31, 118, 0.8) Use RGB notation for compatibility or add alpha channel for transparency.
Frequently asked questions
What color is #F91F76?
What is the RGB value of #F91F76?
Is Rose a warm or cool color?
How do I use #F91F76 in CSS?
background-color: #F91F76; or color: #F91F76; or as an RGB value: rgb(249, 31, 118). For print design, use CMYK: 0%, 88%, 53%, 2%.