Color: #FA348C

#FA348C Color Information

#FA348C is a dark color. The closest websafe version is #FA348C. A complement of this color would be #33FAA0, perceived brightness is 0.48, and the grayscale version is #979797.

In the HSL color space, this color has a hue angle of 333°,a saturation of 95%, and a lightness of 59%.The HSV representation shows a hue of 333°, a saturation of 79%, and a value of 98%.

In a RGB color space, #FA348C is composed of 98% red, 20% green and 55% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 79% magenta, 44% yellow and 2% black.

In the Yxy color space, this color is represented as Y: 25.32, x: 0.5057, and y: 0.2738.

Color Code #FA348C

#FA348Crgb(250, 52, 140)
HEX
#FA348C
RGB
rgb(250, 52, 140)
HSL
hsl(333, 95%, 59%)
HSV
hsv(333, 79%, 98%)
CMYK
0%, 79%, 44%, 2%
XYZ
X: 46.76, Y: 25.32, Z: 20.39
Lab
L: 57.39, a: 76.51, b: 1.02
Name

Shades of Color #FA348C

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

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

#FA348Crgb(250, 52, 140)

About #FA348C Color Code

In the HSL color space, this color has a hue angle of 333°, a saturation of 95%, and a lightness of 59%. The HSV representation shows a hue of 333°, a saturation of 79%, and a value of 98%.

  • HEX: #FA348C
  • RGB: rgb(250, 52, 140)
  • HSL: hsl(333, 95%, 59%)
  • HSV: hsv(333, 79%, 98%)
  • CMYK: 0.00% cyan, 79.00% magenta, 44.00% yellow, 2.00% black
  • XYZ: 46.76, 25.32, 20.39
  • Yxy: 25.32, 0.5057, 0.2738
  • Hunter Lab: 57.39, 76.51, 1.02
  • CIE-Lab: 57.39, 76.51, 1.02

In the XYZ color space, this color is represented as X: 46.76, Y: 25.32, Z: 20.39. The Yxy representation further refines this as Y: 25.32, x: 0.5057, and y: 0.2738.

In the Hunter Lab color space, this color is represented as L: 57.39, a: 76.51, and b: 1.02. Similarly, in the CIE-Lab color space, it is represented as L: 57.39, a: 76.51, and b: 1.02.

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

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

Analogous Colors of #FA348C

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

Split Complementary Colors of #FA348C

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

Tetradic Colors of #FA348C

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

Monochromatic Colors of #FA348C

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

Complementary Color of #FA348C

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

/* Using HEX */
body {
  background-color: #fa348c;
}
/* Using RGB */
body {
  background-color: rgb(250, 52, 140);
}
/* Using RGB with opacity */
body {
  background-color: rgba(250, 52, 140, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(333, 95%, 59%);
}
/* Text color */
p {
  color: #fa348c;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #fa348c;
}
/* Border color */
.box {
  border: 4px solid #fa348c;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #fa348c;
}
Text Shadow Preview
/* Background with text */
div {
  background: #fa348c;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#FA348C
On Black Background
#FA348C
On White Background
#FA348C

HTML Examples of #FA348C

<!-- Using HEX -->
<div style="background-color: #fa348c; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(250, 52, 140); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(250, 52, 140, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(333, 95%, 59%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #fa348c;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #fa348c; width: 100px; height: 100px;"></div>
<!-- Border color -->
<div style="border: 4px solid #fa348c; width: 100px; height: 100px;"></div>
<!-- Text shadow -->
<h1 style="color: #222; text-shadow: 2px 2px 0 #fa348c;">Text Shadow Preview</h1>
Text Shadow Preview
<!-- Background with text -->
<div style="background: #fa348c; color: #fff; padding: 16px; border-radius: 8px;">
  #FA348C
</div>
#FA348C
On Black Background
#FA348C
On White Background
#FA348C

Related Colors of #FA348C

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