Amaranth Pink (#F19CBB)
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: 2.06:1 — vs black: 10.21:1
Color values
-
HEX
#F19CBB -
RGB
rgb(241, 156, 187) -
HSL
hsl(338, 35%, 94%) -
CMYK
cmyk( 0, 35.27, 22.41, 5.49 )
Tags
Tip: tags are heuristic suggestions (helpful for browsing and inspiration).
Color Harmonies
Colors that pair well with #F19CBB based on color theory relationships.
The color directly opposite on the color wheel — creates maximum contrast and vibrance.
#F19CBB
Base
#9CF1D2
Colors adjacent on the wheel — naturally harmonious and pleasing to the eye.
#F19CBB
Base
#F19CE6
#F1A79C
Three colors equally spaced 120° apart — bold, balanced, and visually rich.
#F19CBB
Base
#BBF19C
#9CBBF1
Two colors flanking the complement — high contrast with less tension than full complementary.
#F19CBB
Base
#9CF1A7
#9CE6F1
Four colors at 90° intervals — rich variety, best when one color dominates.
#F19CBB
Base
#E6F19C
#9CF1D2
#A79CF1
Shades and tints of the same hue — cohesive, elegant, and easy to work with.
#F19CBB
Base
#D61E61
#E8598D
#EC78A2
#F6C0D4
#FADFE9
#FCE9F0
Darker shades and lighter tints of Amaranth Pink, generated by adjusting lightness while keeping the same hue and saturation.
Shades (darker)
#16030A
#570C28
#991645
#DA1F63
#E85B8E
#F19CBB
Base
#F3ABC6
#F5BBD0
#F8CADB
#FAD9E5
#FCE9F0
Ready-to-use code snippets for #F19CBB. Click the copy button to copy any snippet to your clipboard.
/* Background */
.element {
background-color: #F19CBB;
}
/* Text */
.element {
color: #F19CBB;
}
/* Border */
.element {
border: 1px solid #F19CBB;
}
/* Linear gradient to complementary */
.element {
background: linear-gradient(
to right,
#F19CBB,
#ECF6F2
);
}
/* Radial gradient */
.element {
background: radial-gradient(
circle,
#F19CBB,
#ECF6F2
);
}
// SCSS variable
$amaranth-pink: #F19CBB;
// With RGB channels (useful for rgba() usage)
$amaranth-pink-r: 241;
$amaranth-pink-g: 156;
$amaranth-pink-b: 187;
// Usage
.element {
background-color: $amaranth-pink;
color: rgba($amaranth-pink-r, $amaranth-pink-g, $amaranth-pink-b, 0.8);
}
How Amaranth Pink appears to people with different types of color vision deficiency.
#F19CBB
How the color appears with full color vision.
#BABAB9
Deuteranopia affects ~8% of males. Green cones are absent, making it difficult to distinguish red from green. The most common form of color blindness.
#A8A8BB
Protanopia affects ~1% of males. Red cones are absent, causing reds to appear dark and indistinguishable from greens and browns.
#EEA0A0
Tritanopia is rare (~0.003%). Blue cones are absent, making blue and yellow difficult to distinguish. Blues may appear green, yellows appear pink.
#B5B5B5
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.