Color: #F7828E
#F7828E Color Information
#F7828E is a light color. The closest websafe version is #F7828E. A complement of this color would be #82F7EB, perceived brightness is 0.65, and the grayscale version is #BDBDBD.
In the HSL color space, this color has a hue angle of 354°,a saturation of 88%, and a lightness of 74%.The HSV representation shows a hue of 354°, a saturation of 100%, and a value of 100%.
In a RGB color space, #F7828E is composed of 97% red, 51% green and 56% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 47% magenta, 43% yellow and 3% black.
In the Yxy color space, this color is represented as Y: 38.34, x: 0.4646, and y: 0.3359.
Color Code #F7828E
Shades of Color #F7828E
Shades are created by darkening the original color #F7828E 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 #F7828E
Tints are created by lightening the original color #F7828E 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 #F7828E Color Code
In the HSL color space, this color has a hue angle of 354°, a saturation of 88%, and a lightness of 74%. The HSV representation shows a hue of 354°, a saturation of 47%, and a value of 97%.
- HEX: #F7828E
- RGB: rgb(247, 130, 142)
- HSL: hsl(354, 88%, 74%)
- HSV: hsv(354, 47%, 97%)
- CMYK: 0.00% cyan, 47.00% magenta, 43.00% yellow, 3.00% black
- XYZ: 53.03, 38.34, 22.78
- Yxy: 38.34, 0.4646, 0.3359
- Hunter Lab: 68.27, 46.42, 15.06
- CIE-Lab: 68.27, 46.42, 15.06
In the XYZ color space, this color is represented as X: 53.03, Y: 38.34, Z: 22.78. The Yxy representation further refines this as Y: 38.34, x: 0.4646, and y: 0.3359.
In the Hunter Lab color space, this color is represented as L: 68.27, a: 46.42, and b: 15.06. Similarly, in the CIE-Lab color space, it is represented as L: 68.27, a: 46.42, and b: 15.06.
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 #F7828E
Triadic colors are three colors evenly spaced around the color wheel, including #F7828E. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #F7828E
Monochromatic colors are variations of #F7828E, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #F7828E
The complementary color of #F7828E 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 #F7828E
/* Using HEX */ body { background-color: #f7828e; }
/* Using RGB */ body { background-color: rgb(247, 130, 142); }
/* Using RGB with opacity */ body { background-color: rgba(247, 130, 142, 0.5); }
/* Using HSL */ body { background-color: hsl(354, 88%, 74%); }
/* Text color */ p { color: #f7828e; }
/* Box shadow */ div { box-shadow: 4px 4px #f7828e; }
HTML Examples of #F7828E
<!-- Using HEX --> <div style="background-color: #f7828e; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(247, 130, 142); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(247, 130, 142, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(354, 88%, 74%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #f7828e;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #f7828e; width: 100px; height: 100px;"></div>
Related Colors of #F7828E
These colors are similar to #F7828E, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.