Skip to content

#f02a9c

a balanced, electric magenta / pink · warm · closest name: Deep Pink

RGB
240, 42, 156
HSL
326°, 87%, 55%
CMYK
0, 83, 35, 6
Luminance
0.2258

At a glance

Every number on this page in one read: what #f02a9c is made of, how bright it looks, and which way it leans.

Hex
#f02a9c
Hue
326°
magenta / pink
Saturation
87%
electric
Lightness
55%
balanced
Brightness
94%
HSV value
Perceived
57%
weighted brightness
Luminance
0.2258
WCAG relative
Temperature
Warm
36/100 cool
Color family
Magenta / pink
Tone
Electric
Best ink
Black
5.52:1
Closest name
Deep Pink
ΔE2000 3.4
Where it sits
Hue326° of 360°
Saturation87%
Lightness55%
Temperature
Warm ← → Cool36% cool

Reads warm. Warm and cool siblings keep the same lightness, so you can swap one in without redoing your contrast maths.

Every format

HEX#f02a9c
RGBrgb(240, 42, 156)
HSLhsl(326, 87%, 55%)
CMYKcmyk(0%, 83%, 35%, 6%)
LABlab(54.6 78.6 -13.3)
LCHlch(54.6 79.8 350.4)
OKLCHoklch(0.641 0.244 351.9)
Decimal15739548
Display P3color(display-p3 0.941 0.165 0.612)

Copy-ready code

/* CSS */
color: #f02a9c;
background-color: #f02a9c;
/* Tailwind (arbitrary) */
class="text-[#f02a9c] bg-[#f02a9c]"
/* SCSS */
$brand: #f02a9c;
/* SwiftUI */
Color(red: 0.941, green: 0.165, blue: 0.612)
/* Android */
Color.parseColor("#f02a9c")
/* Flutter */
Color(0xFFF02A9C)
/* Python / OpenCV (BGR) */
(156, 42, 240)

Best text color

Only one of black and white can be right. This is the one, with the number that proves it.

Readable at a glance#000000 on #f02a9c · 5.52:1
Use #000000AA at every size, AAA for large text only.
Aa
White text · 3.81:1
AA fail · AA large pass · AAA fail
Aa
Black text · 5.52:1 · recommended
AA pass · AA large pass · AAA fail
Reading the other direction: #f02a9c as text scores 3.81:1 on white and 5.52:1 on black.

Accessibility — WCAG contrast

Aa
#f02a9c on white: 3.81:1
AA ✗ fail · AA-large · AAA
Aa
#f02a9c on black: 5.52:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #546C9F
deuteranopia · #8C8F98
tritanopia · #FF0862

Color scale — 50 to 950

A Tailwind-shaped ramp built around this exact hex. #f02a9c is pinned to step 500; the rest hold its hue and let saturation ease off at the extremes so the pale end never turns neon.

#FDF2F8
#FAE5F1
#F7C4E2
#F896CE
#F462B6
#f02a9c
#E5108A
#BF0D73
#980B5C
#6E0C45
#45082B
Base = 500Lightest = 50 · #FDF2F8Darkest = 950 · #45082B
:root {
  --brand-50: #FDF2F8;
  --brand-100: #FAE5F1;
  --brand-200: #F7C4E2;
  --brand-300: #F896CE;
  --brand-400: #F462B6;
  --brand-500: #f02a9c;
  --brand-600: #E5108A;
  --brand-700: #BF0D73;
  --brand-800: #980B5C;
  --brand-900: #6E0C45;
  --brand-950: #45082B;
  --brand: #f02a9c;
  --brand-ink: #000000;
}

Colors that work with #f02a9c

Not a palette — a role sheet. Each swatch answers one question you will hit while building the component.

Text on it#000000
Black wins here
Surface#FAF4F8
Tinted page background
Border#EDC0DA
Hairlines and dividers
Muted text#9B4B79
Captions on the surface
Accent#09C329
Second voice, not a rival
Dark variant#770848
Hover, pressed, headers
Light variant#FDE7F4
Selected rows, tints
Dark surface#24141D
Dark-mode background
Light mode
Everything in its place

