Rose Bonbon (#F9429E)
HEX, RGB, HSL, CMYK values + mood/style/use-case color tags. Use this page to keep your colors consistent across web and print.
Preview
Contrast vs white: 3.33:1 — vs black: 6.30:1
Color values
-
HEX
#F9429E -
RGB
rgb(249, 66, 158) -
HSL
hsl(329, 93%, 61%) -
CMYK
cmyk( 0, 73, 37, 2 ) -
Websafe
#FF3399
Tags
Style
Use case
Tip: tags are heuristic suggestions (helpful for browsing and inspiration).
Color Harmonies
Colors that pair well with #F9429E based on color theory relationships.
The color directly opposite on the color wheel — creates maximum contrast and vibrance.
#F9429E
Base
#42F99D
Colors adjacent on the wheel — naturally harmonious and pleasing to the eye.
#F9429E
Base
#F942F9
#F94242
Three colors equally spaced 120° apart — bold, balanced, and visually rich.
#F9429E
Base
#9EF942
#429EF9
Two colors flanking the complement — high contrast with less tension than full complementary.
#F9429E
Base
#42F942
#42F9F9
Four colors at 90° intervals — rich variety, best when one color dominates.
#F9429E
Base
#F9F942
#42F99D
#4242F9
Shades and tints of the same hue — cohesive, elegant, and easy to work with.
#F9429E
Base
#9D0551
#E70778
#F81A8A
#FA6AB2
#FB8CC4
#FED6EA
Darker shades and lighter tints of Rose Bonbon, generated by adjusting lightness while keeping the same hue and saturation.
Shades (darker)
#19010D
#51032A
#890447
#C10664
#F70A81
#F9429E
Base
#FA63AF
#FB84C0
#FCA5D1
#FDC5E1
#FEE6F2
Ready-to-use code snippets for #F9429E. Click the copy button to copy any snippet to your clipboard.
/* Background */
.element {
background-color: #F9429E;
}
/* Text */
.element {
color: #F9429E;
}
/* Border */
.element {
border: 1px solid #F9429E;
}
/* Linear gradient to complementary */
.element {
background: linear-gradient(
to right,
#F9429E,
#42F99D
);
}
/* Radial gradient */
.element {
background: radial-gradient(
circle,
#F9429E,
#42F99D
);
}
// SCSS variable
$rose-bonbon: #F9429E;
// With RGB channels (useful for rgba() usage)
$rose-bonbon-r: 249;
$rose-bonbon-g: 66;
$rose-bonbon-b: 158;
// Usage
.element {
background-color: $rose-bonbon;
color: rgba($rose-bonbon-r, $rose-bonbon-g, $rose-bonbon-b, 0.8);
}
How Rose Bonbon appears to people with different types of color vision deficiency.
#F9429E
How the color appears with full color vision.
#98989A
Deuteranopia affects ~8% of males. Green cones are absent, making it difficult to distinguish red from green. The most common form of color blindness.
#6D6D9F
Protanopia affects ~1% of males. Red cones are absent, causing reds to appear dark and indistinguishable from greens and browns.
#F55555
Tritanopia is rare (~0.003%). Blue cones are absent, making blue and yellow difficult to distinguish. Blues may appear green, yellows appear pink.
#8D8D8D
Achromatopsia is complete color blindness. The world is seen entirely in shades of grey. Affects ~1 in 30,000 people.
How to use this color
- Copy HEX for CSS and design tools, or RGB/HSL for UI adjustments.
- Use CMYK when preparing print assets (posters, packaging, brochures).
- Check contrast before using it for text or important UI elements.