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

Sample Text
This is how text may look on this color.
Best text color: #000000
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

Tip: tags are heuristic suggestions (helpful for browsing and inspiration).

Color Harmonies

Colors that pair well with #F9429E based on color theory relationships.

Complementary

The color directly opposite on the color wheel — creates maximum contrast and vibrance.

Rose Bonbon
#F9429E Base
#42F99D
Analogous

Colors adjacent on the wheel — naturally harmonious and pleasing to the eye.

Rose Bonbon
#F9429E Base
#F942F9
#F94242
Triadic

Three colors equally spaced 120° apart — bold, balanced, and visually rich.

Rose Bonbon
#F9429E Base
#9EF942
#429EF9
Split-Complementary

Two colors flanking the complement — high contrast with less tension than full complementary.

Rose Bonbon
#F9429E Base
#42F942
#42F9F9
Tetradic (Square)

Four colors at 90° intervals — rich variety, best when one color dominates.

Rose Bonbon
#F9429E Base
#F9F942
#42F99D
#4242F9
Monochromatic

Shades and tints of the same hue — cohesive, elegant, and easy to work with.

Rose Bonbon
#F9429E Base
#9D0551
#E70778
#F81A8A
#FA6AB2
#FB8CC4
#FED6EA
Shades & Tints

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
Rose Bonbon #F9429E Base
#FA63AF
#FB84C0
#FCA5D1
#FDC5E1
#FEE6F2
CSS & SCSS Snippets

Ready-to-use code snippets for #F9429E. Click the copy button to copy any snippet to your clipboard.

CSS Properties
/* Background */
.element {
    background-color: #F9429E;
}

/* Text */
.element {
    color: #F9429E;
}

/* Border */
.element {
    border: 1px solid #F9429E;
}
CSS Gradient
/* Linear gradient to complementary */
.element {
    background: linear-gradient(
        to right,
        #F9429E,
        #42F99D
    );
}

/* Radial gradient */
.element {
    background: radial-gradient(
        circle,
        #F9429E,
        #42F99D
    );
}
SCSS Variable
// 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);
}
Color Blindness Simulation

How Rose Bonbon appears to people with different types of color vision deficiency.

Normal Vision #F9429E How the color appears with full color vision.
Deuteranopia #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.
Protanopia #6D6D9F Protanopia affects ~1% of males. Red cones are absent, causing reds to appear dark and indistinguishable from greens and browns.
Tritanopia #F55555 Tritanopia is rare (~0.003%). Blue cones are absent, making blue and yellow difficult to distinguish. Blues may appear green, yellows appear pink.
Achromatopsia #8D8D8D Achromatopsia is complete color blindness. The world is seen entirely in shades of grey. Affects ~1 in 30,000 people.
Similar Named Colors

The closest named colors to Rose Bonbon ranked by perceptual difference (Delta-E 2000 — lower = more similar).

Rose Bonbon #F9429E Base
Wild Strawberry #FF43A4 ΔE 1.35
Persian Rose #FE28A2 ΔE 2.45
French Fuchsia #FD3F92 ΔE 2.80
Brilliant Rose #FF55A3 ΔE 3.33

How to use this color

  1. Copy HEX for CSS and design tools, or RGB/HSL for UI adjustments.
  2. Use CMYK when preparing print assets (posters, packaging, brochures).
  3. Check contrast before using it for text or important UI elements.