Color: #F1745F

#F1745F Color Information

#F1745F is a light color. The closest websafe version is #F1745F. A complement of this color would be #5FDBF1, perceived brightness is 0.59, and the grayscale version is #A8A8A8.

In the HSL color space, this color has a hue angle of 9°,a saturation of 84%, and a lightness of 66%.The HSV representation shows a hue of 9°, a saturation of 61%, and a value of 95%.

In a RGB color space, #F1745F is composed of 95% red, 45% green and 37% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 52% magenta, 61% yellow and 5% black.

In the Yxy color space, this color is represented as Y: 32.79, x: 0.5157, and y: 0.3619.

Color Code #F1745F

#F1745Frgb(241, 116, 95)
HEX
#F1745F
RGB
rgb(241, 116, 95)
HSL
hsl(9, 84%, 66%)
HSV
hsv(9, 61%, 95%)
CMYK
0%, 52%, 61%, 5%
XYZ
X: 46.72, Y: 32.79, Z: 11.09
Lab
L: 63.99, a: 47.95, b: 35.45
Name

Shades of Color #F1745F

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

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

#F1745Frgb(241, 116, 95)

About #F1745F Color Code

In the HSL color space, this color has a hue angle of 9°, a saturation of 84%, and a lightness of 66%. The HSV representation shows a hue of 9°, a saturation of 61%, and a value of 95%.

  • HEX: #F1745F
  • RGB: rgb(241, 116, 95)
  • HSL: hsl(9, 84%, 66%)
  • HSV: hsv(9, 61%, 95%)
  • CMYK: 0.00% cyan, 52.00% magenta, 61.00% yellow, 5.00% black
  • XYZ: 46.72, 32.79, 11.09
  • Yxy: 32.79, 0.5157, 0.3619
  • Hunter Lab: 63.99, 47.95, 35.45
  • CIE-Lab: 63.99, 47.95, 35.45

In the XYZ color space, this color is represented as X: 46.72, Y: 32.79, Z: 11.09. The Yxy representation further refines this as Y: 32.79, x: 0.5157, and y: 0.3619.

In the Hunter Lab color space, this color is represented as L: 63.99, a: 47.95, and b: 35.45. Similarly, in the CIE-Lab color space, it is represented as L: 63.99, a: 47.95, and b: 35.45.

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

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

Analogous Colors of #F1745F

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

Split Complementary Colors of #F1745F

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

Tetradic Colors of #F1745F

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

Monochromatic Colors of #F1745F

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

Complementary Color of #F1745F

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

/* Using HEX */
body {
  background-color: #f1745f;
}
/* Using RGB */
body {
  background-color: rgb(241, 116, 95);
}
/* Using RGB with opacity */
body {
  background-color: rgba(241, 116, 95, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(9, 84%, 66%);
}
/* Text color */
p {
  color: #f1745f;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #f1745f;
}
/* Border color */
.box {
  border: 4px solid #f1745f;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #f1745f;
}
Text Shadow Preview
/* Background with text */
div {
  background: #f1745f;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#F1745F
On Black Background
#F1745F
On White Background
#F1745F

HTML Examples of #F1745F

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

Related Colors of #F1745F

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