Fashion Fuchsia (#F400A1)

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.92:1 — vs black: 5.36:1

Color values

  • HEX #F400A1
  • RGB rgb(244, 0, 161)
  • HSL hsl(320, 100%, 47%)
  • CMYK cmyk( 0, 100, 34, 4 )
  • Websafe #FF0099

Tags

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

Color Harmonies

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

Complementary

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

Fashion Fuchsia
#F400A1 Base
#00F453
Analogous

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

Fashion Fuchsia
#F400A1 Base
#CD00F4
#F40027
Triadic

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

Fashion Fuchsia
#F400A1 Base
#A1F400
#00A1F4
Split-Complementary

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

Fashion Fuchsia
#F400A1 Base
#27F400
#00F4CD
Tetradic (Square)

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

Fashion Fuchsia
#F400A1 Base
#F4CD00
#00F453
#0027F4
Monochromatic

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

Fashion Fuchsia
#F400A1 Base
#5B003C
#A7006F
#CB0086
#FF1EB2
#FF41BF
#FF8ED9
Shades & Tints

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

Shades (darker)

#1A0011
#45002E
#71004B
#9D0067
#C80084
Fashion Fuchsia #F400A1 Base
#FF25B5
#FF55C5
#FF85D6
#FFB5E6
#FFE6F6
CSS & SCSS Snippets

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

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

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

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

/* Radial gradient */
.element {
    background: radial-gradient(
        circle,
        #F400A1,
        #00F453
    );
}
SCSS Variable
// SCSS variable
$fashion-fuchsia: #F400A1;

// With RGB channels (useful for rgba() usage)
$fashion-fuchsia-r: 244;
$fashion-fuchsia-g: 0;
$fashion-fuchsia-b: 161;

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

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

Normal Vision #F400A1 How the color appears with full color vision.
Deuteranopia #8C8C9D 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 #5858A2 Protanopia affects ~1% of males. Red cones are absent, causing reds to appear dark and indistinguishable from greens and browns.
Tritanopia #EE3C3C Tritanopia is rare (~0.003%). Blue cones are absent, making blue and yellow difficult to distinguish. Blues may appear green, yellows appear pink.
Achromatopsia #818181 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 Fashion Fuchsia ranked by perceptual difference (Delta-E 2000 — lower = more similar).

Fashion Fuchsia #F400A1 Base
Persian Rose #FE28A2 ΔE 3.64
Deep Pink #FF1493 ΔE 4.58
Magenta (process) #FF0090 ΔE 4.69
Barbie Pink #E0218A ΔE 4.76

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.