Skip to main content Skip to docs navigation

#fa505f hex color | Download Dark 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 Pantone 1785 C and its hex is #F8485E Nearest Color Name

Color Hue/Base color: Red

Hex #fa505f Color code in RGB color code model is created after adding 98.04% red color, 31.37% green color and 37.25% blue color. Hex #fa505f Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 68% magenta, 62% yellow and 1.96% black.

Hex #fa505f color code is between #ff5566 web safe hex color code and #ee4455 web safe hex color code. #ff5566 is the nearest web safe color code. You can see here many more shades of #fa505f color code.

RGB Chart

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

Color Table

Hex Color Code fa505f #fa505f
RGB Decimal 250, 80, 95 250, 80, 95
RGB Percent 98%, 31%, 37% rgb(98%, 31%, 37%)
CSS RGBa 250, 80, 95,1 rgba(250,80,95,1)
CMYK Model cmyk(0%,68%,62%,1.96%)
HSL Color Space 355,94% ,65% hsl(355,94% ,65%)
HSV Color Space 355°, 68%, 98%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11111010 01010000 01011111
Octal 372 120 137
Decimal 250 80 95
Hex fa 50 5f

Different shades of #fa505f color code.

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

Darkest of #fa505f
#ac0514
Darker of #fa505f
#de0619
Dark of #fa505f
#f91e32
Base of #fa505f
#fa505f
Light of #fa505f
#fb828c
Lighter
#fdb3ba
Lightest
#fee5e7

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

#fa505f
#50faeb

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

Split Complementary

#fa505f
#50fa96
#50b4fa

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

Analogous Color

#fa50c2
#fa50a6
#fa505f
#fa7a50
#fac150

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

#fa505f
#505ffa
#5ffa50

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

#fa505f
#5ffa50
#50faeb
#eb50fa

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

#fa505f
#b4fa50
#50faeb
#9650fa

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

#7b040e
#ac0514
#de0619
#f91e32
#fa505f
#fb828c
#fdb3ba
#fee5e7
#ffffff

Tints of #fa505f Color

#fa505f
#fa6370
#fb7682
#fb8a94
#fc9da6
#fcb1b7
#fdc4c9
#fdd8db
#feebed
#ffffff

Shades of #fa505f color code

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

#fa505f
#de4754
#c23e49
#a6353f
#8a2c34
#6f232a
#531a1f
#371115
#1b080a
#000000

Tones

#fa505f
#e8626e
#d6747d
#c4868b
#b2989a

Tones

Similar Color like #fa505f color

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

#fb5160
#fc5261
#fd5362
#fe5463
#ff5564
#ff5665
#ff5766
#ff5867
#ff5968
#ff5a69
#ff5b6a
#ff5c6b
#ff5d6c
#ff5e6d
#f94f5e
#f84e5d
#f74d5c
#f64c5b
#f54b5a
#f44a59
#f34958
#f24857
#f14756
#f04655
#ef4554
#ee4453
#ed4352
#ec4251

Download this Dark Red

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

#fa505f Color Code Preview on Black Background Color

This is how #fa505f Color will look on black background color. Color contrast ratio is 6.38

#fa505f in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fa505f

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fa505f

#fa505f color code is use for CSS Background Color

Background color for the above div is #fa505f

HTML with inline CSS

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

#fa505f color code is use for CSS Border Color

CSS Border color for the above div is #fa505f

HTML with inline CSS

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

CSS Border Left color for the above div is #fa505f

HTML with inline CSS

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

CSS Border Right color for the above div is #fa505f

HTML with inline CSS

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

CSS Border Bottom color for the above div is #fa505f

HTML with inline CSS

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

CSS Border Top color for the above div is #fa505f

HTML with inline CSS

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

#fa505f hex Color code used as CSS color Codes

Example CSS Class for usage

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

#fa505f Color code Preview on White Background

This is how #fa505f Color code will look on white background color. Color contrast ratio is 3.29

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

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