Skip to main content Skip to docs navigation

#fa329b 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 Rose Bonbon and its hex is #F9429E Nearest Color Name

Color Hue/Base color: Red

Hex #fa329b Color code in RGB color code model is created after adding 98.04% red color, 19.61% green color and 60.78% blue color. Hex #fa329b Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 80% magenta, 38% yellow and 1.96% black.

Hex #fa329b color code is between #ff3399 web safe hex color code and #ee22aa web safe hex color code. #ff3399 is the nearest web safe color code. You can see here many more shades of #fa329b color code.

RGB Chart

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

Color Table

Hex Color Code fa329b #fa329b
RGB Decimal 250, 50, 155 250, 50, 155
RGB Percent 98%, 20%, 61% rgb(98%, 20%, 61%)
CSS RGBa 250, 50, 155,1 rgba(250,50,155,1)
CMYK Model cmyk(0%,80%,38%,1.96%)
HSL Color Space 329,95% ,59% hsl(329,95% ,59%)
HSV Color Space 328°, 80%, 98%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11111010 00110010 10011011
Octal 372 62 233
Decimal 250 50 155
Hex fa 32 9b

Different shades of #fa329b color code.

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

Darkest of #fa329b
#8f034d
Darker of #fa329b
#c10568
Dark of #fa329b
#f30682
Base of #fa329b
#fa329b
Light of #fa329b
#fb64b3
Lighter
#fc96cc
Lightest
#fec7e4

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

#fa329b
#32fa91

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

Split Complementary

#fa329b
#37fa32
#32faf5

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

Analogous Color

#e432fa
#fa32ee
#fa329b
#fa3258
#fa5f32

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

#fa329b
#329bfa
#9bfa32

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

#fa329b
#9bfa32
#32fa91
#9132fa

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

#fa329b
#faf532
#32fa91
#3237fa

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

#5e0232
#8f034d
#c10568
#f30682
#fa329b
#fb64b3
#fc96cc
#fec7e4
#fff9fc

Tints of #fa329b Color

#fa329b
#fa48a6
#fb5fb1
#fb76bc
#fc8dc7
#fca3d2
#fdbadd
#fdd1e8
#fee8f3
#ffffff

Shades of #fa329b color code

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

#fa329b
#de2c89
#c22678
#a62167
#8a1b56
#6f1644
#531033
#370b22
#1b0511
#000000

Tones

#fa329b
#e5479a
#d05c99
#bb7198
#a68697

Tones

Similar Color like #fa329b color

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

#fb339c
#fc349d
#fd359e
#fe369f
#ff37a0
#ff38a1
#ff39a2
#ff3aa3
#ff3ba4
#ff3ca5
#ff3da6
#ff3ea7
#ff3fa8
#ff40a9
#f9319a
#f83099
#f72f98
#f62e97
#f52d96
#f42c95
#f32b94
#f22a93
#f12992
#f02891
#ef2790
#ee268f
#ed258e
#ec248d

Download this Dark Red

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

#fa329b Color Code Preview on Black Background Color

This is how #fa329b Color will look on black background color. Color contrast ratio is 5.99

#fa329b in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fa329b

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fa329b

#fa329b color code is use for CSS Background Color

Background color for the above div is #fa329b

HTML with inline CSS

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

#fa329b color code is use for CSS Border Color

CSS Border color for the above div is #fa329b

HTML with inline CSS

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

CSS Border Left color for the above div is #fa329b

HTML with inline CSS

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

CSS Border Right color for the above div is #fa329b

HTML with inline CSS

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

CSS Border Bottom color for the above div is #fa329b

HTML with inline CSS

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

CSS Border Top color for the above div is #fa329b

HTML with inline CSS

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

#fa329b hex Color code used as CSS color Codes

Example CSS Class for usage

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

#fa329b Color code Preview on White Background

This is how #fa329b Color code will look on white background color. Color contrast ratio is 3.50

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

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