Color: #F16ADF

#F16ADF Color Information

#F16ADF is a light color. The closest websafe version is #F16ADF. A complement of this color would be #6AF17C, perceived brightness is 0.63, and the grayscale version is #ADADAD.

In the HSL color space, this color has a hue angle of 308°,a saturation of 83%, and a lightness of 68%.The HSV representation shows a hue of 308°, a saturation of 56%, and a value of 95%.

In a RGB color space, #F16ADF is composed of 95% red, 42% green and 87% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 56% magenta, 7% yellow and 5% black.

In the Yxy color space, this color is represented as Y: 34.38, x: 0.3778, and y: 0.2385.

Color Code #F16ADF

#F16ADFrgb(241, 106, 223)
HEX
#F16ADF
RGB
rgb(241, 106, 223)
HSL
hsl(308, 83%, 68%)
HSV
hsv(308, 56%, 95%)
CMYK
0%, 56%, 7%, 5%
XYZ
X: 54.47, Y: 34.38, Z: 55.32
Lab
L: 65.26, a: 63.06, b: -34.94
Name

Shades of Color #F16ADF

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

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

#F16ADFrgb(241, 106, 223)

About #F16ADF Color Code

In the HSL color space, this color has a hue angle of 308°, a saturation of 83%, and a lightness of 68%. The HSV representation shows a hue of 308°, a saturation of 56%, and a value of 95%.

  • HEX: #F16ADF
  • RGB: rgb(241, 106, 223)
  • HSL: hsl(308, 83%, 68%)
  • HSV: hsv(308, 56%, 95%)
  • CMYK: 0.00% cyan, 56.00% magenta, 7.00% yellow, 5.00% black
  • XYZ: 54.47, 34.38, 55.32
  • Yxy: 34.38, 0.3778, 0.2385
  • Hunter Lab: 65.26, 63.06, -34.94
  • CIE-Lab: 65.26, 63.06, -34.94

In the XYZ color space, this color is represented as X: 54.47, Y: 34.38, Z: 55.32. The Yxy representation further refines this as Y: 34.38, x: 0.3778, and y: 0.2385.

In the Hunter Lab color space, this color is represented as L: 65.26, a: 63.06, and b: -34.94. Similarly, in the CIE-Lab color space, it is represented as L: 65.26, a: 63.06, and b: -34.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 #F16ADF

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

Analogous Colors of #F16ADF

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

Monochromatic Colors of #F16ADF

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

Complementary Color of #F16ADF

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

/* Using HEX */
body {
  background-color: #f16adf;
}
/* Using RGB */
body {
  background-color: rgb(241, 106, 223);
}
/* Using RGB with opacity */
body {
  background-color: rgba(241, 106, 223, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(308, 83%, 68%);
}
/* Text color */
p {
  color: #f16adf;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #f16adf;
}
/* Border color */
.box {
  border: 4px solid #f16adf;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #f16adf;
}
Text Shadow Preview
/* Background with text */
div {
  background: #f16adf;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#F16ADF
On Black Background
#F16ADF
On White Background
#F16ADF

HTML Examples of #F16ADF

<!-- Using HEX -->
<div style="background-color: #f16adf; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(241, 106, 223); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(241, 106, 223, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(308, 83%, 68%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #f16adf;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #f16adf; width: 100px; height: 100px;"></div>
<!-- Border color -->
<div style="border: 4px solid #f16adf; width: 100px; height: 100px;"></div>
<!-- Text shadow -->
<h1 style="color: #222; text-shadow: 2px 2px 0 #f16adf;">Text Shadow Preview</h1>
Text Shadow Preview
<!-- Background with text -->
<div style="background: #f16adf; color: #fff; padding: 16px; border-radius: 8px;">
  #F16ADF
</div>
#F16ADF
On Black Background
#F16ADF
On White Background
#F16ADF

Related Colors of #F16ADF

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