Color: #FF838F

#FF838F Color Information

#FF838F is a light color. The closest websafe version is #FF838F. A complement of this color would be #85FFF3, perceived brightness is 0.66, and the grayscale version is #C1C1C1.

In the HSL color space, this color has a hue angle of 354°,a saturation of 99%, and a lightness of 76%.The HSV representation shows a hue of 354°, a saturation of 49%, and a value of 100%.

In a RGB color space, #FF838F is composed of 100% red, 51% green and 56% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 49% magenta, 44% yellow and 0% black.

In the Yxy color space, this color is represented as Y: 40.19, x: 0.4703, and y: 0.3358.

Color Code #FF838F

#FF838Frgb(255, 131, 143)
HEX
#FF838F
RGB
rgb(255, 131, 143)
HSL
hsl(354, 100%, 76%)
HSV
hsv(354, 49%, 100%)
CMYK
0%, 49%, 44%, 0%
XYZ
X: 56.28, Y: 40.19, Z: 23.21
Lab
L: 69.60, a: 48.88, b: 16.54
Name

Shades of Color #FF838F

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

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

#FF838Frgb(255, 131, 143)

About #FF838F Color Code

In the HSL color space, this color has a hue angle of 354°, a saturation of 100%, and a lightness of 76%. The HSV representation shows a hue of 354°, a saturation of 49%, and a value of 100%.

  • HEX: #FF838F
  • RGB: rgb(255, 131, 143)
  • HSL: hsl(354, 100%, 76%)
  • HSV: hsv(354, 49%, 100%)
  • CMYK: 0.00% cyan, 49.00% magenta, 44.00% yellow, 0.00% black
  • XYZ: 56.28, 40.19, 23.21
  • Yxy: 40.19, 0.4703, 0.3358
  • Hunter Lab: 69.60, 48.88, 16.54
  • CIE-Lab: 69.60, 48.88, 16.54

In the XYZ color space, this color is represented as X: 56.28, Y: 40.19, Z: 23.21. The Yxy representation further refines this as Y: 40.19, x: 0.4703, and y: 0.3358.

In the Hunter Lab color space, this color is represented as L: 69.60, a: 48.88, and b: 16.54. Similarly, in the CIE-Lab color space, it is represented as L: 69.60, a: 48.88, and b: 16.54.

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

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

Analogous Colors of #FF838F

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

Monochromatic Colors of #FF838F

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

Complementary Color of #FF838F

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

/* Using HEX */
body {
  background-color: #ff838f;
}
/* Using RGB */
body {
  background-color: rgb(255, 131, 143);
}
/* Using RGB with opacity */
body {
  background-color: rgba(255, 131, 143, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(354, 100%, 76%);
}
/* Text color */
p {
  color: #ff838f;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #ff838f;
}
/* Border color */
.box {
  border: 4px solid #ff838f;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #ff838f;
}
Text Shadow Preview
/* Background with text */
div {
  background: #ff838f;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#FF838F
On Black Background
#FF838F
On White Background
#FF838F

HTML Examples of #FF838F

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

Related Colors of #FF838F

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