Color: #F6668C
#F6668C Color Information
#F6668C is a light color. The closest websafe version is #F6668C. A complement of this color would be #65F6CF, perceived brightness is 0.59, and the grayscale version is #AEAEAE.
In the HSL color space, this color has a hue angle of 344°,a saturation of 89%, and a lightness of 68%.The HSV representation shows a hue of 344°, a saturation of 59%, and a value of 96%.
In a RGB color space, #F6668C is composed of 96% red, 40% green and 55% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 59% magenta, 43% yellow and 4% black.
In the Yxy color space, this color is represented as Y: 31.62, x: 0.4811, and y: 0.3101.
Color Code #F6668C
Shades of Color #F6668C
Shades are created by darkening the original color #F6668C 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 #F6668C
Tints are created by lightening the original color #F6668C 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 #F6668C Color Code
In the HSL color space, this color has a hue angle of 344°, a saturation of 89%, and a lightness of 68%. The HSV representation shows a hue of 344°, a saturation of 59%, and a value of 96%.
- HEX: #F6668C
- RGB: rgb(246, 102, 140)
- HSL: hsl(344, 89%, 68%)
- HSV: hsv(344, 59%, 96%)
- CMYK: 0.00% cyan, 59.00% magenta, 43.00% yellow, 4.00% black
- XYZ: 49.06, 31.62, 21.30
- Yxy: 31.62, 0.4811, 0.3101
- Hunter Lab: 63.03, 58.52, 8.91
- CIE-Lab: 63.03, 58.52, 8.91
In the XYZ color space, this color is represented as X: 49.06, Y: 31.62, Z: 21.30. The Yxy representation further refines this as Y: 31.62, x: 0.4811, and y: 0.3101.
In the Hunter Lab color space, this color is represented as L: 63.03, a: 58.52, and b: 8.91. Similarly, in the CIE-Lab color space, it is represented as L: 63.03, a: 58.52, and b: 8.91.
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 #F6668C
Triadic colors are three colors evenly spaced around the color wheel, including #F6668C. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Split Complementary Colors of #F6668C
Split complementary colors are two colors adjacent to the complementary color of #F6668C. They create a balanced and visually appealing color scheme.
Monochromatic Colors of #F6668C
Monochromatic colors are variations of #F6668C, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #F6668C
The complementary color of #F6668C 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 #F6668C
/* Using HEX */ body { background-color: #f6668c; }
/* Using RGB */ body { background-color: rgb(246, 102, 140); }
/* Using RGB with opacity */ body { background-color: rgba(246, 102, 140, 0.5); }
/* Using HSL */ body { background-color: hsl(344, 89%, 68%); }
/* Text color */ p { color: #f6668c; }
/* Box shadow */ div { box-shadow: 4px 4px #f6668c; }
/* Border color */ .box { border: 4px solid #f6668c; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #f6668c; }
/* Background with text */ div { background: #f6668c; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #F6668C
<!-- Using HEX --> <div style="background-color: #f6668c; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(246, 102, 140); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(246, 102, 140, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(344, 89%, 68%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #f6668c;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #f6668c; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #f6668c; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #f6668c;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #f6668c; color: #fff; padding: 16px; border-radius: 8px;"> #F6668C </div>
Related Colors of #F6668C
These colors are similar to #F6668C, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.