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
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.
The color directly opposite on the color wheel — creates maximum contrast and vibrance.
#FD3F92
Base
#3FFDAA
Colors adjacent on the wheel — naturally harmonious and pleasing to the eye.
#FD3F92
Base
#FD3FF1
#FD4B3F
Three colors equally spaced 120° apart — bold, balanced, and visually rich.
#FD3F92
Base
#92FD3F
#3F92FD
Two colors flanking the complement — high contrast with less tension than full complementary.
#FD3F92
Base
#3FFD4B
#3FF1FD
Four colors at 90° intervals — rich variety, best when one color dominates.
#FD3F92
Base
#F1FD3F
#3FFDAA
#4B3FFD
Shades and tints of the same hue — cohesive, elegant, and easy to work with.
#FD3F92
Base
#A10247
#ED0269
#FD177B
#FD67A9
#FE8BBD
#FFD6E8
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
#FD3F92
Base
#FD60A5
#FE82B8
#FEA3CB
#FEC4DE
#FFE6F1
Ready-to-use code snippets for #FD3F92. Click the copy button to copy any snippet to your clipboard.
/* Background */
.element {
background-color: #FD3F92;
}
/* Text */
.element {
color: #FD3F92;
}
/* Border */
.element {
border: 1px solid #FD3F92;
}
/* Linear gradient to complementary */
.element {
background: linear-gradient(
to right,
#FD3F92,
#FCFFFD
);
}
/* Radial gradient */
.element {
background: radial-gradient(
circle,
#FD3F92,
#FCFFFD
);
}
// 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);
}
How French Fuchsia appears to people with different types of color vision deficiency.
#FD3F92
How the color appears with full color vision.
#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.
#6C6C93
Protanopia affects ~1% of males. Red cones are absent, causing reds to appear dark and indistinguishable from greens and browns.
#F95050
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.