Color: #F77CFD
#F77CFD Color Information
#F77CFD is a light color. The closest websafe version is #F77CFD. A complement of this color would be #83FD7C, perceived brightness is 0.69, and the grayscale version is #BDBDBD.
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 100%, and a value of 100%.
In a RGB color space, #F77CFD is composed of 97% red, 49% green and 99% blue. Whereas in a CMYK color space, it is composed of 2% cyan, 51% magenta, 0% yellow and 1% black.
In the Yxy color space, this color is represented as Y: 41.10, x: 0.3527, and y: 0.2324.
Color Code #F77CFD
Shades of Color #F77CFD
Shades are created by darkening the original color #F77CFD 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 #F77CFD
Tints are created by lightening the original color #F77CFD 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 #F77CFD 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 51%, and a value of 99%.
- HEX: #F77CFD
- RGB: rgb(247, 124, 253)
- HSL: hsl(297, 97%, 74%)
- HSV: hsv(297, 51%, 99%)
- CMYK: 2.00% cyan, 51.00% magenta, 0.00% yellow, 100.00% black
- XYZ: 62.38, 41.10, 73.40
- Yxy: 41.10, 0.3527, 0.2324
- Hunter Lab: 70.24, 60.68, -43.65
- CIE-Lab: 70.24, 60.68, -43.65
In the XYZ color space, this color is represented as X: 62.38, Y: 41.10, Z: 73.40. The Yxy representation further refines this as Y: 41.10, x: 0.3527, and y: 0.2324.
In the Hunter Lab color space, this color is represented as L: 70.24, a: 60.68, and b: -43.65. Similarly, in the CIE-Lab color space, it is represented as L: 70.24, a: 60.68, and b: -43.65.
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 #F77CFD
Triadic colors are three colors evenly spaced around the color wheel, including #F77CFD. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #F77CFD
Monochromatic colors are variations of #F77CFD, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #F77CFD
The complementary color of #F77CFD 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 #F77CFD
/* Using HEX */ body { background-color: #f77cfd; }
/* Using RGB */ body { background-color: rgb(247, 124, 253); }
/* Using RGB with opacity */ body { background-color: rgba(247, 124, 253, 0.5); }
/* Using HSL */ body { background-color: hsl(297, 97%, 74%); }
/* Text color */ p { color: #f77cfd; }
/* Box shadow */ div { box-shadow: 4px 4px #f77cfd; }
HTML Examples of #F77CFD
<!-- Using HEX --> <div style="background-color: #f77cfd; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(247, 124, 253); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(247, 124, 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: #f77cfd;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #f77cfd; width: 100px; height: 100px;"></div>
Related Colors of #F77CFD
These colors are similar to #F77CFD, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.