Awesome (#FF2052)
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.76:1 — vs black: 5.58:1
Color values
-
HEX
#FF2052 -
RGB
rgb(255, 32, 82) -
HSL
hsl(346, 100%, 56%) -
CMYK
cmyk( 0, 87, 68, 0 ) -
Websafe
#FF3366
Tags
Style
Use case
Tip: tags are heuristic suggestions (helpful for browsing and inspiration).
Color Harmonies
Colors that pair well with #FF2052 based on color theory relationships.
The color directly opposite on the color wheel — creates maximum contrast and vibrance.
#FF2052
Base
#20FFCD
Colors adjacent on the wheel — naturally harmonious and pleasing to the eye.
#FF2052
Base
#FF20C1
#FF5E20
Three colors equally spaced 120° apart — bold, balanced, and visually rich.
#FF2052
Base
#52FF20
#2052FF
Two colors flanking the complement — high contrast with less tension than full complementary.
#FF2052
Base
#20FF5E
#20C1FF
Four colors at 90° intervals — rich variety, best when one color dominates.
#FF2052
Base
#C1FF20
#20FFCD
#5E20FF
Shades and tints of the same hue — cohesive, elegant, and easy to work with.
#FF2052
Base
#86001E
#D2002F
#F60037
#FF4972
#FF6C8D
#FFB9C9
Darker shades and lighter tints of Awesome, generated by adjusting lightness while keeping the same hue and saturation.
Shades (darker)
#1A0006
#4E0011
#82001D
#B60029
#EB0035
#FF2052
Base
#FF4871
#FF6F8F
#FF97AE
#FFBECD
#FFE6EB
Ready-to-use code snippets for #FF2052. Click the copy button to copy any snippet to your clipboard.
/* Background */
.element {
background-color: #FF2052;
}
/* Text */
.element {
color: #FF2052;
}
/* Border */
.element {
border: 1px solid #FF2052;
}
/* Linear gradient to complementary */
.element {
background: linear-gradient(
to right,
#FF2052,
#20FFCD
);
}
/* Radial gradient */
.element {
background: radial-gradient(
circle,
#FF2052,
#20FFCD
);
}
// SCSS variable
$awesome: #FF2052;
// With RGB channels (useful for rgba() usage)
$awesome-r: 255;
$awesome-g: 32;
$awesome-b: 82;
// Usage
.element {
background-color: $awesome;
color: rgba($awesome-r, $awesome-g, $awesome-b, 0.8);
}
How Awesome appears to people with different types of color vision deficiency.
#FF2052
How the color appears with full color vision.
#959547
Deuteranopia affects ~8% of males. Green cones are absent, making it difficult to distinguish red from green. The most common form of color blindness.
#626254
Protanopia affects ~1% of males. Red cones are absent, causing reds to appear dark and indistinguishable from greens and browns.
#FE2A2A
Tritanopia is rare (~0.003%). Blue cones are absent, making blue and yellow difficult to distinguish. Blues may appear green, yellows appear pink.
#848484
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.