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
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
Style
Use case
Tip: tags are heuristic suggestions (helpful for browsing and inspiration).
Color Harmonies
Colors that pair well with #F400A1 based on color theory relationships.
The color directly opposite on the color wheel — creates maximum contrast and vibrance.
#F400A1
Base
#00F453
Colors adjacent on the wheel — naturally harmonious and pleasing to the eye.
#F400A1
Base
#CD00F4
#F40027
Three colors equally spaced 120° apart — bold, balanced, and visually rich.
#F400A1
Base
#A1F400
#00A1F4
Two colors flanking the complement — high contrast with less tension than full complementary.
#F400A1
Base
#27F400
#00F4CD
Four colors at 90° intervals — rich variety, best when one color dominates.
#F400A1
Base
#F4CD00
#00F453
#0027F4
Shades and tints of the same hue — cohesive, elegant, and easy to work with.
#F400A1
Base
#5B003C
#A7006F
#CB0086
#FF1EB2
#FF41BF
#FF8ED9
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
#F400A1
Base
#FF25B5
#FF55C5
#FF85D6
#FFB5E6
#FFE6F6
Ready-to-use code snippets for #F400A1. Click the copy button to copy any snippet to your clipboard.
/* Background */
.element {
background-color: #F400A1;
}
/* Text */
.element {
color: #F400A1;
}
/* Border */
.element {
border: 1px solid #F400A1;
}
/* Linear gradient to complementary */
.element {
background: linear-gradient(
to right,
#F400A1,
#00F453
);
}
/* Radial gradient */
.element {
background: radial-gradient(
circle,
#F400A1,
#00F453
);
}
// 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);
}
How Fashion Fuchsia appears to people with different types of color vision deficiency.
#F400A1
How the color appears with full color vision.
#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.
#5858A2
Protanopia affects ~1% of males. Red cones are absent, causing reds to appear dark and indistinguishable from greens and browns.
#EE3C3C
Tritanopia is rare (~0.003%). Blue cones are absent, making blue and yellow difficult to distinguish. Blues may appear green, yellows appear pink.
#818181
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.