#FF005D Color Information

Hex color code: #FF005D

The hex color #FF005D is a vivid magenta with RGB values of (255, 0, 93) and HSL of (338°, 100%, 50%). It is commonly used in modern UI design.

Try:
Color NameCrimson
HEX
#FF005D
RGB
255, 0, 93
HSL
338°, 100%, 50%
CMYK
0%, 100%, 64%, 0%

Shades

CSS Usage
color: #FF005D;
background-color: #FF005D;
border-color: #FF005D;
box-shadow: 0 0 10px #FF005D;
border: 2px solid #FF005D;
Tailwind Usage
bg-[#FF005D]
text-[#FF005D]
border-[#FF005D]
shadow-[0_0_10px_FF005D]

Generate Gradient

Gradient CSS
background: linear-gradient(90deg, #FF005D, #FF5733);

Preview in UI

Button

.btn-primary { background-color: #FF005D; color: #000000; }

Badge

New Feature
.badge { background-color: #FF005D; color: #000000; }

Text Highlight

The quick brown fox jumps over the lazy dog. highlighted text example shows how the color looks as a text highlight.

Card

Card Title

This card uses your color as a border accent.

.card-accent { border: 2px solid #FF005D; background-color: #FF005D15; }

Alert / Toast

This is an alert using your color as accent.
.alert { background-color: #FF005D20; border-left: 4px solid #FF005D; }

Link / Accent

This is a paragraph with a link using your color. The color can be applied to interactive elements.

a { color: #FF005D; }

Related Colors

Complementary

Analogous

Triadic

Split Complementary

Tetradic

Monochromatic

Popular Colors

Common HEX Colors

Color Theory

Relationships based on the position of #FF005D in the color wheel.

Current Complementary Triadic Analogous

RGB, HSL and CMYK Values

RGB

255, 0, 93

Red: 255 / Green: 0 / Blue: 93

HSL

338°, 100%, 50%

Hue: 338° / Saturation: 100% / Lightness: 50%

CMYK

0%, 100%, 64%, 0%

Cyan: 0% / Magenta: 100% / Yellow: 64% / Key: 0%

What color is #FF005D?

#FF005D is a highly saturated hue associated with energy and excitement.

Color Shades

Complementary Colors

Color Palette

HEX to RGB

Convert #FF005D to RGB:

rgb(255, 0, 93)HEX to RGB Converter →

HEX to HSL

Convert #FF005D to HSL:

hsl(338, 100%, 50%)RGB to HSL Converter →

HEX to CMYK

Convert #FF005D to CMYK:

cmyk(0%, 100%, 64%, 0%)Color Converter →

Color Meaning and Usage

A dynamic magenta tone, #FF005D has RGB (255, 0, 93) and HSL (338°, 100%, 50%). Known for evoking energy and excitement, this highly saturated hue is popular for illustrations and friendly visual themes. Lighter variations like #FFFFFF create softer gradients.

The complementary color of #FF005D is #00FFA2, creating high-contrast pairings. For softer combinations, try analogous colors like #FF00DD.

Use #FF005D in CSS: color: #FF005D or background-color: #FF005D. Create palettes with Color Palette Generator or check contrast with Contrast Checker.

Contrast with #FF005D

Sample text on this color - The quick brown fox jumps over the lazy dog.

Contrast Ratio: 5.41:1
WCAG AA: Pass
WCAG AAA: Fail

Need more control? Contrast Checker →

Frequently Asked Questions

What color is #FF005D?

#FF005D is a dynamic magenta color - a highly saturated hue that evokes energy and excitement.

What is the RGB value of #FF005D?

#FF005D in RGB is (255, 0, 93) - 255 red, 0 green, and 93 blue.

How to use #FF005D in CSS?

Use #FF005D directly in your CSS properties like color or background-color.

What colors go well with #FF005D?

#00FFA2 (complementary), #FF00DD (analogous), and #B30041 (lighter shade) work well with #FF005D.