Skip to main content Skip to docs navigation

#fa0879 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 Guns N’ Roses and its hex is #FF0077 Nearest Color Name

Color Hue/Base color: Red

Hex #fa0879 Color code in RGB color code model is created after adding 98.04% red color, 3.14% green color and 47.45% blue color. Hex #fa0879 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 97% magenta, 52% yellow and 1.96% black.

Hex #fa0879 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 #fa0879 color code.

RGB Chart

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

Color Table

Hex Color Code fa0879 #fa0879
RGB Decimal 250, 8, 121 250, 8, 121
RGB Percent 98%, 3%, 47% rgb(98%, 3%, 47%)
CSS RGBa 250, 8, 121,1 rgba(250,8,121,1)
CMYK Model cmyk(0%,97%,52%,1.96%)
HSL Color Space 332,96% ,51% hsl(332,96% ,51%)
HSV Color Space 332°, 97%, 98%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11111010 00001000 01111001
Octal 372 10 171
Decimal 250 8 121
Hex fa 08 79

Different shades of #fa0879 color code.

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

Darkest of #fa0879
#670231
Darker of #fa0879
#990349
Dark of #fa0879
#cb0461
Base of #fa0879
#fa0879
Light of #fa0879
#fb3a94
Lighter
#fc6caf
Lightest
#fd9eca

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

#fa0879
#08fa89

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

Split Complementary

#fa0879
#08fa10
#08f2fa

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

Analogous Color

#ee08fa
#fa08de
#fa0879
#fa0828
#fa4c08

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

#fa0879
#0879fa
#79fa08

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

#fa0879
#79fa08
#08fa89
#8908fa

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

#fa0879
#f2fa08
#08fa89
#1008fa

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

#350119
#670231
#990349
#cb0461
#fa0879
#fb3a94
#fc6caf
#fd9eca
#fed0e5

Tints of #fa0879 Color

#fa0879
#fa2387
#fb3e96
#fb5aa5
#fc75b4
#fc91c3
#fdacd2
#fdc8e1
#fee3f0
#ffffff

Shades of #fa0879 color code

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

#fa0879
#de076b
#c2065e
#a60550
#8a0443
#6f0335
#530228
#37011a
#1b000d
#000000

Tones

#fa0879
#e1217b
#c83a7c
#ae547e
#956d80

Tones

Similar Color like #fa0879 color

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

#fb097a
#fc0a7b
#fd0b7c
#fe0c7d
#ff0d7e
#ff0e7f
#ff0f80
#ff1081
#ff1182
#ff1283
#ff1384
#ff1485
#ff1586
#ff1687
#f90778
#f80677
#f70576
#f60475
#f50374
#f40273
#f30172
#f20071
#f10070
#f0006f
#ef006e
#ee006d
#ed006c
#ec006b

Download this Dark Red

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

#fa0879 Color Code Preview on Black Background Color

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

#fa0879 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fa0879

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fa0879

#fa0879 color code is use for CSS Background Color

Background color for the above div is #fa0879

HTML with inline CSS

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

#fa0879 color code is use for CSS Border Color

CSS Border color for the above div is #fa0879

HTML with inline CSS

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

CSS Border Left color for the above div is #fa0879

HTML with inline CSS

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

CSS Border Right color for the above div is #fa0879

HTML with inline CSS

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

CSS Border Bottom color for the above div is #fa0879

HTML with inline CSS

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

CSS Border Top color for the above div is #fa0879

HTML with inline CSS

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

#fa0879 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#fa0879 Color code Preview on White Background

This is how #fa0879 Color code will look on white background color. Color contrast ratio is 3.91

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

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