Color: #F43BCC

#F43BCC Color Information

#F43BCC is a light color. The closest websafe version is #F43BCC. A complement of this color would be #39F362, perceived brightness is 0.51, and the grayscale version is #989898.

In the HSL color space, this color has a hue angle of 313°,a saturation of 89%, and a lightness of 59%.The HSV representation shows a hue of 313°, a saturation of 76%, and a value of 96%.

In a RGB color space, #F43BCC is composed of 96% red, 23% green and 80% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 76% magenta, 16% yellow and 4% black.

In the Yxy color space, this color is represented as Y: 26.92, x: 0.4096, and y: 0.2216.

Color Code #F43BCC

#F43BCCrgb(244, 59, 204)
HEX
#F43BCC
RGB
rgb(244, 59, 204)
HSL
hsl(313, 89%, 59%)
HSV
hsv(313, 76%, 96%)
CMYK
0%, 76%, 16%, 4%
XYZ
X: 49.77, Y: 26.92, Z: 44.81
Lab
L: 58.90, a: 78.23, b: -34.02
Name

Shades of Color #F43BCC

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

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

#F43BCCrgb(244, 59, 204)

About #F43BCC Color Code

In the HSL color space, this color has a hue angle of 313°, a saturation of 89%, and a lightness of 59%. The HSV representation shows a hue of 313°, a saturation of 76%, and a value of 96%.

  • HEX: #F43BCC
  • RGB: rgb(244, 59, 204)
  • HSL: hsl(313, 89%, 59%)
  • HSV: hsv(313, 76%, 96%)
  • CMYK: 0.00% cyan, 76.00% magenta, 16.00% yellow, 4.00% black
  • XYZ: 49.77, 26.92, 44.81
  • Yxy: 26.92, 0.4096, 0.2216
  • Hunter Lab: 58.90, 78.23, -34.02
  • CIE-Lab: 58.90, 78.23, -34.02

In the XYZ color space, this color is represented as X: 49.77, Y: 26.92, Z: 44.81. The Yxy representation further refines this as Y: 26.92, x: 0.4096, and y: 0.2216.

In the Hunter Lab color space, this color is represented as L: 58.90, a: 78.23, and b: -34.02. Similarly, in the CIE-Lab color space, it is represented as L: 58.90, a: 78.23, and b: -34.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 #F43BCC

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

Analogous Colors of #F43BCC

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

Split Complementary Colors of #F43BCC

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

Tetradic Colors of #F43BCC

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

Monochromatic Colors of #F43BCC

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

Complementary Color of #F43BCC

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

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

HTML Examples of #F43BCC

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

Related Colors of #F43BCC

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