Skip to main content Skip to docs navigation

#fa737e hex color | Download Light Red BG image | Information

Color Picker

@
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.

Color Info

Woow we have a nearby visually matching color name available. It's name is Begonia and its hex is #FA6E79 Nearest Color Name

Color Hue/Base color: Red

Hex #fa737e Color code in RGB color code model is created after adding 98.04% red color, 45.1% green color and 49.41% blue color. Hex #fa737e Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 54% magenta, 50% yellow and 1.96% black.

Hex #fa737e color code is between #ff7777 web safe hex color code and #ee6688 web safe hex color code. #ff7777 is the nearest web safe color code. You can see here many more shades of #fa737e color code.

RGB Chart

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

Color Table

Hex Color Code fa737e #fa737e
RGB Decimal 250, 115, 126 250, 115, 126
RGB Percent 98%, 45%, 49% rgb(98%, 45%, 49%)
CSS RGBa 250, 115, 126,1 rgba(250,115,126,1)
CMYK Model cmyk(0%,54%,50%,1.96%)
HSL Color Space 355,93% ,72% hsl(355,93% ,72%)
HSV Color Space 355°, 54%, 98%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11111010 01110011 01111110
Octal 372 163 176
Decimal 250 115 126
Hex fa 73 7e

Different shades of #fa737e color code.

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

Darkest of #fa737e
#cd0717
Darker of #fa737e
#f61123
Dark of #fa737e
#f84251
Base of #fa737e
#fa737e
Light of #fa737e
#fca4ab
Lighter
#fed5d9
Lightest
#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

#fa737e
#73faef

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

Split Complementary

#fa737e
#73faac
#73c2fa

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

Analogous Color

#fa73cd
#fa73b6
#fa737e
#fa9573
#facd73

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

#fa737e
#737efa
#7efa73

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

#fa737e
#7efa73
#73faef
#ef73fa

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

Square Color

#fa737e
#c2fa73
#73faef
#ac73fa

Square 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).

Monochromatic Color with #fa737e

#9b0612
#cd0717
#f61123
#f84251
#fa737e
#fca4ab
#fed5d9
#ffffff
#ffffff

Tints of #fa737e Color

#fa737e
#fa828c
#fb929a
#fba1a9
#fcb1b7
#fcc0c5
#fdd0d4
#fddfe2
#feeff0
#ffffff

Shades of #fa737e color code

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

#fa737e
#de6670
#c25962
#a64c54
#8a3f46
#6f3338
#53262a
#37191c
#1b0c0e
#000000

Tones

#fa737e
#eb828a
#dd9096
#ce9fa2
#c0adaf

Tones

Similar Color like #fa737e color

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

#fb747f
#fc7580
#fd7681
#fe7782
#ff7883
#ff7984
#ff7a85
#ff7b86
#ff7c87
#ff7d88
#ff7e89
#ff7f8a
#ff808b
#ff818c
#f9727d
#f8717c
#f7707b
#f66f7a
#f56e79
#f46d78
#f36c77
#f26b76
#f16a75
#f06974
#ef6873
#ee6772
#ed6671
#ec6570

Download this Light Red

Hex #fa737e 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.

#fa737e Color Code Preview on Black Background Color

This is how #fa737e Color will look on black background color. Color contrast ratio is 7.82

#fa737e in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fa737e

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fa737e

#fa737e color code is use for CSS Background Color

Background color for the above div is #fa737e

HTML with inline CSS

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

#fa737e color code is use for CSS Border Color

CSS Border color for the above div is #fa737e

HTML with inline CSS

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

CSS Border Left color for the above div is #fa737e

HTML with inline CSS

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

CSS Border Right color for the above div is #fa737e

HTML with inline CSS

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

CSS Border Bottom color for the above div is #fa737e

HTML with inline CSS

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

CSS Border Top color for the above div is #fa737e

HTML with inline CSS

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

#fa737e hex Color code used as CSS color Codes

Example CSS Class for usage

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

#fa737e Color code Preview on White Background

This is how #fa737e Color code will look on white background color. Color contrast ratio is 2.69

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 #fa737e; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #fa737e; }

Gradient color background

Using gradients with mixed colors is a good idea. Download these backgrounds. Use them in slideshows, cards, and other designs.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE

 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(250,115,126,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(115,250,239,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(250,115,126,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }