Skip to main content Skip to docs navigation

#fa397f 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 Diva Pink and its hex is #FA427E Nearest Color Name

Color Hue/Base color: Red

Hex #fa397f Color code in RGB color code model is created after adding 98.04% red color, 22.35% green color and 49.8% blue color. Hex #fa397f Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 77% magenta, 49% yellow and 1.96% black.

Hex #fa397f color code is between #ff3377 web safe hex color code and #ee4488 web safe hex color code. #ff3377 is the nearest web safe color code. You can see here many more shades of #fa397f color code.

RGB Chart

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

Color Table

Hex Color Code fa397f #fa397f
RGB Decimal 250, 57, 127 250, 57, 127
RGB Percent 98%, 22%, 50% rgb(98%, 22%, 50%)
CSS RGBa 250, 57, 127,1 rgba(250,57,127,1)
CMYK Model cmyk(0%,77%,49%,1.96%)
HSL Color Space 338,95% ,60% hsl(338,95% ,60%)
HSV Color Space 338°, 77%, 98%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11111010 00111001 01111111
Octal 372 71 177
Decimal 250 57 127
Hex fa 39 7f

Different shades of #fa397f color code.

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

Darkest of #fa397f
#960439
Darker of #fa397f
#c8054c
Dark of #fa397f
#f9075f
Base of #fa397f
#fa397f
Light of #fa397f
#fb6b9f
Lighter
#fd9dbf
Lightest
#fecedf

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

#fa397f
#39fab4

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

Split Complementary

#fa397f
#39fa54
#39dffa

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

Analogous Color

#fa39f0
#fa39cf
#fa397f
#fa393f
#fa8439

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

#fa397f
#397ffa
#7ffa39

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

#fa397f
#7ffa39
#39fab4
#b439fa

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

#fa397f
#dffa39
#39fab4
#5439fa

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

#640326
#960439
#c8054c
#f9075f
#fa397f
#fb6b9f
#fd9dbf
#fecedf
#ffffff

Tints of #fa397f Color

#fa397f
#fa4f8d
#fb659b
#fb7ba9
#fc91b7
#fca7c6
#fdbdd4
#fdd3e2
#fee9f0
#ffffff

Shades of #fa397f color code

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

#fa397f
#de3270
#c22c62
#a62654
#8a1f46
#6f1938
#53132a
#370c1c
#1b060e
#000000

Tones

#fa397f
#e64d85
#d1628a
#bd7690
#a98a95

Tones

Similar Color like #fa397f color

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

#fb3a80
#fc3b81
#fd3c82
#fe3d83
#ff3e84
#ff3f85
#ff4086
#ff4187
#ff4288
#ff4389
#ff448a
#ff458b
#ff468c
#ff478d
#f9387e
#f8377d
#f7367c
#f6357b
#f5347a
#f43379
#f33278
#f23177
#f13076
#f02f75
#ef2e74
#ee2d73
#ed2c72
#ec2b71

Download this Dark Red

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

#fa397f Color Code Preview on Black Background Color

This is how #fa397f Color will look on black background color. Color contrast ratio is 5.96

#fa397f in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fa397f

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fa397f

#fa397f color code is use for CSS Background Color

Background color for the above div is #fa397f

HTML with inline CSS

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

#fa397f color code is use for CSS Border Color

CSS Border color for the above div is #fa397f

HTML with inline CSS

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

CSS Border Left color for the above div is #fa397f

HTML with inline CSS

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

CSS Border Right color for the above div is #fa397f

HTML with inline CSS

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

CSS Border Bottom color for the above div is #fa397f

HTML with inline CSS

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

CSS Border Top color for the above div is #fa397f

HTML with inline CSS

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

#fa397f hex Color code used as CSS color Codes

Example CSS Class for usage

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

#fa397f Color code Preview on White Background

This is how #fa397f Color code will look on white background color. Color contrast ratio is 3.53

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

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