Color: #FB4351

#FB4351 Color Information

#FB4351 is a dark color. The closest websafe version is #FB4351. A complement of this color would be #41FBEC, perceived brightness is 0.48, and the grayscale version is #9F9F9F.

In the HSL color space, this color has a hue angle of 355°,a saturation of 96%, and a lightness of 62%.The HSV representation shows a hue of 355°, a saturation of 73%, and a value of 98%.

In a RGB color space, #FB4351 is composed of 98% red, 26% green and 32% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 73% magenta, 68% yellow and 2% black.

In the Yxy color space, this color is represented as Y: 25.99, x: 0.5736, and y: 0.3283.

Color Code #FB4351

#FB4351rgb(251, 67, 81)
HEX
#FB4351
RGB
rgb(251, 67, 81)
HSL
hsl(355, 96%, 62%)
HSV
hsv(355, 73%, 98%)
CMYK
0%, 73%, 68%, 2%
XYZ
X: 45.41, Y: 25.99, Z: 7.77
Lab
L: 58.02, a: 69.93, b: 36.66
Name

Shades of Color #FB4351

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

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

#FB4351rgb(251, 67, 81)

About #FB4351 Color Code

In the HSL color space, this color has a hue angle of 355°, a saturation of 96%, and a lightness of 62%. The HSV representation shows a hue of 355°, a saturation of 73%, and a value of 98%.

  • HEX: #FB4351
  • RGB: rgb(251, 67, 81)
  • HSL: hsl(355, 96%, 62%)
  • HSV: hsv(355, 73%, 98%)
  • CMYK: 0.00% cyan, 73.00% magenta, 68.00% yellow, 2.00% black
  • XYZ: 45.41, 25.99, 7.77
  • Yxy: 25.99, 0.5736, 0.3283
  • Hunter Lab: 58.02, 69.93, 36.66
  • CIE-Lab: 58.02, 69.93, 36.66

In the XYZ color space, this color is represented as X: 45.41, Y: 25.99, Z: 7.77. The Yxy representation further refines this as Y: 25.99, x: 0.5736, and y: 0.3283.

In the Hunter Lab color space, this color is represented as L: 58.02, a: 69.93, and b: 36.66. Similarly, in the CIE-Lab color space, it is represented as L: 58.02, a: 69.93, and b: 36.66.

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

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

Analogous Colors of #FB4351

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

Split Complementary Colors of #FB4351

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

Tetradic Colors of #FB4351

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

Monochromatic Colors of #FB4351

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

Complementary Color of #FB4351

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

/* Using HEX */
body {
  background-color: #fb4351;
}
/* Using RGB */
body {
  background-color: rgb(251, 67, 81);
}
/* Using RGB with opacity */
body {
  background-color: rgba(251, 67, 81, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(355, 96%, 62%);
}
/* Text color */
p {
  color: #fb4351;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #fb4351;
}
/* Border color */
.box {
  border: 4px solid #fb4351;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #fb4351;
}
Text Shadow Preview
/* Background with text */
div {
  background: #fb4351;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#FB4351
On Black Background
#FB4351
On White Background
#FB4351

HTML Examples of #FB4351

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

Related Colors of #FB4351

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