Color: #F12FCD

#F12FCD Color Information

#F12FCD is a dark color. The closest websafe version is #F12FCD. A complement of this color would be #2DF051, perceived brightness is 0.48, and the grayscale version is #909090.

In the HSL color space, this color has a hue angle of 311°,a saturation of 87%, and a lightness of 56%.The HSV representation shows a hue of 311°, a saturation of 80%, and a value of 95%.

In a RGB color space, #F12FCD is composed of 95% red, 18% green and 80% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 80% magenta, 15% yellow and 5% black.

In the Yxy color space, this color is represented as Y: 25.31, x: 0.4063, and y: 0.2134.

Color Code #F12FCD

#F12FCDrgb(241, 47, 205)
HEX
#F12FCD
RGB
rgb(241, 47, 205)
HSL
hsl(311, 87%, 56%)
HSV
hsv(311, 80%, 95%)
CMYK
0%, 80%, 15%, 5%
XYZ
X: 48.19, Y: 25.31, Z: 45.10
Lab
L: 57.38, a: 80.51, b: -37.01
Name

Shades of Color #F12FCD

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

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

#F12FCDrgb(241, 47, 205)

About #F12FCD Color Code

In the HSL color space, this color has a hue angle of 311°, a saturation of 87%, and a lightness of 56%. The HSV representation shows a hue of 311°, a saturation of 80%, and a value of 95%.

  • HEX: #F12FCD
  • RGB: rgb(241, 47, 205)
  • HSL: hsl(311, 87%, 56%)
  • HSV: hsv(311, 80%, 95%)
  • CMYK: 0.00% cyan, 80.00% magenta, 15.00% yellow, 5.00% black
  • XYZ: 48.19, 25.31, 45.10
  • Yxy: 25.31, 0.4063, 0.2134
  • Hunter Lab: 57.38, 80.51, -37.01
  • CIE-Lab: 57.38, 80.51, -37.01

In the XYZ color space, this color is represented as X: 48.19, Y: 25.31, Z: 45.10. The Yxy representation further refines this as Y: 25.31, x: 0.4063, and y: 0.2134.

In the Hunter Lab color space, this color is represented as L: 57.38, a: 80.51, and b: -37.01. Similarly, in the CIE-Lab color space, it is represented as L: 57.38, a: 80.51, and b: -37.01.

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

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

Analogous Colors of #F12FCD

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

Monochromatic Colors of #F12FCD

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

Complementary Color of #F12FCD

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

/* Using HEX */
body {
  background-color: #f12fcd;
}
/* Using RGB */
body {
  background-color: rgb(241, 47, 205);
}
/* Using RGB with opacity */
body {
  background-color: rgba(241, 47, 205, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(311, 87%, 56%);
}
/* Text color */
p {
  color: #f12fcd;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #f12fcd;
}
/* Border color */
.box {
  border: 4px solid #f12fcd;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #f12fcd;
}
Text Shadow Preview
/* Background with text */
div {
  background: #f12fcd;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#F12FCD
On Black Background
#F12FCD
On White Background
#F12FCD

HTML Examples of #F12FCD

<!-- Using HEX -->
<div style="background-color: #f12fcd; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(241, 47, 205); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(241, 47, 205, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(311, 87%, 56%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #f12fcd;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #f12fcd; width: 100px; height: 100px;"></div>
<!-- Border color -->
<div style="border: 4px solid #f12fcd; width: 100px; height: 100px;"></div>
<!-- Text shadow -->
<h1 style="color: #222; text-shadow: 2px 2px 0 #f12fcd;">Text Shadow Preview</h1>
Text Shadow Preview
<!-- Background with text -->
<div style="background: #f12fcd; color: #fff; padding: 16px; border-radius: 8px;">
  #F12FCD
</div>
#F12FCD
On Black Background
#F12FCD
On White Background
#F12FCD

Related Colors of #F12FCD

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