Color: #FE4AFC

#FE4AFC Color Information

#FE4AFC is a light color. The closest websafe version is #FE4AFC. A complement of this color would be #48FE4B, perceived brightness is 0.58, and the grayscale version is #A4A4A4.

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

In a RGB color space, #FE4AFC is composed of 100% red, 29% green and 99% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 71% magenta, 1% yellow and 0% black.

In the Yxy color space, this color is represented as Y: 32.86, x: 0.3640, and y: 0.2001.

Color Code #FE4AFC

#FE4AFCrgb(254, 74, 252)
HEX
#FE4AFC
RGB
rgb(254, 74, 252)
HSL
hsl(301, 99%, 64%)
HSV
hsv(301, 71%, 100%)
CMYK
0%, 71%, 1%, 0%
XYZ
X: 59.78, Y: 32.86, Z: 71.57
Lab
L: 64.05, a: 81.32, b: -52.71
Name

Shades of Color #FE4AFC

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

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

#FE4AFCrgb(254, 74, 252)

About #FE4AFC Color Code

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

  • HEX: #FE4AFC
  • RGB: rgb(254, 74, 252)
  • HSL: hsl(301, 99%, 64%)
  • HSV: hsv(301, 71%, 100%)
  • CMYK: 0.00% cyan, 71.00% magenta, 100.00% yellow, 0.00% black
  • XYZ: 59.78, 32.86, 71.57
  • Yxy: 32.86, 0.3640, 0.2001
  • Hunter Lab: 64.05, 81.32, -52.71
  • CIE-Lab: 64.05, 81.32, -52.71

In the XYZ color space, this color is represented as X: 59.78, Y: 32.86, Z: 71.57. The Yxy representation further refines this as Y: 32.86, x: 0.3640, and y: 0.2001.

In the Hunter Lab color space, this color is represented as L: 64.05, a: 81.32, and b: -52.71. Similarly, in the CIE-Lab color space, it is represented as L: 64.05, a: 81.32, and b: -52.71.

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

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

Analogous Colors of #FE4AFC

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

Split Complementary Colors of #FE4AFC

Split complementary colors are two colors adjacent to the complementary color of #FE4AFC. They create a balanced and visually appealing color scheme.

Tetradic Colors of #FE4AFC

Tetradic colors form a rectangle on the color wheel, including #FE4AFC. They provide vibrant and diverse color schemes for creative designs.

Monochromatic Colors of #FE4AFC

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

Complementary Color of #FE4AFC

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

/* Using HEX */
body {
  background-color: #fe4afc;
}
/* Using RGB */
body {
  background-color: rgb(254, 74, 252);
}
/* Using RGB with opacity */
body {
  background-color: rgba(254, 74, 252, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(301, 99%, 64%);
}
/* Text color */
p {
  color: #fe4afc;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #fe4afc;
}
/* Border color */
.box {
  border: 4px solid #fe4afc;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #fe4afc;
}
Text Shadow Preview
/* Background with text */
div {
  background: #fe4afc;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#FE4AFC
On Black Background
#FE4AFC
On White Background
#FE4AFC

HTML Examples of #FE4AFC

<!-- Using HEX -->
<div style="background-color: #fe4afc; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(254, 74, 252); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(254, 74, 252, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(301, 99%, 64%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #fe4afc;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #fe4afc; width: 100px; height: 100px;"></div>
<!-- Border color -->
<div style="border: 4px solid #fe4afc; width: 100px; height: 100px;"></div>
<!-- Text shadow -->
<h1 style="color: #222; text-shadow: 2px 2px 0 #fe4afc;">Text Shadow Preview</h1>
Text Shadow Preview
<!-- Background with text -->
<div style="background: #fe4afc; color: #fff; padding: 16px; border-radius: 8px;">
  #FE4AFC
</div>
#FE4AFC
On Black Background
#FE4AFC
On White Background
#FE4AFC

Related Colors of #FE4AFC

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