Color: #F16F67

#F16F67 Color Information

#F16F67 is a light color. The closest websafe version is #F16F67. A complement of this color would be #65EAF1, perceived brightness is 0.58, and the grayscale version is #ACACAC.

In the HSL color space, this color has a hue angle of 3°,a saturation of 83%, and a lightness of 67%.The HSV representation shows a hue of 3°, a saturation of 57%, and a value of 95%.

In a RGB color space, #F16F67 is composed of 95% red, 44% green and 40% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 54% magenta, 57% yellow and 5% black.

In the Yxy color space, this color is represented as Y: 31.79, x: 0.5120, and y: 0.3506.

Color Code #F16F67

#F16F67rgb(241, 111, 103)
HEX
#F16F67
RGB
rgb(241, 111, 103)
HSL
hsl(3, 83%, 67%)
HSV
hsv(3, 57%, 95%)
CMYK
0%, 54%, 57%, 5%
XYZ
X: 46.42, Y: 31.79, Z: 12.46
Lab
L: 63.17, a: 50.63, b: 30.01
Name

Shades of Color #F16F67

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

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

#F16F67rgb(241, 111, 103)

About #F16F67 Color Code

In the HSL color space, this color has a hue angle of 3°, a saturation of 83%, and a lightness of 67%. The HSV representation shows a hue of 3°, a saturation of 57%, and a value of 95%.

  • HEX: #F16F67
  • RGB: rgb(241, 111, 103)
  • HSL: hsl(3, 83%, 67%)
  • HSV: hsv(3, 57%, 95%)
  • CMYK: 0.00% cyan, 54.00% magenta, 57.00% yellow, 5.00% black
  • XYZ: 46.42, 31.79, 12.46
  • Yxy: 31.79, 0.5120, 0.3506
  • Hunter Lab: 63.17, 50.63, 30.01
  • CIE-Lab: 63.17, 50.63, 30.01

In the XYZ color space, this color is represented as X: 46.42, Y: 31.79, Z: 12.46. The Yxy representation further refines this as Y: 31.79, x: 0.5120, and y: 0.3506.

In the Hunter Lab color space, this color is represented as L: 63.17, a: 50.63, and b: 30.01. Similarly, in the CIE-Lab color space, it is represented as L: 63.17, a: 50.63, and b: 30.01.

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

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

Analogous Colors of #F16F67

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

Split Complementary Colors of #F16F67

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

Tetradic Colors of #F16F67

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

Monochromatic Colors of #F16F67

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

Complementary Color of #F16F67

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

/* Using HEX */
body {
  background-color: #f16f67;
}
/* Using RGB */
body {
  background-color: rgb(241, 111, 103);
}
/* Using RGB with opacity */
body {
  background-color: rgba(241, 111, 103, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(3, 83%, 67%);
}
/* Text color */
p {
  color: #f16f67;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #f16f67;
}
/* Border color */
.box {
  border: 4px solid #f16f67;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #f16f67;
}
Text Shadow Preview
/* Background with text */
div {
  background: #f16f67;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#F16F67
On Black Background
#F16F67
On White Background
#F16F67

HTML Examples of #F16F67

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

Related Colors of #F16F67

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