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