Skip to main content Skip to docs navigation

#f374aa 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 Pantone 211 C and its hex is #F57EB6 Nearest Color Name

Color Hue/Base color: Red

Hex #f374aa Color code in RGB color code model is created after adding 95.29% red color, 45.49% green color and 66.67% blue color. Hex #f374aa Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 52% magenta, 30% yellow and 4.71% black.

Hex #f374aa color code is between #ee7799 web safe hex color code and #ff66bb web safe hex color code. #ee7799 is the nearest web safe color code. You can see here many more shades of #f374aa color code.

RGB Chart

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

Color Table

Hex Color Code f374aa #f374aa
RGB Decimal 243, 116, 170 243, 116, 170
RGB Percent 95%, 45%, 67% rgb(95%, 45%, 67%)
CSS RGBa 243, 116, 170,1 rgba(243,116,170,1)
CMYK Model cmyk(0%,52%,30%,4.71%)
HSL Color Space 334,84% ,70% hsl(334,84% ,70%)
HSV Color Space 334°, 52%, 95%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11110011 01110100 10101010
Octal 363 164 252
Decimal 243 116 170
Hex f3 74 aa

Different shades of #f374aa color code.

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

Darkest of #f374aa
#be105a
Darker of #f374aa
#eb1671
Dark of #f374aa
#ef458d
Base of #f374aa
#f374aa
Light of #f374aa
#f7a3c7
Lighter
#fbd2e3
Lightest
#ffffff

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

#f374aa
#74f3bd

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

Split Complementary

#f374aa
#74f37d
#74e9f3

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

Analogous Color

#f274f3
#f374df
#f374aa
#f37480
#f39d74

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

#f374aa
#74aaf3
#aaf374

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

#f374aa
#aaf374
#74f3bd
#bd74f3

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

#f374aa
#e9f374
#74f3bd
#7d74f3

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

#8f0c44
#be105a
#eb1671
#ef458d
#f374aa
#f7a3c7
#fbd2e3
#ffffff
#ffffff

Tints of #f374aa Color

#f374aa
#f483b3
#f592bc
#f7a2c6
#f8b1cf
#f9c1d9
#fbd0e2
#fce0ec
#fdeff5
#ffffff

Shades of #f374aa color code

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

#f374aa
#d86797
#bd5a84
#a24d71
#87405e
#6c334b
#512638
#361925
#1b0c12
#000000

Tones

#f374aa
#e483ac
#d592af
#c6a1b1
#b7b0b3

Tones

Similar Color like #f374aa color

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

#f475ab
#f576ac
#f677ad
#f778ae
#f879af
#f97ab0
#fa7bb1
#fb7cb2
#fc7db3
#fd7eb4
#fe7fb5
#ff80b6
#ff81b7
#ff82b8
#f273a9
#f172a8
#f071a7
#ef70a6
#ee6fa5
#ed6ea4
#ec6da3
#eb6ca2
#ea6ba1
#e96aa0
#e8699f
#e7689e
#e6679d
#e5669c

Download this Dark Red

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

#f374aa Color Code Preview on Black Background Color

This is how #f374aa Color will look on black background color. Color contrast ratio is 7.89

#f374aa in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f374aa

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f374aa

#f374aa color code is use for CSS Background Color

Background color for the above div is #f374aa

HTML with inline CSS

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

#f374aa color code is use for CSS Border Color

CSS Border color for the above div is #f374aa

HTML with inline CSS

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

CSS Border Left color for the above div is #f374aa

HTML with inline CSS

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

CSS Border Right color for the above div is #f374aa

HTML with inline CSS

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

CSS Border Bottom color for the above div is #f374aa

HTML with inline CSS

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

CSS Border Top color for the above div is #f374aa

HTML with inline CSS

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

#f374aa hex Color code used as CSS color Codes

Example CSS Class for usage

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

#f374aa Color code Preview on White Background

This is how #f374aa Color code will look on white background color. Color contrast ratio is 2.66

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

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(243,116,170,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(116,243,189,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(243,116,170,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }