Skip to main content Skip to docs navigation

#fa037e 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 Flickr Pink and its hex is #FB0081 Nearest Color Name

Color Hue/Base color: Red

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

Hex #fa037e color code is between #ff0077 web safe hex color code and #ee0088 web safe hex color code. #ff0077 is the nearest web safe color code. You can see here many more shades of #fa037e color code.

RGB Chart

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

Color Table

Hex Color Code fa037e #fa037e
RGB Decimal 250, 3, 126 250, 3, 126
RGB Percent 98%, 1%, 49% rgb(98%, 1%, 49%)
CSS RGBa 250, 3, 126,1 rgba(250,3,126,1)
CMYK Model cmyk(0%,99%,50%,1.96%)
HSL Color Space 330,98% ,50% hsl(330,98% ,50%)
HSV Color Space 330°, 99%, 98%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11111010 00000011 01111110
Octal 372 3 176
Decimal 250 3 126
Hex fa 03 7e

Different shades of #fa037e color code.

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

Darkest of #fa037e
#630132
Darker of #fa037e
#95024b
Dark of #fa037e
#c80265
Base of #fa037e
#fa037e
Light of #fa037e
#fd3398
Lighter
#fd66b1
Lightest
#fe98cb

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

#fa037e
#03fa7f

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

Split Complementary

#fa037e
#03fa03
#03fafa

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

Analogous Color

#e603fa
#fa03e5
#fa037e
#fa032c
#fa4103

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

#fa037e
#037efa
#7efa03

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

#fa037e
#7efa03
#03fa7f
#7f03fa

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

#fa037e
#fafa03
#03fa7f
#0303fa

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

#300118
#630132
#95024b
#c80265
#fa037e
#fd3398
#fd66b1
#fe98cb
#fecbe4

Tints of #fa037e Color

#fa037e
#fa1f8c
#fb3b9a
#fb57a9
#fc73b7
#fc8fc5
#fdabd4
#fdc7e2
#fee3f0
#ffffff

Shades of #fa037e color code

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

#fa037e
#de0270
#c20262
#a60254
#8a0146
#6f0138
#53012a
#37001c
#1b000e
#000000

Tones

#fa037e
#e11c7e
#c7367e
#ae4f7e
#95687e

Tones

Similar Color like #fa037e color

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

#fb047f
#fc0580
#fd0681
#fe0782
#ff0883
#ff0984
#ff0a85
#ff0b86
#ff0c87
#ff0d88
#ff0e89
#ff0f8a
#ff108b
#ff118c
#f9027d
#f8017c
#f7007b
#f6007a
#f50079
#f40078
#f30077
#f20076
#f10075
#f00074
#ef0073
#ee0072
#ed0071
#ec0070

Download this Dark Red

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

#fa037e Color Code Preview on Black Background Color

This is how #fa037e Color will look on black background color. Color contrast ratio is 5.38

#fa037e in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fa037e

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fa037e

#fa037e color code is use for CSS Background Color

Background color for the above div is #fa037e

HTML with inline CSS

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

#fa037e color code is use for CSS Border Color

CSS Border color for the above div is #fa037e

HTML with inline CSS

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

CSS Border Left color for the above div is #fa037e

HTML with inline CSS

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

CSS Border Right color for the above div is #fa037e

HTML with inline CSS

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

CSS Border Bottom color for the above div is #fa037e

HTML with inline CSS

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

CSS Border Top color for the above div is #fa037e

HTML with inline CSS

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

#fa037e hex Color code used as CSS color Codes

Example CSS Class for usage

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

#fa037e Color code Preview on White Background

This is how #fa037e Color code will look on white background color. Color contrast ratio is 3.90

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

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