#FF059B Color Information

Hex color code: #FF059B

#FF059B is a vivid magenta color. In RGB it is (255, 5, 155), and in HSL it is (324°, 100%, 51%). It is commonly used in modern UI design.

Try:
Color NameDeep Pink
HEX
#FF059B
RGB
255, 5, 155
HSL
324°, 100%, 51%
CMYK
0%, 98%, 39%, 0%

Shades

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

Generate Gradient

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

Preview in UI

Button

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

Badge

New Feature
.badge { background-color: #FF059B; 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 #FF059B; background-color: #FF059B15; }

Alert / Toast

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

Link / Accent

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

a { color: #FF059B; }

Related Colors

Complementary

Analogous

Triadic

Split Complementary

Tetradic

Monochromatic

Popular Colors

Common HEX Colors

Color Theory

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

Current Complementary Triadic Analogous

RGB, HSL and CMYK Values

RGB

255, 5, 155

Red: 255 / Green: 5 / Blue: 155

HSL

324°, 100%, 51%

Hue: 324° / Saturation: 100% / Lightness: 51%

CMYK

0%, 98%, 39%, 0%

Cyan: 0% / Magenta: 98% / Yellow: 39% / Key: 0%

What color is #FF059B?

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

Color Shades

Complementary Colors

Color Palette

HEX to RGB

Convert #FF059B to RGB:

rgb(255, 5, 155)HEX to RGB Converter →

HEX to HSL

Convert #FF059B to HSL:

hsl(324, 100%, 51%)RGB to HSL Converter →

HEX to CMYK

Convert #FF059B to CMYK:

cmyk(0%, 98%, 39%, 0%)Color Converter →

Color Meaning and Usage

A vivid magenta tone, #FF059B has RGB (255, 5, 155) and HSL (324°, 100%, 51%). Known for evoking energy and excitement, this highly saturated hue is widely used in graphic design. Lighter variations like #FFFFFF create softer gradients.

The complementary color of #FF059B is #05FF69, creating high-contrast pairings. For softer combinations, try analogous colors like #E605FF.

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

Contrast with #FF059B

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

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

Need more control? Contrast Checker →

Frequently Asked Questions

What color is #FF059B?

#FF059B is a vivid magenta color - a highly saturated hue that evokes energy and excitement.

What is the RGB value of #FF059B?

#FF059B in RGB is (255, 5, 155) - 255 red, 5 green, and 155 blue.

How to use #FF059B in CSS?

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

What colors go well with #FF059B?

#05FF69 (complementary), #E605FF (analogous), and #B8006E (lighter shade) work well with #FF059B.