Color: #F46CFE

#F46CFE Color Information

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

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

In a RGB color space, #F46CFE is composed of 96% red, 42% green and 100% blue. Whereas in a CMYK color space, it is composed of 4% cyan, 57% magenta, 0% yellow and 0% black.

In the Yxy color space, this color is represented as Y: 36.89, x: 0.3499, and y: 0.2173.

Color Code #F46CFE

HEX
#F46CFE
RGB
rgb(244, 108, 254)
HSL
hsl(296, 99%, 71%)
HSV
hsv(296, 57%, 100%)
CMYK
4%, 57%, 0%, 0%
XYZ
X: 59.41, Y: 36.89, Z: 73.50
Lab
L: 67.19, a: 66.87, b: -48.99
Name

Shades of Color #F46CFE

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

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

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

  • HEX: #F46CFE
  • RGB: rgb(244, 108, 254)
  • HSL: hsl(296, 99%, 71%)
  • HSV: hsv(296, 57%, 100%)
  • CMYK: 4.00% cyan, 57.00% magenta, 0.00% yellow, 0.00% black
  • XYZ: 59.41, 36.89, 73.50
  • Yxy: 36.89, 0.3499, 0.2173
  • Hunter Lab: 67.19, 66.87, -48.99
  • CIE-Lab: 67.19, 66.87, -48.99

In the XYZ color space, this color is represented as X: 59.41, Y: 36.89, Z: 73.50. The Yxy representation further refines this as Y: 36.89, x: 0.3499, and y: 0.2173.

In the Hunter Lab color space, this color is represented as L: 67.19, a: 66.87, and b: -48.99. Similarly, in the CIE-Lab color space, it is represented as L: 67.19, a: 66.87, and b: -48.99.

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

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

Analogous Colors of #F46CFE

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

Monochromatic Colors of #F46CFE

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

Complementary Color of #F46CFE

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

/* Using HEX */
body {
  background-color: #f46cfe;
}
/* Using RGB */
body {
  background-color: rgb(244, 108, 254);
}
/* Using RGB with opacity */
body {
  background-color: rgba(244, 108, 254, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(296, 99%, 71%);
}
/* Text color */
p {
  color: #f46cfe;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #f46cfe;
}

HTML Examples of #F46CFE

<!-- Using HEX -->
<div style="background-color: #f46cfe; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(244, 108, 254); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(244, 108, 254, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(296, 99%, 71%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #f46cfe;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #f46cfe; width: 100px; height: 100px;"></div>

Related Colors of #F46CFE

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