Color: #F3916F
#F3916F Color Information
#F3916F is a light color. The closest websafe version is #F3916F. A complement of this color would be #6DD2F3, perceived brightness is 0.67, and the grayscale version is #B1B1B1.
In the HSL color space, this color has a hue angle of 15°,a saturation of 85%, and a lightness of 69%.The HSV representation shows a hue of 15°, a saturation of 54%, and a value of 95%.
In a RGB color space, #F3916F is composed of 95% red, 57% green and 44% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 40% magenta, 54% yellow and 5% black.
In the Yxy color space, this color is represented as Y: 41.20, x: 0.4803, and y: 0.3786.
Color Code #F3916F
Shades of Color #F3916F
Shades are created by darkening the original color #F3916F 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 #F3916F
Tints are created by lightening the original color #F3916F 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.
About #F3916F Color Code
In the HSL color space, this color has a hue angle of 15°, a saturation of 85%, and a lightness of 69%. The HSV representation shows a hue of 15°, a saturation of 54%, and a value of 95%.
- HEX: #F3916F
- RGB: rgb(243, 145, 111)
- HSL: hsl(15, 85%, 69%)
- HSV: hsv(15, 54%, 95%)
- CMYK: 0.00% cyan, 40.00% magenta, 54.00% yellow, 5.00% black
- XYZ: 52.26, 41.20, 15.35
- Yxy: 41.20, 0.4803, 0.3786
- Hunter Lab: 70.32, 35.60, 34.66
- CIE-Lab: 70.32, 35.60, 34.66
In the XYZ color space, this color is represented as X: 52.26, Y: 41.20, Z: 15.35. The Yxy representation further refines this as Y: 41.20, x: 0.4803, and y: 0.3786.
In the Hunter Lab color space, this color is represented as L: 70.32, a: 35.60, and b: 34.66. Similarly, in the CIE-Lab color space, it is represented as L: 70.32, a: 35.60, and b: 34.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 #F3916F
Triadic colors are three colors evenly spaced around the color wheel, including #F3916F. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Split Complementary Colors of #F3916F
Split complementary colors are two colors adjacent to the complementary color of #F3916F. They create a balanced and visually appealing color scheme.
Monochromatic Colors of #F3916F
Monochromatic colors are variations of #F3916F, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #F3916F
The complementary color of #F3916F 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 #F3916F
/* Using HEX */ body { background-color: #f3916f; }
/* Using RGB */ body { background-color: rgb(243, 145, 111); }
/* Using RGB with opacity */ body { background-color: rgba(243, 145, 111, 0.5); }
/* Using HSL */ body { background-color: hsl(15, 85%, 69%); }
/* Text color */ p { color: #f3916f; }
/* Box shadow */ div { box-shadow: 4px 4px #f3916f; }
/* Border color */ .box { border: 4px solid #f3916f; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #f3916f; }
/* Background with text */ div { background: #f3916f; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #F3916F
<!-- Using HEX --> <div style="background-color: #f3916f; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(243, 145, 111); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(243, 145, 111, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(15, 85%, 69%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #f3916f;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #f3916f; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #f3916f; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #f3916f;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #f3916f; color: #fff; padding: 16px; border-radius: 8px;"> #F3916F </div>
Related Colors of #F3916F
These colors are similar to #F3916F, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.