Color: #F75C97

#F75C97 Color Information

#F75C97 is a light color. The closest websafe version is #F75C97. A complement of this color would be #59F7BB, perceived brightness is 0.57, and the grayscale version is #A9A9A9.

In the HSL color space, this color has a hue angle of 337°,a saturation of 91%, and a lightness of 66%.The HSV representation shows a hue of 337°, a saturation of 100%, and a value of 100%.

In a RGB color space, #F75C97 is composed of 97% red, 36% green and 59% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 63% magenta, 39% yellow and 3% black.

In the Yxy color space, this color is represented as Y: 30.24, x: 0.4732, and y: 0.2914.

Color Code #F75C97

HEX
#F75C97
RGB
rgb(247, 92, 151)
HSL
hsl(337, 91%, 66%)
HSV
hsv(337, 63%, 97%)
CMYK
0%, 63%, 39%, 3%
XYZ
X: 49.11, Y: 30.24, Z: 24.44
Lab
L: 61.86, a: 63.68, b: 0.94
Name

Shades of Color #F75C97

Shades are created by darkening the original color #F75C97 in equal steps from 0% to 90%. These shades are perfect for creating depth and contrast in your designs. Use them to add visual hierarchy or highlight specific elements in your projects.

Tints of Color #F75C97

Tints are created by lightening the original color #F75C97 in equal steps from 0% to 90%, ending with pure white. These tints are ideal for creating soft backgrounds, subtle highlights, or cohesive UI elements that complement your designs.

About #F75C97 Color Code

In the HSL color space, this color has a hue angle of 337°, a saturation of 91%, and a lightness of 66%. The HSV representation shows a hue of 337°, a saturation of 63%, and a value of 97%.

  • HEX: #F75C97
  • RGB: rgb(247, 92, 151)
  • HSL: hsl(337, 91%, 66%)
  • HSV: hsv(337, 63%, 97%)
  • CMYK: 0.00% cyan, 63.00% magenta, 39.00% yellow, 3.00% black
  • XYZ: 49.11, 30.24, 24.44
  • Yxy: 30.24, 0.4732, 0.2914
  • Hunter Lab: 61.86, 63.68, 0.94
  • CIE-Lab: 61.86, 63.68, 0.94

In the XYZ color space, this color is represented as X: 49.11, Y: 30.24, Z: 24.44. The Yxy representation further refines this as Y: 30.24, x: 0.4732, and y: 0.2914.

In the Hunter Lab color space, this color is represented as L: 61.86, a: 63.68, and b: 0.94. Similarly, in the CIE-Lab color space, it is represented as L: 61.86, a: 63.68, and b: 0.94.

Use these color codes in your CSS, design tools, or anywhere you need to specify a color. You can also explore its shades and tints for more creative options.

Triadic Colors of #F75C97

Triadic colors are three colors evenly spaced around the color wheel, including #F75C97. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.

Analogous Colors of #F75C97

Analogous colors are adjacent to #F75C97 on the color wheel. They create harmonious and visually pleasing designs, ideal for projects that need a cohesive look.

Monochromatic Colors of #F75C97

Monochromatic colors are variations of #F75C97, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.

Complementary Color of #F75C97

The complementary color of #F75C97 is opposite it on the color wheel. Complementary colors provide strong contrast and are ideal for designs that need visual impact and attention.

CSS Examples of #F75C97

/* Using HEX */
body {
  background-color: #f75c97;
}
/* Using RGB */
body {
  background-color: rgb(247, 92, 151);
}
/* Using RGB with opacity */
body {
  background-color: rgba(247, 92, 151, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(337, 91%, 66%);
}
/* Text color */
p {
  color: #f75c97;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #f75c97;
}

HTML Examples of #F75C97

<!-- Using HEX -->
<div style="background-color: #f75c97; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(247, 92, 151); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(247, 92, 151, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(337, 91%, 66%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #f75c97;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #f75c97; width: 100px; height: 100px;"></div>

Related Colors of #F75C97

These colors are similar to #F75C97, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.