French Fuchsia (#FD3F92)

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 #FD3F92
  • RGB rgb(253, 63, 146)
  • HSL hsl(333, 75%, 99%)
  • CMYK cmyk( 0, 75.1, 42.29, 0.78 )

Tags

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

Color Harmonies

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

Complementary

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

French Fuchsia
#FD3F92 Base
#3FFDAA
Analogous

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

French Fuchsia
#FD3F92 Base
#FD3FF1
#FD4B3F
Triadic

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

French Fuchsia
#FD3F92 Base
#92FD3F
#3F92FD
Split-Complementary

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

French Fuchsia
#FD3F92 Base
#3FFD4B
#3FF1FD
Tetradic (Square)

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

French Fuchsia
#FD3F92 Base
#F1FD3F
#3FFDAA
#4B3FFD
Monochromatic

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

French Fuchsia
#FD3F92 Base
#A10247
#ED0269
#FD177B
#FD67A9
#FE8BBD
#FFD6E8
Shades & Tints

Darker shades and lighter tints of French Fuchsia, generated by adjusting lightness while keeping the same hue and saturation.

Shades (darker)

#19000B
#530125
#8C013E
#C60258
#FC0671
French Fuchsia #FD3F92 Base
#FD60A5
#FE82B8
#FEA3CB
#FEC4DE
#FFE6F1
CSS & SCSS Snippets

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

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

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

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

/* Radial gradient */
.element {
    background: radial-gradient(
        circle,
        #FD3F92,
        #FCFFFD
    );
}
SCSS Variable
// SCSS variable
$french-fuchsia: #FD3F92;

// With RGB channels (useful for rgba() usage)
$french-fuchsia-r: 253;
$french-fuchsia-g: 63;
$french-fuchsia-b: 146;

// Usage
.element {
    background-color: $french-fuchsia;
    color: rgba($french-fuchsia-r, $french-fuchsia-g, $french-fuchsia-b, 0.8);
}
Color Blindness Simulation

How French Fuchsia appears to people with different types of color vision deficiency.

Normal Vision #FD3F92 How the color appears with full color vision.
Deuteranopia #99998D 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 #6C6C93 Protanopia affects ~1% of males. Red cones are absent, causing reds to appear dark and indistinguishable from greens and browns.
Tritanopia #F95050 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 French Fuchsia ranked by perceptual difference (Delta-E 2000 — lower = more similar).

French Fuchsia #FD3F92 Base
French Rose #F64A8A ΔE 2.30
Violet Red #F75394 ΔE 2.35
Rose Bonbon #F9429E ΔE 2.80
Deep Pink #FF1493 ΔE 3.43

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.