Skip to main content Skip to docs navigation

#fa748e 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 Ultra Red and its hex is #FC6C85 Nearest Color Name

Color Hue/Base color: Red

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

Hex #fa748e color code is between #ff7788 web safe hex color code and #ee6699 web safe hex color code. #ff7788 is the nearest web safe color code. You can see here many more shades of #fa748e color code.

RGB Chart

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

Color Table

Hex Color Code fa748e #fa748e
RGB Decimal 250, 116, 142 250, 116, 142
RGB Percent 98%, 45%, 56% rgb(98%, 45%, 56%)
CSS RGBa 250, 116, 142,1 rgba(250,116,142,1)
CMYK Model cmyk(0%,54%,43%,1.96%)
HSL Color Space 348,93% ,72% hsl(348,93% ,72%)
HSV Color Space 348°, 54%, 98%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11111010 01110100 10001110
Octal 372 164 216
Decimal 250 116 142
Hex fa 74 8e

Different shades of #fa748e color code.

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

Darkest of #fa748e
#ce072e
Darker of #fa748e
#f6123e
Dark of #fa748e
#f84366
Base of #fa748e
#fa748e
Light of #fa748e
#fca5b6
Lighter
#fed6de
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

#fa748e
#74fae0

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

Split Complementary

#fa748e
#74fa9d
#74d1fa

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

Analogous Color

#fa74dc
#fa74c6
#fa748e
#fa8774
#fabe74

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

#fa748e
#748efa
#8efa74

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

#fa748e
#8efa74
#74fae0
#e074fa

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

#fa748e
#d1fa74
#74fae0
#9d74fa

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

#9c0623
#ce072e
#f6123e
#f84366
#fa748e
#fca5b6
#fed6de
#ffffff
#ffffff

Tints of #fa748e Color

#fa748e
#fa839a
#fb92a7
#fba2b3
#fcb1c0
#fcc1cc
#fdd0d9
#fde0e5
#feeff2
#ffffff

Shades of #fa748e color code

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

#fa748e
#de677e
#c25a6e
#a64d5e
#8a404e
#6f333f
#53262f
#37191f
#1b0c0f
#000000

Tones

#fa748e
#ec8297
#dd91a0
#cf9fa8
#c0aeb1

Tones

Similar Color like #fa748e color

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

#fb758f
#fc7690
#fd7791
#fe7892
#ff7993
#ff7a94
#ff7b95
#ff7c96
#ff7d97
#ff7e98
#ff7f99
#ff809a
#ff819b
#ff829c
#f9738d
#f8728c
#f7718b
#f6708a
#f56f89
#f46e88
#f36d87
#f26c86
#f16b85
#f06a84
#ef6983
#ee6882
#ed6781
#ec6680

Download this Light Red

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

#fa748e Color Code Preview on Black Background Color

This is how #fa748e Color will look on black background color. Color contrast ratio is 7.95

#fa748e in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fa748e

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fa748e

#fa748e color code is use for CSS Background Color

Background color for the above div is #fa748e

HTML with inline CSS

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

#fa748e color code is use for CSS Border Color

CSS Border color for the above div is #fa748e

HTML with inline CSS

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

CSS Border Left color for the above div is #fa748e

HTML with inline CSS

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

CSS Border Right color for the above div is #fa748e

HTML with inline CSS

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

CSS Border Bottom color for the above div is #fa748e

HTML with inline CSS

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

CSS Border Top color for the above div is #fa748e

HTML with inline CSS

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

#fa748e hex Color code used as CSS color Codes

Example CSS Class for usage

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

#fa748e Color code Preview on White Background

This is how #fa748e Color code will look on white background color. Color contrast ratio is 2.64

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

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