Fuchsia β€” #FF00FF

CSS named color Β· every format, accessibility scores and similar colors.

All color formats

CSS code

color: fuchsia;
color: #FF00FF;
background-color: fuchsia;

Accessibility

Similar colors

Frequently asked questions

What is the HEX code for Fuchsia?

The CSS named color Fuchsia has the HEX code #FF00FF. You can use either the name or the HEX value in CSS.

Is Fuchsia a web safe color?

All 148 CSS named colors are supported by every modern browser. 'Web safe' historically referred to a 216-color palette for 8-bit displays β€” no longer a practical constraint.

How do I use Fuchsia in CSS?

Use color: fuchsia; or color: #FF00FF; β€” both are equivalent in all browsers.