Color: #F7697C
#F7697C Color Information
#F7697C is a light color. The closest websafe version is #F7697C. A complement of this color would be #69F7E4, perceived brightness is 0.59, and the grayscale version is #B0B0B0.
In the HSL color space, this color has a hue angle of 352°,a saturation of 90%, and a lightness of 69%.The HSV representation shows a hue of 352°, a saturation of 57%, and a value of 97%.
In a RGB color space, #F7697C is composed of 97% red, 41% green and 49% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 57% magenta, 50% yellow and 3% black.
In the Yxy color space, this color is represented as Y: 32.04, x: 0.4989, and y: 0.3270.
Color Code #F7697C
Shades of Color #F7697C
Shades are created by darkening the original color #F7697C 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 #F7697C
Tints are created by lightening the original color #F7697C 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 #F7697C Color Code
In the HSL color space, this color has a hue angle of 352°, a saturation of 90%, and a lightness of 69%. The HSV representation shows a hue of 352°, a saturation of 57%, and a value of 97%.
- HEX: #F7697C
- RGB: rgb(247, 105, 124)
- HSL: hsl(352, 90%, 69%)
- HSV: hsv(352, 57%, 97%)
- CMYK: 0.00% cyan, 57.00% magenta, 50.00% yellow, 3.00% black
- XYZ: 48.88, 32.04, 17.06
- Yxy: 32.04, 0.4989, 0.3270
- Hunter Lab: 63.38, 56.53, 18.60
- CIE-Lab: 63.38, 56.53, 18.60
In the XYZ color space, this color is represented as X: 48.88, Y: 32.04, Z: 17.06. The Yxy representation further refines this as Y: 32.04, x: 0.4989, and y: 0.3270.
In the Hunter Lab color space, this color is represented as L: 63.38, a: 56.53, and b: 18.60. Similarly, in the CIE-Lab color space, it is represented as L: 63.38, a: 56.53, and b: 18.60.
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 #F7697C
Triadic colors are three colors evenly spaced around the color wheel, including #F7697C. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Split Complementary Colors of #F7697C
Split complementary colors are two colors adjacent to the complementary color of #F7697C. They create a balanced and visually appealing color scheme.
Monochromatic Colors of #F7697C
Monochromatic colors are variations of #F7697C, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #F7697C
The complementary color of #F7697C 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 #F7697C
/* Using HEX */ body { background-color: #f7697c; }
/* Using RGB */ body { background-color: rgb(247, 105, 124); }
/* Using RGB with opacity */ body { background-color: rgba(247, 105, 124, 0.5); }
/* Using HSL */ body { background-color: hsl(352, 90%, 69%); }
/* Text color */ p { color: #f7697c; }
/* Box shadow */ div { box-shadow: 4px 4px #f7697c; }
/* Border color */ .box { border: 4px solid #f7697c; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #f7697c; }
/* Background with text */ div { background: #f7697c; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #F7697C
<!-- Using HEX --> <div style="background-color: #f7697c; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(247, 105, 124); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(247, 105, 124, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(352, 90%, 69%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #f7697c;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #f7697c; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #f7697c; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #f7697c;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #f7697c; color: #fff; padding: 16px; border-radius: 8px;"> #F7697C </div>
Related Colors of #F7697C
These colors are similar to #F7697C, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.