Color: #F94ECE

#F94ECE Color Information

#F94ECE is a light color. The closest websafe version is #F94ECE. A complement of this color would be #4EF979, perceived brightness is 0.56, and the grayscale version is #A4A4A4.

In the HSL color space, this color has a hue angle of 315°,a saturation of 93%, and a lightness of 64%.The HSV representation shows a hue of 315°, a saturation of 69%, and a value of 98%.

In a RGB color space, #F94ECE is composed of 98% red, 31% green and 81% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 69% magenta, 17% yellow and 2% black.

In the Yxy color space, this color is represented as Y: 30.28, x: 0.4098, and y: 0.2338.

Color Code #F94ECE

#F94ECErgb(249, 78, 206)
HEX
#F94ECE
RGB
rgb(249, 78, 206)
HSL
hsl(315, 93%, 64%)
HSV
hsv(315, 69%, 98%)
CMYK
0%, 69%, 17%, 2%
XYZ
X: 53.07, Y: 30.28, Z: 46.14
Lab
L: 61.90, a: 74.01, b: -30.46
Name

Shades of Color #F94ECE

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

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

#F94ECErgb(249, 78, 206)

About #F94ECE Color Code

In the HSL color space, this color has a hue angle of 315°, a saturation of 93%, and a lightness of 64%. The HSV representation shows a hue of 315°, a saturation of 69%, and a value of 98%.

  • HEX: #F94ECE
  • RGB: rgb(249, 78, 206)
  • HSL: hsl(315, 93%, 64%)
  • HSV: hsv(315, 69%, 98%)
  • CMYK: 0.00% cyan, 69.00% magenta, 17.00% yellow, 2.00% black
  • XYZ: 53.07, 30.28, 46.14
  • Yxy: 30.28, 0.4098, 0.2338
  • Hunter Lab: 61.90, 74.01, -30.46
  • CIE-Lab: 61.90, 74.01, -30.46

In the XYZ color space, this color is represented as X: 53.07, Y: 30.28, Z: 46.14. The Yxy representation further refines this as Y: 30.28, x: 0.4098, and y: 0.2338.

In the Hunter Lab color space, this color is represented as L: 61.90, a: 74.01, and b: -30.46. Similarly, in the CIE-Lab color space, it is represented as L: 61.90, a: 74.01, and b: -30.46.

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

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

Analogous Colors of #F94ECE

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

Split Complementary Colors of #F94ECE

Split complementary colors are two colors adjacent to the complementary color of #F94ECE. They create a balanced and visually appealing color scheme.

Tetradic Colors of #F94ECE

Tetradic colors form a rectangle on the color wheel, including #F94ECE. They provide vibrant and diverse color schemes for creative designs.

Monochromatic Colors of #F94ECE

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

Complementary Color of #F94ECE

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

/* Using HEX */
body {
  background-color: #f94ece;
}
/* Using RGB */
body {
  background-color: rgb(249, 78, 206);
}
/* Using RGB with opacity */
body {
  background-color: rgba(249, 78, 206, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(315, 93%, 64%);
}
/* Text color */
p {
  color: #f94ece;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #f94ece;
}
/* Border color */
.box {
  border: 4px solid #f94ece;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #f94ece;
}
Text Shadow Preview
/* Background with text */
div {
  background: #f94ece;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#F94ECE
On Black Background
#F94ECE
On White Background
#F94ECE

HTML Examples of #F94ECE

<!-- Using HEX -->
<div style="background-color: #f94ece; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(249, 78, 206); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(249, 78, 206, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(315, 93%, 64%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #f94ece;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #f94ece; width: 100px; height: 100px;"></div>
<!-- Border color -->
<div style="border: 4px solid #f94ece; width: 100px; height: 100px;"></div>
<!-- Text shadow -->
<h1 style="color: #222; text-shadow: 2px 2px 0 #f94ece;">Text Shadow Preview</h1>
Text Shadow Preview
<!-- Background with text -->
<div style="background: #f94ece; color: #fff; padding: 16px; border-radius: 8px;">
  #F94ECE
</div>
#F94ECE
On Black Background
#F94ECE
On White Background
#F94ECE

Related Colors of #F94ECE

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