Color: #F6859D

#F6859D Color Information

#F6859D is a light color. The closest websafe version is #F6859D. A complement of this color would be #84F6DD, perceived brightness is 0.66, and the grayscale version is #BEBEBE.

In the HSL color space, this color has a hue angle of 347°,a saturation of 86%, and a lightness of 74%.The HSV representation shows a hue of 347°, a saturation of 46%, and a value of 96%.

In a RGB color space, #F6859D is composed of 96% red, 52% green and 62% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 46% magenta, 36% yellow and 4% black.

In the Yxy color space, this color is represented as Y: 39.36, x: 0.4465, and y: 0.3252.

Color Code #F6859D

#F6859Drgb(246, 133, 157)
HEX
#F6859D
RGB
rgb(246, 133, 157)
HSL
hsl(347, 86%, 74%)
HSV
hsv(347, 46%, 96%)
CMYK
0%, 46%, 36%, 4%
XYZ
X: 54.04, Y: 39.36, Z: 27.64
Lab
L: 69.01, a: 45.81, b: 7.68
Name

Shades of Color #F6859D

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

Tints are created by lightening the original color #F6859D 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.

#F6859Drgb(246, 133, 157)

About #F6859D Color Code

In the HSL color space, this color has a hue angle of 347°, a saturation of 86%, and a lightness of 74%. The HSV representation shows a hue of 347°, a saturation of 46%, and a value of 96%.

  • HEX: #F6859D
  • RGB: rgb(246, 133, 157)
  • HSL: hsl(347, 86%, 74%)
  • HSV: hsv(347, 46%, 96%)
  • CMYK: 0.00% cyan, 46.00% magenta, 36.00% yellow, 4.00% black
  • XYZ: 54.04, 39.36, 27.64
  • Yxy: 39.36, 0.4465, 0.3252
  • Hunter Lab: 69.01, 45.81, 7.68
  • CIE-Lab: 69.01, 45.81, 7.68

In the XYZ color space, this color is represented as X: 54.04, Y: 39.36, Z: 27.64. The Yxy representation further refines this as Y: 39.36, x: 0.4465, and y: 0.3252.

In the Hunter Lab color space, this color is represented as L: 69.01, a: 45.81, and b: 7.68. Similarly, in the CIE-Lab color space, it is represented as L: 69.01, a: 45.81, and b: 7.68.

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

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

Analogous Colors of #F6859D

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

Monochromatic Colors of #F6859D

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

Complementary Color of #F6859D

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

/* Using HEX */
body {
  background-color: #f6859d;
}
/* Using RGB */
body {
  background-color: rgb(246, 133, 157);
}
/* Using RGB with opacity */
body {
  background-color: rgba(246, 133, 157, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(347, 86%, 74%);
}
/* Text color */
p {
  color: #f6859d;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #f6859d;
}
/* Border color */
.box {
  border: 4px solid #f6859d;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #f6859d;
}
Text Shadow Preview
/* Background with text */
div {
  background: #f6859d;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#F6859D
On Black Background
#F6859D
On White Background
#F6859D

HTML Examples of #F6859D

<!-- Using HEX -->
<div style="background-color: #f6859d; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(246, 133, 157); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(246, 133, 157, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(347, 86%, 74%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #f6859d;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #f6859d; width: 100px; height: 100px;"></div>
<!-- Border color -->
<div style="border: 4px solid #f6859d; width: 100px; height: 100px;"></div>
<!-- Text shadow -->
<h1 style="color: #222; text-shadow: 2px 2px 0 #f6859d;">Text Shadow Preview</h1>
Text Shadow Preview
<!-- Background with text -->
<div style="background: #f6859d; color: #fff; padding: 16px; border-radius: 8px;">
  #F6859D
</div>
#F6859D
On Black Background
#F6859D
On White Background
#F6859D

Related Colors of #F6859D

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