Surface, border, heading and body all derive from this one hue, so the screen stays coherent without a second palette.

Primary actionSecondaryBadge
Dark mode
Same hue, inverted

Lightness flips, hue holds. The accent stays the anchor in both themes.

Primary actionSecondaryAccent

How to use #f02a9c

Derived from its contrast, chroma and lightness — not from taste.

Works well for
  • Headings from 24px up on white
  • Text and icons on dark surfaces
  • Primary buttons and calls to action
  • Focus rings, active and selected states
  • Brand accents, badges and data highlights
Use with care
  • Small text on white — under 4.5:1
  • Full-page backgrounds — tiring over long sessions
  • Pairing with a same-lightness hue — edges vibrate

Similar colors

One move away from this hex in each direction. Every swatch is its own page.

Color relationships

The wheel positions with their names attached, so you can grab the one you actually need.

Complementary#2AF07E
Analogous left#E12AF0
Analogous right#F02A39
Split-complement 1#39F02A
Split-complement 2#2AF0E1
Triadic 1#9CF02A
Triadic 2#2A9CF0
Tetradic#F0E12A

RGB percentages

Red94.1%
Green16.5%
Blue61.2%

CMYK percentages

Cyan0.0%
Magenta82.5%
Yellow35.0%
Key (black)5.9%

Color previews

#f02a9c text on a black background

contrast 5.52:1

Card sample

#f02a9c text on a white background

contrast 3.81:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

color: #f02a9c;
Background color
Panel with #f02a9c background
background-color: #f02a9c;
Text shadow — hex

Glowing headline

text-shadow: 2px 2px 8px #f02a9c;
Text shadow — RGB

Soft neon halo

text-shadow: 0 0 14px rgba(240, 42, 156, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 42, 156, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f02a9c;
background: linear-gradient(135deg, #f02a9c, #F03C2A);

Monochromatic scale

Palettes built from #f02a9c

Shades — darker

Tints — lighter

Color harmonies

Nearest named colors

Ranked with CIEDE2000 across all 139 CSS keywords. Under ΔE 2 the eye stops telling them apart; over ΔE 10 they are plainly different colors.

#f02a9c in the real world

Where a color in this family tends to land, and the interface roles it is usually asked to play.

Industries
BeautyFashionLifestyleYouth brands
Common UI roles
ButtonsLinksFocus statesCharts
Print note

Sits outside most CMYK gamuts — expect a duller press result, or specify a spot ink.

#f02a9c, answered

What color is #f02a9c?

#f02a9c is a balanced electric magenta / pink, closest to Deep Pink (ΔE2000 3.4). It sits at 326° on the hue wheel with 87% saturation and 55% lightness, which reads as warm.

What is the RGB value of #f02a9c?

rgb(240, 42, 156) — 240 red, 42 green and 156 blue out of 255, or 94.1% / 16.5% / 61.2% by channel.

Is #f02a9c a light or a dark color?

It is a mid-tone. Relative luminance is 0.2258 and perceived brightness is 57%, so black text on it reaches 5.52:1.

Should I use black or white text on #f02a9c?

Black. It scores 5.52:1 against #f02a9c, versus 3.81:1 for white — AA at any size.

What is the complementary color of #f02a9c?

#2AF07E sits directly opposite on the wheel. Softer options are the split-complements #39F02A and #2AF0E1, which give the same contrast with far less vibration.

What colors go well with #f02a9c?

For interface work: #FAF4F8 as the surface, #EDC0DA for borders, #9B4B79 for secondary text, #09C329 as an accent and #770848 for hover and pressed states. For a palette, the analogous pair #E12AF0 and #F02A39 stays calm, while #2AF07E is the loudest partner.

What is #f02a9c in CMYK for printing?

cmyk(0%, 83%, 35%, 6%). This is a screen-to-ink approximation — a color this saturated sits outside most CMYK gamuts and will print duller than it looks here.

Is #f02a9c warm or cool?

Warm — it scores 36 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #F02A53; nudged cooler, #F228E6.

Work with #f02a9c in the Color Lab