Color: #F07FFB

#F07FFB Color Information

#F07FFB is a light color. The closest websafe version is #F07FFB. A complement of this color would be #89FB7E, perceived brightness is 0.69, and the grayscale version is #BDBDBD.

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

In a RGB color space, #F07FFB is composed of 94% red, 50% green and 98% blue. Whereas in a CMYK color space, it is composed of 4% cyan, 49% magenta, 0% yellow and 2% black.

In the Yxy color space, this color is represented as Y: 40.45, x: 0.3475, and y: 0.2344.

Color Code #F07FFB

HEX
#F07FFB
RGB
rgb(240, 127, 251)
HSL
hsl(295, 94%, 74%)
HSV
hsv(295, 49%, 98%)
CMYK
4%, 49%, 0%, 2%
XYZ
X: 59.97, Y: 40.45, Z: 72.17
Lab
L: 69.79, a: 57.03, b: -43.35
Name

Shades of Color #F07FFB

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

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

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

  • HEX: #F07FFB
  • RGB: rgb(240, 127, 251)
  • HSL: hsl(295, 94%, 74%)
  • HSV: hsv(295, 49%, 98%)
  • CMYK: 4.00% cyan, 49.00% magenta, 0.00% yellow, 2.00% black
  • XYZ: 59.97, 40.45, 72.17
  • Yxy: 40.45, 0.3475, 0.2344
  • Hunter Lab: 69.79, 57.03, -43.35
  • CIE-Lab: 69.79, 57.03, -43.35

In the XYZ color space, this color is represented as X: 59.97, Y: 40.45, Z: 72.17. The Yxy representation further refines this as Y: 40.45, x: 0.3475, and y: 0.2344.

In the Hunter Lab color space, this color is represented as L: 69.79, a: 57.03, and b: -43.35. Similarly, in the CIE-Lab color space, it is represented as L: 69.79, a: 57.03, and b: -43.35.

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

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

Analogous Colors of #F07FFB

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

Monochromatic Colors of #F07FFB

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

Complementary Color of #F07FFB

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

/* Using HEX */
body {
  background-color: #f07ffb;
}
/* Using RGB */
body {
  background-color: rgb(240, 127, 251);
}
/* Using RGB with opacity */
body {
  background-color: rgba(240, 127, 251, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(295, 94%, 74%);
}
/* Text color */
p {
  color: #f07ffb;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #f07ffb;
}

HTML Examples of #F07FFB

<!-- Using HEX -->
<div style="background-color: #f07ffb; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(240, 127, 251); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(240, 127, 251, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(295, 94%, 74%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #f07ffb;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #f07ffb; width: 100px; height: 100px;"></div>

Related Colors of #F07FFB

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