Skip to main content Skip to docs navigation

#fa739b 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 French Pink and its hex is #FD6C9E Nearest Color Name

Color Hue/Base color: Red

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

Hex #fa739b color code is between #ff7799 web safe hex color code and #ee66aa web safe hex color code. #ff7799 is the nearest web safe color code. You can see here many more shades of #fa739b color code.

RGB Chart

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

Color Table

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

Color in numbers

Type Red Green Blue
Binary 11111010 01110011 10011011
Octal 372 163 233
Decimal 250 115 155
Hex fa 73 9b

Different shades of #fa739b color code.

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

Darkest of #fa739b
#cd0742
Darker of #fa739b
#f61155
Dark of #fa739b
#f84278
Base of #fa739b
#fa739b
Light of #fa739b
#fca4be
Lighter
#fed5e1
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

#fa739b
#73fad2

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

Split Complementary

#fa739b
#73fa8f
#73dffa

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

Analogous Color

#fa73ea
#fa73d3
#fa739b
#fa7873
#fab073

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

#fa739b
#739bfa
#9bfa73

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

#fa739b
#9bfa73
#73fad2
#d273fa

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

#fa739b
#dffa73
#73fad2
#8f73fa

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 #fa739b

#9b0632
#cd0742
#f61155
#f84278
#fa739b
#fca4be
#fed5e1
#ffffff
#ffffff

Tints of #fa739b Color

#fa739b
#fa82a6
#fb92b1
#fba1bc
#fcb1c7
#fcc0d2
#fdd0dd
#fddfe8
#feeff3
#ffffff

Shades of #fa739b color code

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

#fa739b
#de6689
#c25978
#a64c67
#8a3f56
#6f3344
#532633
#371922
#1b0c11
#000000

Tones

#fa739b
#eb82a1
#dd90a7
#ce9fad
#c0adb3

Tones

Similar Color like #fa739b color

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

#fb749c
#fc759d
#fd769e
#fe779f
#ff78a0
#ff79a1
#ff7aa2
#ff7ba3
#ff7ca4
#ff7da5
#ff7ea6
#ff7fa7
#ff80a8
#ff81a9
#f9729a
#f87199
#f77098
#f66f97
#f56e96
#f46d95
#f36c94
#f26b93
#f16a92
#f06991
#ef6890
#ee678f
#ed668e
#ec658d

Download this Light Red

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

#fa739b Color Code Preview on Black Background Color

This is how #fa739b Color will look on black background color. Color contrast ratio is 7.99

#fa739b in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fa739b

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fa739b

#fa739b color code is use for CSS Background Color

Background color for the above div is #fa739b

HTML with inline CSS

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

#fa739b color code is use for CSS Border Color

CSS Border color for the above div is #fa739b

HTML with inline CSS

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

CSS Border Left color for the above div is #fa739b

HTML with inline CSS

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

CSS Border Right color for the above div is #fa739b

HTML with inline CSS

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

CSS Border Bottom color for the above div is #fa739b

HTML with inline CSS

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

CSS Border Top color for the above div is #fa739b

HTML with inline CSS

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

#fa739b hex Color code used as CSS color Codes

Example CSS Class for usage

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

#fa739b Color code Preview on White Background

This is how #fa739b Color code will look on white background color. Color contrast ratio is 2.63

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

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,155,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(115,250,210,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(250,115,155,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }