Color: #F5158F
#F5158F Color Information
#F5158F is a dark color. The closest websafe version is #F5158F. A complement of this color would be #14F579, perceived brightness is 0.40, and the grayscale version is #858585.
In the HSL color space, this color has a hue angle of 327°,a saturation of 92%, and a lightness of 52%.The HSV representation shows a hue of 327°, a saturation of 100%, and a value of 100%.
In a RGB color space, #F5158F is composed of 96% red, 8% green and 56% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 91% magenta, 42% yellow and 4% black.
In the Yxy color space, this color is represented as Y: 22.52, x: 0.5032, and y: 0.2573.
Color Code #F5158F
Shades of Color #F5158F
Shades are created by darkening the original color #F5158F 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 #F5158F
Tints are created by lightening the original color #F5158F 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 #F5158F Color Code
In the HSL color space, this color has a hue angle of 327°, a saturation of 92%, and a lightness of 52%. The HSV representation shows a hue of 327°, a saturation of 91%, and a value of 96%.
- HEX: #F5158F
- RGB: rgb(245, 21, 143)
- HSL: hsl(327, 92%, 52%)
- HSV: hsv(327, 91%, 96%)
- CMYK: 0.00% cyan, 91.00% magenta, 42.00% yellow, 4.00% black
- XYZ: 44.04, 22.52, 20.96
- Yxy: 22.52, 0.5032, 0.2573
- Hunter Lab: 54.57, 80.85, -4.98
- CIE-Lab: 54.57, 80.85, -4.98
In the XYZ color space, this color is represented as X: 44.04, Y: 22.52, Z: 20.96. The Yxy representation further refines this as Y: 22.52, x: 0.5032, and y: 0.2573.
In the Hunter Lab color space, this color is represented as L: 54.57, a: 80.85, and b: -4.98. Similarly, in the CIE-Lab color space, it is represented as L: 54.57, a: 80.85, and b: -4.98.
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 #F5158F
Triadic colors are three colors evenly spaced around the color wheel, including #F5158F. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #F5158F
Monochromatic colors are variations of #F5158F, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #F5158F
The complementary color of #F5158F 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 #F5158F
/* Using HEX */ body { background-color: #f5158f; }
/* Using RGB */ body { background-color: rgb(245, 21, 143); }
/* Using RGB with opacity */ body { background-color: rgba(245, 21, 143, 0.5); }
/* Using HSL */ body { background-color: hsl(327, 92%, 52%); }
/* Text color */ p { color: #f5158f; }
/* Box shadow */ div { box-shadow: 4px 4px #f5158f; }
HTML Examples of #F5158F
<!-- Using HEX --> <div style="background-color: #f5158f; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(245, 21, 143); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(245, 21, 143, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(327, 92%, 52%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #f5158f;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #f5158f; width: 100px; height: 100px;"></div>
Related Colors of #F5158F
These colors are similar to #F5158F, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.