Color: #F07FC5
#F07FC5 Color Information
#F07FC5 is a light color. The closest websafe version is #F07FC5. A complement of this color would be #7FF0AA, perceived brightness is 0.66, and the grayscale version is #B7B7B7.
In the HSL color space, this color has a hue angle of 323°,a saturation of 79%, and a lightness of 72%.The HSV representation shows a hue of 323°, a saturation of 100%, and a value of 100%.
In a RGB color space, #F07FC5 is composed of 94% red, 50% green and 77% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 47% magenta, 18% yellow and 6% black.
In the Yxy color space, this color is represented as Y: 37.99, x: 0.4003, and y: 0.2808.
Color Code #F07FC5
Shades of Color #F07FC5
Shades are created by darkening the original color #F07FC5 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 #F07FC5
Tints are created by lightening the original color #F07FC5 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 #F07FC5 Color Code
In the HSL color space, this color has a hue angle of 323°, a saturation of 79%, and a lightness of 72%. The HSV representation shows a hue of 323°, a saturation of 47%, and a value of 94%.
- HEX: #F07FC5
- RGB: rgb(240, 127, 197)
- HSL: hsl(323, 79%, 72%)
- HSV: hsv(323, 47%, 94%)
- CMYK: 0.00% cyan, 47.00% magenta, 18.00% yellow, 6.00% black
- XYZ: 54.16, 37.99, 43.15
- Yxy: 37.99, 0.4003, 0.2808
- Hunter Lab: 68.01, 50.43, -16.28
- CIE-Lab: 68.01, 50.43, -16.28
In the XYZ color space, this color is represented as X: 54.16, Y: 37.99, Z: 43.15. The Yxy representation further refines this as Y: 37.99, x: 0.4003, and y: 0.2808.
In the Hunter Lab color space, this color is represented as L: 68.01, a: 50.43, and b: -16.28. Similarly, in the CIE-Lab color space, it is represented as L: 68.01, a: 50.43, and b: -16.28.
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 #F07FC5
Triadic colors are three colors evenly spaced around the color wheel, including #F07FC5. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #F07FC5
Monochromatic colors are variations of #F07FC5, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #F07FC5
The complementary color of #F07FC5 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 #F07FC5
/* Using HEX */ body { background-color: #f07fc5; }
/* Using RGB */ body { background-color: rgb(240, 127, 197); }
/* Using RGB with opacity */ body { background-color: rgba(240, 127, 197, 0.5); }
/* Using HSL */ body { background-color: hsl(323, 79%, 72%); }
/* Text color */ p { color: #f07fc5; }
/* Box shadow */ div { box-shadow: 4px 4px #f07fc5; }
HTML Examples of #F07FC5
<!-- Using HEX --> <div style="background-color: #f07fc5; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(240, 127, 197); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(240, 127, 197, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(323, 79%, 72%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #f07fc5;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #f07fc5; width: 100px; height: 100px;"></div>
Related Colors of #F07FC5
These colors are similar to #F07FC5, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.