Color: #F82DBC

#F82DBC Color Information

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

In the HSL color space, this color has a hue angle of 318°,a saturation of 94%, and a lightness of 57%.The HSV representation shows a hue of 318°, a saturation of 82%, and a value of 97%.

In a RGB color space, #F82DBC is composed of 97% red, 18% green and 74% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 82% magenta, 24% yellow and 3% black.

In the Yxy color space, this color is represented as Y: 25.82, x: 0.4370, and y: 0.2296.

Color Code #F82DBC

#F82DBCrgb(248, 45, 188)
HEX
#F82DBC
RGB
rgb(248, 45, 188)
HSL
hsl(318, 94%, 57%)
HSV
hsv(318, 82%, 97%)
CMYK
0%, 82%, 24%, 3%
XYZ
X: 49.14, Y: 25.82, Z: 37.48
Lab
L: 57.86, a: 81.01, b: -26.38
Name

Shades of Color #F82DBC

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

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

#F82DBCrgb(248, 45, 188)

About #F82DBC Color Code

In the HSL color space, this color has a hue angle of 318°, a saturation of 94%, and a lightness of 57%. The HSV representation shows a hue of 318°, a saturation of 82%, and a value of 97%.

  • HEX: #F82DBC
  • RGB: rgb(248, 45, 188)
  • HSL: hsl(318, 94%, 57%)
  • HSV: hsv(318, 82%, 97%)
  • CMYK: 0.00% cyan, 82.00% magenta, 24.00% yellow, 3.00% black
  • XYZ: 49.14, 25.82, 37.48
  • Yxy: 25.82, 0.4370, 0.2296
  • Hunter Lab: 57.86, 81.01, -26.38
  • CIE-Lab: 57.86, 81.01, -26.38

In the XYZ color space, this color is represented as X: 49.14, Y: 25.82, Z: 37.48. The Yxy representation further refines this as Y: 25.82, x: 0.4370, and y: 0.2296.

In the Hunter Lab color space, this color is represented as L: 57.86, a: 81.01, and b: -26.38. Similarly, in the CIE-Lab color space, it is represented as L: 57.86, a: 81.01, and b: -26.38.

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

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

Analogous Colors of #F82DBC

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

Split Complementary Colors of #F82DBC

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

Tetradic Colors of #F82DBC

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

Monochromatic Colors of #F82DBC

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

Complementary Color of #F82DBC

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

/* Using HEX */
body {
  background-color: #f82dbc;
}
/* Using RGB */
body {
  background-color: rgb(248, 45, 188);
}
/* Using RGB with opacity */
body {
  background-color: rgba(248, 45, 188, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(318, 94%, 57%);
}
/* Text color */
p {
  color: #f82dbc;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #f82dbc;
}
/* Border color */
.box {
  border: 4px solid #f82dbc;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #f82dbc;
}
Text Shadow Preview
/* Background with text */
div {
  background: #f82dbc;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#F82DBC
On Black Background
#F82DBC
On White Background
#F82DBC

HTML Examples of #F82DBC

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

Related Colors of #F82DBC

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