Color: #F12FCC

#F12FCC Color Information

#F12FCC is a dark color. The closest websafe version is #F12FCC. 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, #F12FCC 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.27, x: 0.4076, and y: 0.2142.

Color Code #F12FCC

#F12FCCrgb(241, 47, 204)
HEX
#F12FCC
RGB
rgb(241, 47, 204)
HSL
hsl(311, 87%, 56%)
HSV
hsv(311, 80%, 95%)
CMYK
0%, 80%, 15%, 5%
XYZ
X: 48.09, Y: 25.27, Z: 44.63
Lab
L: 57.34, a: 80.41, b: -36.50
Name

Shades of Color #F12FCC

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

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

#F12FCCrgb(241, 47, 204)

About #F12FCC 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: #F12FCC
  • RGB: rgb(241, 47, 204)
  • 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.09, 25.27, 44.63
  • Yxy: 25.27, 0.4076, 0.2142
  • Hunter Lab: 57.34, 80.41, -36.50
  • CIE-Lab: 57.34, 80.41, -36.50

In the XYZ color space, this color is represented as X: 48.09, Y: 25.27, Z: 44.63. The Yxy representation further refines this as Y: 25.27, x: 0.4076, and y: 0.2142.

In the Hunter Lab color space, this color is represented as L: 57.34, a: 80.41, and b: -36.50. Similarly, in the CIE-Lab color space, it is represented as L: 57.34, a: 80.41, and b: -36.50.

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

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

Analogous Colors of #F12FCC

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

Split Complementary Colors of #F12FCC

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

Tetradic Colors of #F12FCC

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

Monochromatic Colors of #F12FCC

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

Complementary Color of #F12FCC

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

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

HTML Examples of #F12FCC

<!-- Using HEX -->
<div style="background-color: #f12fcc; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(241, 47, 204); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(241, 47, 204, 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: #f12fcc;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #f12fcc; width: 100px; height: 100px;"></div>
<!-- Border color -->
<div style="border: 4px solid #f12fcc; width: 100px; height: 100px;"></div>
<!-- Text shadow -->
<h1 style="color: #222; text-shadow: 2px 2px 0 #f12fcc;">Text Shadow Preview</h1>
Text Shadow Preview
<!-- Background with text -->
<div style="background: #f12fcc; color: #fff; padding: 16px; border-radius: 8px;">
  #F12FCC
</div>
#F12FCC
On Black Background
#F12FCC
On White Background
#F12FCC

Related Colors of #F12FCC

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