Fuchsia Hex Code — #FF00FF
RGB, HSL, and CMYK values for Fuchsia.
Fuchsia Color Values
| Format | Value |
|---|---|
| HEX | #FF00FF |
| RGB | rgb(255, 0, 255) |
| HSL | hsl(300, 100%, 50%) |
| CMYK | cmyk(0%, 100%, 0%, 0%) |
Want to explore more shades? Use our Color Converter
About Fuchsia
Color psychology: Confidence, maturity.
Fuchsia (#FF00FF) is a medium shade of purple. It's commonly used in web design, graphic design, and branding where confidence, maturity are desired associations.
How to Use Fuchsia in CSS
/* Using HEX */ color: #FF00FF; background-color: #FF00FF; /* Using RGB */ color: rgb(255, 0, 255); /* Using HSL */ color: hsl(300, 100%, 50%);