Pink Color

CSS Name pink
HEX #FFC0CB
RGB rgb(255, 192, 203)
HSL hsl(350, 100%, 88%)
CMYK cmyk(0%, 25%, 20%, 0%)

About Pink

Pink is one of the 148 CSS named colors recognized by all modern browsers. You can use it in CSS by name (color: pink;) or by its HEX code (color: #FFC0CB;).

Usage in CSS

.element {
  color: pink;
  /* or */
  color: #FFC0CB;
  /* or */
  color: rgb(255, 192, 203);
}

Frequently Asked Questions

What is the HEX code for Pink?

The HEX code for Pink is #FFC0CB.

What is the RGB value of Pink?

The RGB value is rgb(255, 192, 203).

Browse More Named Colors