Color: #F6748C

#F6748C Color Information

#F6748C is a light color. The closest websafe version is #F6748C. A complement of this color would be #74F6DE, perceived brightness is 0.62, and the grayscale version is #B5B5B5.

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

In a RGB color space, #F6748C is composed of 96% red, 45% green and 55% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 53% magenta, 43% yellow and 4% black.

In the Yxy color space, this color is represented as Y: 34.62, x: 0.4736, and y: 0.3236.

Color Code #F6748C

HEX
#F6748C
RGB
rgb(246, 116, 140)
HSL
hsl(349, 88%, 71%)
HSV
hsv(349, 53%, 96%)
CMYK
0%, 53%, 43%, 4%
XYZ
X: 50.67, Y: 34.62, Z: 21.71
Lab
L: 65.45, a: 52.40, b: 12.28
Name

Shades of Color #F6748C

Shades are created by darkening the original color #F6748C 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 #F6748C

Tints are created by lightening the original color #F6748C 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 #F6748C Color Code

In the HSL color space, this color has a hue angle of 349°, a saturation of 88%, and a lightness of 71%. The HSV representation shows a hue of 349°, a saturation of 53%, and a value of 96%.

  • HEX: #F6748C
  • RGB: rgb(246, 116, 140)
  • HSL: hsl(349, 88%, 71%)
  • HSV: hsv(349, 53%, 96%)
  • CMYK: 0.00% cyan, 53.00% magenta, 43.00% yellow, 4.00% black
  • XYZ: 50.67, 34.62, 21.71
  • Yxy: 34.62, 0.4736, 0.3236
  • Hunter Lab: 65.45, 52.40, 12.28
  • CIE-Lab: 65.45, 52.40, 12.28

In the XYZ color space, this color is represented as X: 50.67, Y: 34.62, Z: 21.71. The Yxy representation further refines this as Y: 34.62, x: 0.4736, and y: 0.3236.

In the Hunter Lab color space, this color is represented as L: 65.45, a: 52.40, and b: 12.28. Similarly, in the CIE-Lab color space, it is represented as L: 65.45, a: 52.40, and b: 12.28.

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 #F6748C

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

Analogous Colors of #F6748C

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

Monochromatic Colors of #F6748C

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

Complementary Color of #F6748C

The complementary color of #F6748C 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 #F6748C

/* Using HEX */
body {
  background-color: #f6748c;
}
/* Using RGB */
body {
  background-color: rgb(246, 116, 140);
}
/* Using RGB with opacity */
body {
  background-color: rgba(246, 116, 140, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(349, 88%, 71%);
}
/* Text color */
p {
  color: #f6748c;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #f6748c;
}

HTML Examples of #F6748C

<!-- Using HEX -->
<div style="background-color: #f6748c; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(246, 116, 140); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(246, 116, 140, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(349, 88%, 71%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #f6748c;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #f6748c; width: 100px; height: 100px;"></div>

Related Colors of #F6748C

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