Skip to main content Skip to docs navigation

#fa29fd hex color | Download Dark Violet 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 Cotton Candy Explosions and its hex is #DD22FF Nearest Color Name

Color Hue/Base color: Violet

Hex #fa29fd Color code in RGB color code model is created after adding 98.04% red color, 16.08% green color and 99.22% blue color. Hex #fa29fd Color code in CMYK color (process color) code model is generated after subtraction of 1% cyan, 84% magenta, 0% yellow and 0.78% black.

Hex #fa29fd color code is between #ff22ff web safe hex color code and #ee33ee web safe hex color code. #ff22ff is the nearest web safe color code. You can see here many more shades of #fa29fd color code.

RGB Chart

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

Color Table

Hex Color Code fa29fd #fa29fd
RGB Decimal 250, 41, 253 250, 41, 253
RGB Percent 98%, 16%, 99% rgb(98%, 16%, 99%)
CSS RGBa 250, 41, 253,1 rgba(250,41,253,1)
CMYK Model cmyk(1%,84%,0%,0.78%)
HSL Color Space 299,98% ,58% hsl(299,98% ,58%)
HSV Color Space 299°, 84%, 99%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11111010 00101001 11111101
Octal 372 51 375
Decimal 250 41 253
Hex fa 29 fd

Different shades of #fa29fd color code.

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

Darkest of #fa29fd
#8a018c
Darker of #fa29fd
#bc02be
Dark of #fa29fd
#ed02f1
Base of #fa29fd
#fa29fd
Light of #fa29fd
#fb5cfd
Lighter
#fc8efe
Lightest
#fec1fe

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

#fa29fd
#2cfd29

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

Split Complementary

#fa29fd
#96fd29
#29fd90

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

Analogous Color

#7e29fd
#a229fd
#fa29fd
#fd29b9
#fd2961

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

#fa29fd
#29fdfa
#fdfa29

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

#fa29fd
#fdfa29
#2cfd29
#292cfd

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

#fa29fd
#fd9029
#2cfd29
#2996fd

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

#580159
#8a018c
#bc02be
#ed02f1
#fa29fd
#fb5cfd
#fc8efe
#fec1fe
#fff3ff

Tints of #fa29fd Color

#fa29fd
#fa40fd
#fb58fd
#fb70fd
#fc88fd
#fc9ffe
#fdb7fe
#fdcffe
#fee7fe
#ffffff

Shades of #fa29fd color code

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

#fa29fd
#de24e0
#c21fc4
#a61ba8
#8a168c
#6f1270
#530d54
#370938
#1b041c
#000000

Tones

#fa29fd
#e53fe7
#d054d2
#bb6abc
#a67fa7

Tones

Similar Color like #fa29fd color

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

#fb2afe
#fc2bff
#fd2cff
#fe2dff
#ff2eff
#ff2fff
#ff30ff
#ff31ff
#ff32ff
#ff33ff
#ff34ff
#ff35ff
#ff36ff
#ff37ff
#f928fc
#f827fb
#f726fa
#f625f9
#f524f8
#f423f7
#f322f6
#f221f5
#f120f4
#f01ff3
#ef1ef2
#ee1df1
#ed1cf0
#ec1bef

Download this Dark Violet

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

#fa29fd Color Code Preview on Black Background Color

This is how #fa29fd Color will look on black background color. Color contrast ratio is 6.80

#fa29fd in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fa29fd

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fa29fd

#fa29fd color code is use for CSS Background Color

Background color for the above div is #fa29fd

HTML with inline CSS

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

#fa29fd color code is use for CSS Border Color

CSS Border color for the above div is #fa29fd

HTML with inline CSS

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

CSS Border Left color for the above div is #fa29fd

HTML with inline CSS

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

CSS Border Right color for the above div is #fa29fd

HTML with inline CSS

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

CSS Border Bottom color for the above div is #fa29fd

HTML with inline CSS

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

CSS Border Top color for the above div is #fa29fd

HTML with inline CSS

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

#fa29fd hex Color code used as CSS color Codes

Example CSS Class for usage

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

#fa29fd Color code Preview on White Background

This is how #fa29fd Color code will look on white background color. Color contrast ratio is 3.09

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

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