Color: #F07ABF

#F07ABF Color Information

#F07ABF is a light color. The closest websafe version is #F07ABF. A complement of this color would be #7AF0AB, perceived brightness is 0.65, and the grayscale version is #B5B5B5.

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

In a RGB color space, #F07ABF is composed of 94% red, 48% green and 75% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 49% magenta, 20% yellow and 6% black.

In the Yxy color space, this color is represented as Y: 36.50, x: 0.4081, and y: 0.2813.

Color Code #F07ABF

HEX
#F07ABF
RGB
rgb(240, 122, 191)
HSL
hsl(325, 80%, 71%)
HSV
hsv(325, 49%, 94%)
CMYK
0%, 49%, 20%, 6%
XYZ
X: 52.95, Y: 36.50, Z: 40.31
Lab
L: 66.90, a: 52.12, b: -14.59
Name

Shades of Color #F07ABF

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

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

In the HSL color space, this color has a hue angle of 325°, a saturation of 80%, and a lightness of 71%. The HSV representation shows a hue of 325°, a saturation of 49%, and a value of 94%.

  • HEX: #F07ABF
  • RGB: rgb(240, 122, 191)
  • HSL: hsl(325, 80%, 71%)
  • HSV: hsv(325, 49%, 94%)
  • CMYK: 0.00% cyan, 49.00% magenta, 20.00% yellow, 6.00% black
  • XYZ: 52.95, 36.50, 40.31
  • Yxy: 36.50, 0.4081, 0.2813
  • Hunter Lab: 66.90, 52.12, -14.59
  • CIE-Lab: 66.90, 52.12, -14.59

In the XYZ color space, this color is represented as X: 52.95, Y: 36.50, Z: 40.31. The Yxy representation further refines this as Y: 36.50, x: 0.4081, and y: 0.2813.

In the Hunter Lab color space, this color is represented as L: 66.90, a: 52.12, and b: -14.59. Similarly, in the CIE-Lab color space, it is represented as L: 66.90, a: 52.12, and b: -14.59.

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

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

Analogous Colors of #F07ABF

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

Monochromatic Colors of #F07ABF

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

Complementary Color of #F07ABF

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

/* Using HEX */
body {
  background-color: #f07abf;
}
/* Using RGB */
body {
  background-color: rgb(240, 122, 191);
}
/* Using RGB with opacity */
body {
  background-color: rgba(240, 122, 191, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(325, 80%, 71%);
}
/* Text color */
p {
  color: #f07abf;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #f07abf;
}

HTML Examples of #F07ABF

<!-- Using HEX -->
<div style="background-color: #f07abf; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(240, 122, 191); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(240, 122, 191, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(325, 80%, 71%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #f07abf;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #f07abf; width: 100px; height: 100px;"></div>

Related Colors of #F07ABF

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