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

Sample Text
This is how text may look on this color.
Best text color: #000000
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.

Complementary

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

Amaranth Pink
#F19CBB Base
#9CF1D2
Analogous

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

Amaranth Pink
#F19CBB Base
#F19CE6
#F1A79C
Triadic

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

Amaranth Pink
#F19CBB Base
#BBF19C
#9CBBF1
Split-Complementary

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

Amaranth Pink
#F19CBB Base
#9CF1A7
#9CE6F1
Tetradic (Square)

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

Amaranth Pink
#F19CBB Base
#E6F19C
#9CF1D2
#A79CF1
Monochromatic

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

Amaranth Pink
#F19CBB Base
#D61E61
#E8598D
#EC78A2
#F6C0D4
#FADFE9
#FCE9F0
Shades & Tints

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
Amaranth Pink #F19CBB Base
#F3ABC6
#F5BBD0
#F8CADB
#FAD9E5
#FCE9F0
CSS & SCSS Snippets

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

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

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

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

/* Radial gradient */
.element {
    background: radial-gradient(
        circle,
        #F19CBB,
        #ECF6F2
    );
}
SCSS Variable
// 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);
}
Color Blindness Simulation

How Amaranth Pink appears to people with different types of color vision deficiency.

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

Amaranth Pink #F19CBB Base
Pastel Magenta #F49AC2 ΔE 2.23
Carnation Pink #FFA6C9 ΔE 3.15
Kobi #E79FC4 ΔE 3.54
Light Thulian Pink #E68FAC ΔE 3.57

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.