Color: #F49FDF

#F49FDF Color Information

#F49FDF is a light color. The closest websafe version is #F49FDF. A complement of this color would be #9FF4B4, perceived brightness is 0.75, and the grayscale version is #CACACA.

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

In a RGB color space, #F49FDF is composed of 96% red, 62% green and 87% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 35% magenta, 9% yellow and 4% black.

In the Yxy color space, this color is represented as Y: 49.46, x: 0.3724, and y: 0.2907.

Color Code #F49FDF

HEX
#F49FDF
RGB
rgb(244, 159, 223)
HSL
hsl(315, 79%, 79%)
HSV
hsv(315, 35%, 96%)
CMYK
0%, 35%, 9%, 4%
XYZ
X: 63.36, Y: 49.46, Z: 57.33
Lab
L: 75.73, a: 39.28, b: -18.97
Name

Shades of Color #F49FDF

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

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

In the HSL color space, this color has a hue angle of 315°, a saturation of 79%, and a lightness of 79%. The HSV representation shows a hue of 315°, a saturation of 35%, and a value of 96%.

  • HEX: #F49FDF
  • RGB: rgb(244, 159, 223)
  • HSL: hsl(315, 79%, 79%)
  • HSV: hsv(315, 35%, 96%)
  • CMYK: 0.00% cyan, 35.00% magenta, 9.00% yellow, 4.00% black
  • XYZ: 63.36, 49.46, 57.33
  • Yxy: 49.46, 0.3724, 0.2907
  • Hunter Lab: 75.73, 39.28, -18.97
  • CIE-Lab: 75.73, 39.28, -18.97

In the XYZ color space, this color is represented as X: 63.36, Y: 49.46, Z: 57.33. The Yxy representation further refines this as Y: 49.46, x: 0.3724, and y: 0.2907.

In the Hunter Lab color space, this color is represented as L: 75.73, a: 39.28, and b: -18.97. Similarly, in the CIE-Lab color space, it is represented as L: 75.73, a: 39.28, and b: -18.97.

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

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

Analogous Colors of #F49FDF

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

Monochromatic Colors of #F49FDF

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

Complementary Color of #F49FDF

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

/* Using HEX */
body {
  background-color: #f49fdf;
}
/* Using RGB */
body {
  background-color: rgb(244, 159, 223);
}
/* Using RGB with opacity */
body {
  background-color: rgba(244, 159, 223, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(315, 79%, 79%);
}
/* Text color */
p {
  color: #f49fdf;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #f49fdf;
}

HTML Examples of #F49FDF

<!-- Using HEX -->
<div style="background-color: #f49fdf; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(244, 159, 223); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(244, 159, 223, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(315, 79%, 79%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #f49fdf;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #f49fdf; width: 100px; height: 100px;"></div>

Related Colors of #F49FDF

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