Color: #F487BF
#F487BF Color Information
#F487BF is a light color. The closest websafe version is #F487BF. A complement of this color would be #86F4BB, perceived brightness is 0.68, and the grayscale version is #BEBEBE.
In the HSL color space, this color has a hue angle of 329°,a saturation of 83%, and a lightness of 74%.The HSV representation shows a hue of 329°, a saturation of 45%, and a value of 96%.
In a RGB color space, #F487BF is composed of 96% red, 53% green and 75% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 45% magenta, 22% yellow and 4% black.
In the Yxy color space, this color is represented as Y: 40.66, x: 0.4083, and y: 0.2953.
Color Code #F487BF
Shades of Color #F487BF
Shades are created by darkening the original color #F487BF 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 #F487BF
Tints are created by lightening the original color #F487BF 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 #F487BF Color Code
In the HSL color space, this color has a hue angle of 329°, a saturation of 83%, and a lightness of 74%. The HSV representation shows a hue of 329°, a saturation of 45%, and a value of 96%.
- HEX: #F487BF
- RGB: rgb(244, 135, 191)
- HSL: hsl(329, 83%, 74%)
- HSV: hsv(329, 45%, 96%)
- CMYK: 0.00% cyan, 45.00% magenta, 22.00% yellow, 4.00% black
- XYZ: 56.23, 40.66, 40.82
- Yxy: 40.66, 0.4083, 0.2953
- Hunter Lab: 69.93, 47.34, -10.01
- CIE-Lab: 69.93, 47.34, -10.01
In the XYZ color space, this color is represented as X: 56.23, Y: 40.66, Z: 40.82. The Yxy representation further refines this as Y: 40.66, x: 0.4083, and y: 0.2953.
In the Hunter Lab color space, this color is represented as L: 69.93, a: 47.34, and b: -10.01. Similarly, in the CIE-Lab color space, it is represented as L: 69.93, a: 47.34, and b: -10.01.
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 #F487BF
Triadic colors are three colors evenly spaced around the color wheel, including #F487BF. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Split Complementary Colors of #F487BF
Split complementary colors are two colors adjacent to the complementary color of #F487BF. They create a balanced and visually appealing color scheme.
Monochromatic Colors of #F487BF
Monochromatic colors are variations of #F487BF, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #F487BF
The complementary color of #F487BF 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 #F487BF
/* Using HEX */ body { background-color: #f487bf; }
/* Using RGB */ body { background-color: rgb(244, 135, 191); }
/* Using RGB with opacity */ body { background-color: rgba(244, 135, 191, 0.5); }
/* Using HSL */ body { background-color: hsl(329, 83%, 74%); }
/* Text color */ p { color: #f487bf; }
/* Box shadow */ div { box-shadow: 4px 4px #f487bf; }
/* Border color */ .box { border: 4px solid #f487bf; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #f487bf; }
/* Background with text */ div { background: #f487bf; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #F487BF
<!-- Using HEX --> <div style="background-color: #f487bf; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(244, 135, 191); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(244, 135, 191, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(329, 83%, 74%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #f487bf;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #f487bf; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #f487bf; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #f487bf;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #f487bf; color: #fff; padding: 16px; border-radius: 8px;"> #F487BF </div>
Related Colors of #F487BF
These colors are similar to #F487BF, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.