Color: #F714FF

#F714FF Color Information

#F714FF is a dark color. The closest websafe version is #F714FF. A complement of this color would be #1CFF14, perceived brightness is 0.45, and the grayscale version is #8A8A8A.

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

In a RGB color space, #F714FF is composed of 97% red, 8% green and 100% blue. Whereas in a CMYK color space, it is composed of 3% cyan, 92% magenta, 0% yellow and 0% black.

In the Yxy color space, this color is represented as Y: 27.26, x: 0.3553, and y: 0.1757.

Color Code #F714FF

HEX
#F714FF
RGB
rgb(247, 20, 255)
HSL
hsl(298, 100%, 54%)
HSV
hsv(298, 92%, 100%)
CMYK
3%, 92%, 0%, 0%
XYZ
X: 55.14, Y: 27.26, Z: 72.78
Lab
L: 59.21, a: 90.82, b: -62.12
Name

Shades of Color #F714FF

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

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

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

  • HEX: #F714FF
  • RGB: rgb(247, 20, 255)
  • HSL: hsl(298, 100%, 54%)
  • HSV: hsv(298, 92%, 100%)
  • CMYK: 3.00% cyan, 92.00% magenta, 0.00% yellow, 0.00% black
  • XYZ: 55.14, 27.26, 72.78
  • Yxy: 27.26, 0.3553, 0.1757
  • Hunter Lab: 59.21, 90.82, -62.12
  • CIE-Lab: 59.21, 90.82, -62.12

In the XYZ color space, this color is represented as X: 55.14, Y: 27.26, Z: 72.78. The Yxy representation further refines this as Y: 27.26, x: 0.3553, and y: 0.1757.

In the Hunter Lab color space, this color is represented as L: 59.21, a: 90.82, and b: -62.12. Similarly, in the CIE-Lab color space, it is represented as L: 59.21, a: 90.82, and b: -62.12.

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

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

Analogous Colors of #F714FF

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

Monochromatic Colors of #F714FF

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

Complementary Color of #F714FF

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

/* Using HEX */
body {
  background-color: #f714ff;
}
/* Using RGB */
body {
  background-color: rgb(247, 20, 255);
}
/* Using RGB with opacity */
body {
  background-color: rgba(247, 20, 255, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(298, 100%, 54%);
}
/* Text color */
p {
  color: #f714ff;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #f714ff;
}

HTML Examples of #F714FF

<!-- Using HEX -->
<div style="background-color: #f714ff; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(247, 20, 255); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(247, 20, 255, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(298, 100%, 54%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #f714ff;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #f714ff; width: 100px; height: 100px;"></div>

Related Colors of #F714FF

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