Skip to main content Skip to docs navigation

#fa124e 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 Golden Blood and its hex is #FF1155 Nearest Color Name

Color Hue/Base color: Red

Hex #fa124e Color code in RGB color code model is created after adding 98.04% red color, 7.06% green color and 30.59% blue color. Hex #fa124e Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 93% magenta, 69% yellow and 1.96% black.

Hex #fa124e color code is between #ff1155 web safe hex color code and #ee2244 web safe hex color code. #ff1155 is the nearest web safe color code. You can see here many more shades of #fa124e color code.

RGB Chart

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

Color Table

Hex Color Code fa124e #fa124e
RGB Decimal 250, 18, 78 250, 18, 78
RGB Percent 98%, 7%, 31% rgb(98%, 7%, 31%)
CSS RGBa 250, 18, 78,1 rgba(250,18,78,1)
CMYK Model cmyk(0%,93%,69%,1.96%)
HSL Color Space 344,96% ,53% hsl(344,96% ,53%)
HSV Color Space 344°, 93%, 98%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11111010 00010010 01001110
Octal 372 22 116
Decimal 250 18 78
Hex fa 12 4e

Different shades of #fa124e color code.

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

Darkest of #fa124e
#71021f
Darker of #fa124e
#a3032d
Dark of #fa124e
#d5043a
Base of #fa124e
#fa124e
Light of #fa124e
#fb4473
Lighter
#fc7699
Lightest
#fda8be

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

#fa124e
#12fabe

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

Split Complementary

#fa124e
#12fa4a
#12c2fa

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

Analogous Color

#fa12d5
#fa12af
#fa124e
#fa2312
#fa8412

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

#fa124e
#124efa
#4efa12

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

#fa124e
#4efa12
#12fabe
#be12fa

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

#fa124e
#c2fa12
#12fabe
#4a12fa

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

#3f0111
#71021f
#a3032d
#d5043a
#fa124e
#fb4473
#fc7699
#fda8be
#fedae3

Tints of #fa124e Color

#fa124e
#fa2c61
#fb4675
#fb6189
#fc7b9c
#fc95b0
#fdb0c4
#fdcad7
#fee4eb
#ffffff

Shades of #fa124e color code

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

#fa124e
#de1045
#c20e3c
#a60c34
#8a0a2b
#6f0822
#53061a
#370411
#1b0208
#000000

Tones

#fa124e
#e22a5a
#ca4265
#b15b71
#99737d

Tones

Similar Color like #fa124e color

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

#fb134f
#fc1450
#fd1551
#fe1652
#ff1753
#ff1854
#ff1955
#ff1a56
#ff1b57
#ff1c58
#ff1d59
#ff1e5a
#ff1f5b
#ff205c
#f9114d
#f8104c
#f70f4b
#f60e4a
#f50d49
#f40c48
#f30b47
#f20a46
#f10945
#f00844
#ef0743
#ee0642
#ed0541
#ec0440

Download this Dark Red

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

#fa124e Color Code Preview on Black Background Color

This is how #fa124e Color will look on black background color. Color contrast ratio is 5.26

#fa124e in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fa124e

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fa124e

#fa124e color code is use for CSS Background Color

Background color for the above div is #fa124e

HTML with inline CSS

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

#fa124e color code is use for CSS Border Color

CSS Border color for the above div is #fa124e

HTML with inline CSS

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

CSS Border Left color for the above div is #fa124e

HTML with inline CSS

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

CSS Border Right color for the above div is #fa124e

HTML with inline CSS

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

CSS Border Bottom color for the above div is #fa124e

HTML with inline CSS

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

CSS Border Top color for the above div is #fa124e

HTML with inline CSS

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

#fa124e hex Color code used as CSS color Codes

Example CSS Class for usage

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

#fa124e Color code Preview on White Background

This is how #fa124e Color code will look on white background color. Color contrast ratio is 3.99

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

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