rgb(246, 85, 142)
- In a RGB color space, hex #f6558e color is composed of 96% red, 33% green, and 56% blue.
- In a CMYK color space, it is consist of 0% cyan, 65% magenta, 42% yellow and 4% black.
- In web design, the web safe color for #f6558e is #FF6699. The complementary color of #f6558e is #55f5bd.
#f6558e Color Conversion
Hex Color #f6558e RGB value, CMYK value, HSL value, HSV value...
Color Schemes with #f6558e
-
#f6558e
#f6558e
-
#55f5bd
#55f5bd
-
#fbabc7
#fbabc7
-
#abfade
#abfade
-
#b83f6a
#b83f6a
-
#3fb78d
#3fb78d
-
#bc8095
#bc8095
-
#80bba6
#80bba6
Two colors (#f6558e,#55f5bd) that are on opposite sides of the color wheel. This combination provides a high contrast and high impact color combination – together, these colors will appear brighter and more prominent.
In Grayscale mode, there are only gray tones, which include 256 different shades of gray ranging from black to white. In a grayscale file, the color saturation of the image is 0, and brightness is the only option that can affect the grayscale image.
Three colors that are evenly spaced on the color wheel. This provides a high contrast color scheme, but less so than the complementary color combination — making it more versatile. This combination creates bold, vibrant color palettes.
Three colors that are side by side on the color wheel. This color combination is versatile, but can be overwhelming. To balance an analogous color scheme, choose one dominant color, and use the others as accents.
-
#f6558e
#f6558e
-
#fbabc7
#fbabc7
-
#7b2b47
#7b2b47
-
#fcd5e2
#fcd5e2
-
#b83f6a
#b83f6a
-
#bc8095
#bc8095
-
#5c2035
#5c2035
-
#bd9fa9
#bd9fa9
Three shades, tones and tints of one base color. Provides a subtle and conservative color combination. This is a versatile color combination that is easy to apply to design projects for a harmonious look.
Shades and Tints of #f6558e
-
#f6558e
#f6558e
-
#DD4D80
#DD4D80
-
#C54472
#C54472
-
#AC3B63
#AC3B63
-
#943355
#943355
-
#7B2B47
#7B2B47
-
#622239
#622239
-
#4A1A2B
#4A1A2B
-
#31111C
#31111C
-
#19090E
#19090E
-
#000000
#000000
A shade is created by adding black to a base hue, darkening the color. This creates a deeper, richer color. Shades can be quite dramatic and can be overpowering.
-
#f6558e
#f6558e
-
#F76699
#F76699
-
#F877A5
#F877A5
-
#F988B0
#F988B0
-
#FA99BB
#FA99BB
-
#FBAAC7
#FBAAC7
-
#FBBBD2
#FBBBD2
-
#FCCCDD
#FCCCDD
-
#FDDDE8
#FDDDE8
-
#FEEEF4
#FEEEF4
-
#FFFAFC
#FFFAFC
A tint is created by adding white to a base hue, lightening the color. This can make a color less intense, and is useful when balancing more vivid color combinations.
Random Colors
HTML Code & CSS
#f6558e Color Preview on Black Background
#f6558e Color Preview on White Background
<span style="color:#f6558e;">Text here</span>
#f6558e Background Color
#f6558e Background Color
<p style="background-color:#f6558e;">Text here</p>
#f6558e Border Color
<div style="border:1px solid #f6558e;">Text here</div>
<style>.text {color:#f6558e;}
.background {background-color:#f6558e;}
.border {border:1px solid #f6558e;}</style>