Color: #F12BDC

#F12BDC Color Information

#F12BDC is a dark color. The closest websafe version is #F12BDC. A complement of this color would be #2CF240, perceived brightness is 0.48, and the grayscale version is #8E8E8E.

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

In a RGB color space, #F12BDC is composed of 95% red, 17% green and 86% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 82% magenta, 9% yellow and 5% black.

In the Yxy color space, this color is represented as Y: 25.64, x: 0.3877, and y: 0.2007.

Color Code #F12BDC

#F12BDCrgb(241, 43, 220)
HEX
#F12BDC
RGB
rgb(241, 43, 220)
HSL
hsl(306, 88%, 56%)
HSV
hsv(306, 82%, 95%)
CMYK
0%, 82%, 9%, 5%
XYZ
X: 49.53, Y: 25.64, Z: 52.57
Lab
L: 57.70, a: 82.78, b: -45.03
Name

Shades of Color #F12BDC

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

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

#F12BDCrgb(241, 43, 220)

About #F12BDC Color Code

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

  • HEX: #F12BDC
  • RGB: rgb(241, 43, 220)
  • HSL: hsl(306, 88%, 56%)
  • HSV: hsv(306, 82%, 95%)
  • CMYK: 0.00% cyan, 82.00% magenta, 9.00% yellow, 5.00% black
  • XYZ: 49.53, 25.64, 52.57
  • Yxy: 25.64, 0.3877, 0.2007
  • Hunter Lab: 57.70, 82.78, -45.03
  • CIE-Lab: 57.70, 82.78, -45.03

In the XYZ color space, this color is represented as X: 49.53, Y: 25.64, Z: 52.57. The Yxy representation further refines this as Y: 25.64, x: 0.3877, and y: 0.2007.

In the Hunter Lab color space, this color is represented as L: 57.70, a: 82.78, and b: -45.03. Similarly, in the CIE-Lab color space, it is represented as L: 57.70, a: 82.78, and b: -45.03.

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

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

Analogous Colors of #F12BDC

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

Split Complementary Colors of #F12BDC

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

Tetradic Colors of #F12BDC

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

Monochromatic Colors of #F12BDC

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

Complementary Color of #F12BDC

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

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

HTML Examples of #F12BDC

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

Related Colors of #F12BDC

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