Skip to main content Skip to docs navigation

#fa76aa 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 Crazy Pink and its hex is #F970AC Nearest Color Name

Color Hue/Base color: Red

Hex #fa76aa Color code in RGB color code model is created after adding 98.04% red color, 46.27% green color and 66.67% blue color. Hex #fa76aa Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 53% magenta, 32% yellow and 1.96% black.

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

RGB Chart

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

Color Table

Hex Color Code fa76aa #fa76aa
RGB Decimal 250, 118, 170 250, 118, 170
RGB Percent 98%, 46%, 67% rgb(98%, 46%, 67%)
CSS RGBa 250, 118, 170,1 rgba(250,118,170,1)
CMYK Model cmyk(0%,53%,32%,1.96%)
HSL Color Space 336,93% ,72% hsl(336,93% ,72%)
HSV Color Space 336°, 53%, 98%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11111010 01110110 10101010
Octal 372 166 252
Decimal 250 118 170
Hex fa 76 aa

Different shades of #fa76aa color code.

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

Darkest of #fa76aa
#cf0856
Darker of #fa76aa
#f6146d
Dark of #fa76aa
#f8458b
Base of #fa76aa
#fa76aa
Light of #fa76aa
#fca7c9
Lighter
#fed8e7
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

#fa76aa
#76fac6

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

Split Complementary

#fa76aa
#76fa84
#76ecfa

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

Analogous Color

#fa76f7
#fa76e1
#fa76aa
#fa767e
#faa576

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

#fa76aa
#76aafa
#aafa76

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

#fa76aa
#aafa76
#76fac6
#c676fa

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

#fa76aa
#ecfa76
#76fac6
#8476fa

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

#9e0642
#cf0856
#f6146d
#f8458b
#fa76aa
#fca7c9
#fed8e7
#ffffff
#ffffff

Tints of #fa76aa Color

#fa76aa
#fa85b3
#fb94bc
#fba3c6
#fcb2cf
#fcc2d9
#fdd1e2
#fde0ec
#feeff5
#ffffff

Shades of #fa76aa color code

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

#fa76aa
#de6897
#c25b84
#a64e71
#8a415e
#6f344b
#532738
#371a25
#1b0d12
#000000

Tones

#fa76aa
#ec84ad
#de92b0
#cfa1b3
#c1afb6

Tones

Similar Color like #fa76aa color

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

#fb77ab
#fc78ac
#fd79ad
#fe7aae
#ff7baf
#ff7cb0
#ff7db1
#ff7eb2
#ff7fb3
#ff80b4
#ff81b5
#ff82b6
#ff83b7
#ff84b8
#f975a9
#f874a8
#f773a7
#f672a6
#f571a5
#f470a4
#f36fa3
#f26ea2
#f16da1
#f06ca0
#ef6b9f
#ee6a9e
#ed699d
#ec689c

Download this Light Red

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

#fa76aa Color Code Preview on Black Background Color

This is how #fa76aa Color will look on black background color. Color contrast ratio is 8.24

#fa76aa in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fa76aa

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fa76aa

#fa76aa color code is use for CSS Background Color

Background color for the above div is #fa76aa

HTML with inline CSS

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

#fa76aa color code is use for CSS Border Color

CSS Border color for the above div is #fa76aa

HTML with inline CSS

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

CSS Border Left color for the above div is #fa76aa

HTML with inline CSS

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

CSS Border Right color for the above div is #fa76aa

HTML with inline CSS

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

CSS Border Bottom color for the above div is #fa76aa

HTML with inline CSS

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

CSS Border Top color for the above div is #fa76aa

HTML with inline CSS

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

#fa76aa hex Color code used as CSS color Codes

Example CSS Class for usage

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

#fa76aa Color code Preview on White Background

This is how #fa76aa Color code will look on white background color. Color contrast ratio is 2.55

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

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