#fd1073
a balanced, electric magenta / pink · warm · closest name: Deep Pink
At a glance
Every number on this page in one read: what #fd1073 is made of, how bright it looks, and which way it leans.
Reads warm. Warm and cool siblings keep the same lightness, so you can swap one in without redoing your contrast maths.
Every format
| HEX | #fd1073 |
| RGB | rgb(253, 16, 115) |
| HSL | hsl(335, 98%, 53%) |
| CMYK | cmyk(0%, 94%, 55%, 1%) |
| LAB | lab(54.5 82.1 11.4) |
| LCH | lch(54.5 82.9 7.9) |
| OKLCH | oklch(0.641 0.253 6.6) |
| Decimal | 16584819 |
| Display P3 | color(display-p3 0.992 0.063 0.451) |
Copy-ready code
/* CSS */
color: #fd1073;
background-color: #fd1073;
/* Tailwind (arbitrary) */
class="text-[#fd1073] bg-[#fd1073]"
/* SCSS */
$brand: #fd1073;
/* SwiftUI */
Color(red: 0.992, green: 0.063, blue: 0.451)
/* Android */
Color.parseColor("#fd1073")
/* Flutter */
Color(0xFFFD1073)
/* Python / OpenCV (BGR) */
(115, 16, 253)Best text color
Only one of black and white can be right. This is the one, with the number that proves it.
Accessibility — WCAG contrast
Color scale — 50 to 950
A Tailwind-shaped ramp built around this exact hex. #fd1073 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.
:root {
--brand-50: #FDF1F6;
--brand-100: #FCE3EE;
--brand-200: #FBC1D9;
--brand-300: #FE90BE;
--brand-400: #FE589D;
--brand-500: #fd1073;
--brand-600: #F30267;
--brand-700: #CA0256;
--brand-800: #A20144;
--brand-900: #750634;
--brand-950: #490421;
--brand: #fd1073;
--brand-ink: #000000;
}Colors that work with #fd1073
Not a palette — a role sheet. Each swatch answers one question you will hit while building the component.
Surface, border, heading and body all derive from this one hue, so the screen stays coherent without a second palette.
Lightness flips, hue holds. The accent stays the anchor in both themes.
How to use #fd1073
Derived from its contrast, chroma and lightness — not from taste.
- ✓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
- ⚠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 | #10FD9A | Directly opposite — maximum tension | |
| Analogous left | #FD10EA | Neighbour, quieter | |
| Analogous right | #FD2310 | Neighbour, quieter | |
| Split-complement 1 | #10FD23 | Contrast without the clash | |
| Split-complement 2 | #10EAFD | Contrast without the clash | |
| Triadic 1 | #73FD10 | Even thirds — balanced and loud | |
| Triadic 2 | #1073FD | Even thirds — balanced and loud | |
| Tetradic | #EAFD10 | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#fd1073 text on a black background
contrast 5.50:1
#fd1073 text on a white background
contrast 3.82:1
CSS3 live lab
The quick brown fox
color: #fd1073;
background-color: #fd1073;
Glowing headline
text-shadow: 2px 2px 8px #fd1073;
Soft neon halo
text-shadow: 0 0 14px rgba(253, 16, 115, 0.45);
box-shadow: 0 12px 32px -8px rgba(253, 16, 115, 0.45);
border: 3px solid #fd1073; background: linear-gradient(135deg, #fd1073, #FD4B10);
Monochromatic scale
Palettes built from #fd1073
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.
Closest color with a full write-up: Rose (#ff007f) — ΔE2000 2.8 away, with its history, psychology and brand usage.
#fd1073 in the real world
Where a color in this family tends to land, and the interface roles it is usually asked to play.
Sits outside most CMYK gamuts — expect a duller press result, or specify a spot ink.
#fd1073, answered
What color is #fd1073?
#fd1073 is a balanced electric magenta / pink, closest to Deep Pink (ΔE2000 6.7). It sits at 335° on the hue wheel with 98% saturation and 53% lightness, which reads as warm.
What is the RGB value of #fd1073?
rgb(253, 16, 115) — 253 red, 16 green and 115 blue out of 255, or 99.2% / 6.3% / 45.1% by channel.
Is #fd1073 a light or a dark color?
It is a mid-tone. Relative luminance is 0.2249 and perceived brightness is 57%, so black text on it reaches 5.50:1.
Should I use black or white text on #fd1073?
Black. It scores 5.50:1 against #fd1073, versus 3.82:1 for white — AA at any size.
What is the complementary color of #fd1073?
#10FD9A sits directly opposite on the wheel. Softer options are the split-complements #10FD23 and #10EAFD, which give the same contrast with far less vibration.
What colors go well with #fd1073?
For interface work: #FAF4F7 as the surface, #EDC0D3 for borders, #9B4B6C for secondary text, #00CC44 as an accent and #7E0136 for hover and pressed states. For a palette, the analogous pair #FD10EA and #FD2310 stays calm, while #10FD9A is the loudest partner.
What is #fd1073 in CMYK for printing?
cmyk(0%, 94%, 55%, 1%). 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 #fd1073 warm or cool?
Warm — it scores 31 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #FD101C; nudged cooler, #FF0ECB.