#FF99CA Color Information

Hex color code: #FF99CA

#FF99CA is a light magenta color. In RGB it is (255, 153, 202), and in HSL it is (331°, 100%, 80%). It is frequently seen in web interfaces.

Try:
Color NameLight Pink
HEX
#FF99CA
RGB
255, 153, 202
HSL
331°, 100%, 80%
CMYK
0%, 40%, 21%, 0%

Shades

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

Generate Gradient

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

Preview in UI

Button

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

Badge

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

Alert / Toast

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

Link / Accent

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

a { color: #FF99CA; }

Related Colors

Complementary

Analogous

Triadic

Split Complementary

Tetradic

Monochromatic

Popular Colors

Common HEX Colors

Color Theory

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

Current Complementary Triadic Analogous

RGB, HSL and CMYK Values

RGB

255, 153, 202

Red: 255 / Green: 153 / Blue: 202

HSL

331°, 100%, 80%

Hue: 331° / Saturation: 100% / Lightness: 80%

CMYK

0%, 40%, 21%, 0%

Cyan: 0% / Magenta: 40% / Yellow: 21% / Key: 0%

What color is #FF99CA?

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

Color Shades

Complementary Colors

Color Palette

HEX to RGB

Convert #FF99CA to RGB:

rgb(255, 153, 202)HEX to RGB Converter →

HEX to HSL

Convert #FF99CA to HSL:

hsl(331, 100%, 80%)RGB to HSL Converter →

HEX to CMYK

Convert #FF99CA to CMYK:

cmyk(0%, 40%, 21%, 0%)Color Converter →

Color Meaning and Usage

#FF99CA is a delicate magenta color with RGB values of 255, 153, 202 and HSL of 331°, 100%, 80%. This highly saturated hue evokes energy and excitement, making it suitable for often used for buttons, highlights, and accents. Lighter variations like #FFFFFF create softer gradients.

The complementary color of #FF99CA is #99FFCE, creating high-contrast pairings. For softer combinations, try analogous colors like #FF99FD.

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

Contrast with #FF99CA

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

Contrast Ratio: 10.66:1
WCAG AA: Pass
WCAG AAA: Pass

Need more control? Contrast Checker →

Frequently Asked Questions

What color is #FF99CA?

#FF99CA is a delicate magenta color - a highly saturated hue that evokes energy and excitement.

What is the RGB value of #FF99CA?

#FF99CA in RGB is (255, 153, 202) - 255 red, 153 green, and 202 blue.

How to use #FF99CA in CSS?

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

What colors go well with #FF99CA?

#99FFCE (complementary), #FF99FD (analogous), and #FF4DA3 (lighter shade) work well with #FF99CA.