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