@
The color hex or name not found.

You can tap color picker and choose a color or enter any valid hex color code or Color name to find color details.

#f8537c hex color - Red - Warm color - Information

#f8537c hex color - Red - Warm color

Color Hue/Base color: Red

Hex #f8537c Color code in RGB color code model is created after adding 97.25% red color, 32.55% green color and 48.63% blue color. Hex #f8537c Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 67% magenta, 50% yellow and 2.75% black.

Hex #f8537c color code is between #ff5577 web safe hex color code and #ee4488 web safe hex color code. #ff5577 is the nearest web safe color code. You can see here many more shades of #f8537c color code.

0 Likes 0 Comments | 1 Views

RGB Chart

RGB Chart using SVG and CSS mix-blend-mode: lighten;

Color Table

Hex Color Code f8537c #f8537c
RGB Decimal 248, 83, 124 rgb(248, 83, 124)
RGB Percent 97%, 33%, 49% rgb(97%, 33%, 49%)
CSS RGBa 248, 83, 124,1 rgba(248,83,124,1)
CMYK Model cmyk(0%,67%,50%,2.75%)
HSL Color Space 345,92% ,65% hsl(345,92% ,65%)
HSV Color Space 345°, 67%, 97%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11111000 01010011 01111100
Octal 370 123 174
Decimal 248 83 124
Hex f8 53 7c

Different shades of #f8537c color code.

Different color shades are produced by adding adding white or black (respectively). Generate more color shades with shades generator.

Light Shade of #f8537c
#fa84a1
Dark Shade of #f8537c
#f62257
Saturated Shade of #f8537c
#ff4c78
Desaturated Shade of #f8537c
#ef5c80
Grey scale Shade of #f8537c
#a5a5a5
Brighten Shade
#ff6c95
Most Readable Shade
#000000

Shades of #f8537c color code

Generate more color scales with scales (color stack) generator.

#f8537c
#dc496e
#c04060
#a53752
#892e44
#6e2437
#521b29
#37121b
#1b090d
#000000

Similar Color like #f8537c color

Find visually similar hex color codes nearing to #f8537c hex color. Similar colors can help you tweak and adjust for your project until it’s just right.

#f9547d
#fa557e
#fb567f
#fc5780
#fd5881
#fe5982
#ff5a83
#ff5b84
#ff5c85
#ff5d86
#ff5e87
#ff5f88
#ff6089
#ff618a
#f7527b
#f6517a
#f55079
#f44f78
#f34e77
#f24d76
#f14c75
#f04b74
#ef4a73
#ee4972
#ed4871
#ec4770
#eb466f
#ea456e

Monochromatic Color with #f8537c

#f8537c
#230c12
#4e1a27
#78283c
#a33752
#cd4567

Tints of #f8537c Color

#f8537c
#f8668a
#f97999
#fa8ca7
#fb9fb6
#fbb2c4
#fcc5d3
#fdd8e1
#feebf0
#ffffff

Color Schemes

A good color harmony is perfect looking color combinations or colors that look good together. Everyone from designers to developers are looking for colors that go well together. Color schemes above are different relative position on color spectrum. Using them together will create aesthetic looks.

Complimentary

#f8537c
#53f8cf

Complimentary Colors are colors on opposite sides of the color wheel that goes well together.

Split Complementary

#f8537c
#53f87c
#53cff8

Split Complimentary Colors are two secondary colors with one color as the main color. Secondary colors be used for accents and highlights.

Analogous Color

#f853be
#f8539d
#f8537c
#f8535b
#f86c53

Analogous colors are a slight variation in one color or related colors or neighboring colors on either side of color wheel . Example like Red, Orange and Yellow with red as central color. An analogous color scheme creates a rich, monochromatic look. Analogous scheme lacks contrast and is not as vibrant as complementary schemes.

Triadic Color

#f8537c
#7cf853
#537cf8

The primary colors are Red, Green Blue. They are an example of a triadic color scheme. Put a triangle on color wheel and find all three triadic colors. Triadic color schemes are vibrant with high color contrast with color harmony.

Tetrad/Square Color

#f8537c
#cef853
#53f8cf
#7c53f8

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Double Complementary Color

#f8537c
#53f8cf
#53cff8
#f87c53

Double Complementary is Four color (a mix of primar and secondary colors) scheme with two colors (hues) are next to each other on the color wheel are paired with two adjacent colors (hues) on the opposite side. For examle Red (Primary) and Orange (Secondary) with adjacent to Blue (Primary) and Green (Secondary).

Hex #f8537c Color Code use in CSS Color, CSS Font/Text Color, CSS Background Color, CSS Border Color, CSS placeholder color, CSS rgba, Box Shadow Color, Text Shadow color.

#f8537c Color Code Preview on Black Background Color

This is how #f8537c Color will look on black background color. Color contrast ratio is 6.52

#f8537c in use for CSS Font/Text Color

HTML with inline CSS

<p style="color:#f8537c">Your Example Paragraph content text in with font color #f8537c </p>

Your Example Paragraph content text in with font color #f8537c

HTML with inline CSS

<div style="color:#f8537c">Your Paragraph text in with font color #f8537c </div>

Your Example Paragraph content text in with font color #f8537c

#f8537c color code is use for CSS Background Color

Background color for the above div is #f8537c

HTML with inline CSS

<div style="background-color:#f8537c;"></div>

#f8537c color code is use for CSS Border Color

CSS Border color for the above div is #f8537c

HTML with inline CSS

<div style="border:5px solid #f8537c;"></div>

CSS Border Left color for the above div is #f8537c

HTML with inline CSS

<div style="border-left:5px solid #f8537c;"></div>

CSS Border Right color for the above div is #f8537c

HTML with inline CSS

<div style="border-right:5px solid #f8537c;"></div>

CSS Border Bottom color for the above div is #f8537c

HTML with inline CSS

<div style="border-bottom:5px solid #f8537c;"></div>

CSS Border Top color for the above div is #f8537c

HTML with inline CSS

<div style="border-top:5px solid #f8537c;"></div>

#f8537c hex Color code used as CSS color Codes

Example CSS Class for usage

.examplebgclass {background-color:#f8537c; } .examplecolorclass {color:#f8537c; } .examplebordercolor {border:3px solid #f8537c; }

#f8537c Color code Preview on White Background

This is how #f8537c Color code will look on white background color. Color contrast ratio is 3.22

Different text-shadow examples and usage

coming soon...

CSS3 text-shadow and box-shadow Usage

Example CSS Class for usage

.exampleTextShadowClass { text-shadow: 4px 4px 2px #f8537c; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #f8537c; }

Gradient Background

Beautiful Colored Gradient Background. Find awesome Gradient backgrounds for your next project.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE

 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(248,83,124,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(83,248,207,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(248,83,124,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.