Skip to main content Skip to docs navigation

#fa346f 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 Chinese New Year and its hex is #FF3366 Nearest Color Name

Color Hue/Base color: Red

Hex #fa346f Color code in RGB color code model is created after adding 98.04% red color, 20.39% green color and 43.53% blue color. Hex #fa346f Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 79% magenta, 56% yellow and 1.96% black.

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

RGB Chart

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

Color Table

Hex Color Code fa346f #fa346f
RGB Decimal 250, 52, 111 250, 52, 111
RGB Percent 98%, 20%, 44% rgb(98%, 20%, 44%)
CSS RGBa 250, 52, 111,1 rgba(250,52,111,1)
CMYK Model cmyk(0%,79%,56%,1.96%)
HSL Color Space 342,95% ,59% hsl(342,95% ,59%)
HSV Color Space 342°, 79%, 98%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11111010 00110100 01101111
Octal 372 64 157
Decimal 250 52 111
Hex fa 34 6f

Different shades of #fa346f color code.

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

Darkest of #fa346f
#91042e
Darker of #fa346f
#c3053e
Dark of #fa346f
#f5064d
Base of #fa346f
#fa346f
Light of #fa346f
#fb6692
Lighter
#fc98b6
Lightest
#fec9d9

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

#fa346f
#34fabf

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

Split Complementary

#fa346f
#34fa5c
#34d2fa

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

Analogous Color

#fa34e3
#fa34c2
#fa346f
#fa3b34
#fa8e34

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

#fa346f
#346ffa
#6ffa34

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

#fa346f
#6ffa34
#34fabf
#bf34fa

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

#fa346f
#d2fa34
#34fabf
#5c34fa

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

#60021e
#91042e
#c3053e
#f5064d
#fa346f
#fb6692
#fc98b6
#fec9d9
#fffbfc

Tints of #fa346f Color

#fa346f
#fa4a7f
#fb618f
#fb779f
#fc8eaf
#fca4bf
#fdbbcf
#fdd1df
#fee8ef
#ffffff

Shades of #fa346f color code

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

#fa346f
#de2e62
#c22856
#a6224a
#8a1c3d
#6f1731
#531125
#370b18
#1b050c
#000000

Tones

#fa346f
#e54977
#d05e80
#bc7288
#a78791

Tones

Similar Color like #fa346f color

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

#fb3570
#fc3671
#fd3772
#fe3873
#ff3974
#ff3a75
#ff3b76
#ff3c77
#ff3d78
#ff3e79
#ff3f7a
#ff407b
#ff417c
#ff427d
#f9336e
#f8326d
#f7316c
#f6306b
#f52f6a
#f42e69
#f32d68
#f22c67
#f12b66
#f02a65
#ef2964
#ee2863
#ed2762
#ec2661

Download this Dark Red

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

#fa346f Color Code Preview on Black Background Color

This is how #fa346f Color will look on black background color. Color contrast ratio is 5.79

#fa346f in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fa346f

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fa346f

#fa346f color code is use for CSS Background Color

Background color for the above div is #fa346f

HTML with inline CSS

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

#fa346f color code is use for CSS Border Color

CSS Border color for the above div is #fa346f

HTML with inline CSS

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

CSS Border Left color for the above div is #fa346f

HTML with inline CSS

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

CSS Border Right color for the above div is #fa346f

HTML with inline CSS

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

CSS Border Bottom color for the above div is #fa346f

HTML with inline CSS

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

CSS Border Top color for the above div is #fa346f

HTML with inline CSS

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

#fa346f hex Color code used as CSS color Codes

Example CSS Class for usage

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

#fa346f Color code Preview on White Background

This is how #fa346f Color code will look on white background color. Color contrast ratio is 3.63

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

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