Skip to main content Skip to docs navigation

#f71869 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 Pure Pleasure and its hex is #F51360 Nearest Color Name

Color Hue/Base color: Red

Hex #f71869 Color code in RGB color code model is created after adding 96.86% red color, 9.41% green color and 41.18% blue color. Hex #f71869 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 90% magenta, 57% yellow and 3.14% black.

Hex #f71869 color code is between #ff1166 web safe hex color code and #ee2277 web safe hex color code. #ff1166 is the nearest web safe color code. You can see here many more shades of #f71869 color code.

RGB Chart

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

Color Table

Hex Color Code f71869 #f71869
RGB Decimal 247, 24, 105 247, 24, 105
RGB Percent 97%, 9%, 41% rgb(97%, 9%, 41%)
CSS RGBa 247, 24, 105,1 rgba(247,24,105,1)
CMYK Model cmyk(0%,90%,57%,3.14%)
HSL Color Space 338,93% ,53% hsl(338,93% ,53%)
HSV Color Space 338°, 90%, 97%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11110111 00011000 01101001
Octal 367 30 151
Decimal 247 24 105
Hex f7 18 69

Different shades of #f71869 color code.

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

Darkest of #f71869
#72042c
Darker of #f71869
#a3063f
Dark of #f71869
#d50752
Base of #f71869
#f71869
Light of #f71869
#f94989
Lighter
#fa7ba9
Lightest
#fcacc9

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

#f71869
#18f7a6

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

Split Complementary

#f71869
#18f737
#18d8f7

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

Analogous Color

#f718eb
#f718c6
#f71869
#f7181f
#f76e18

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

#f71869
#1869f7
#69f718

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

#f71869
#69f718
#18f7a6
#a618f7

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

#f71869
#d8f718
#18f7a6
#3718f7

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

#410219
#72042c
#a3063f
#d50752
#f71869
#f94989
#fa7ba9
#fcacc9
#fedde9

Tints of #f71869 Color

#f71869
#f73179
#f84b8a
#f9659b
#fa7eab
#fb98bc
#fcb2cd
#fdcbdd
#fee5ee
#ffffff

Shades of #f71869 color code

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

#f71869
#db155d
#c01251
#a41046
#890d3a
#6d0a2e
#520823
#360517
#1b020b
#000000

Tones

#f71869
#df3070
#c74876
#af607d
#977883

Tones

Similar Color like #f71869 color

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

#f8196a
#f91a6b
#fa1b6c
#fb1c6d
#fc1d6e
#fd1e6f
#fe1f70
#ff2071
#ff2172
#ff2273
#ff2374
#ff2475
#ff2576
#ff2677
#f61768
#f51667
#f41566
#f31465
#f21364
#f11263
#f01162
#ef1061
#ee0f60
#ed0e5f
#ec0d5e
#eb0c5d
#ea0b5c
#e90a5b

Download this Dark Red

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

#f71869 Color Code Preview on Black Background Color

This is how #f71869 Color will look on black background color. Color contrast ratio is 5.29

#f71869 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f71869

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f71869

#f71869 color code is use for CSS Background Color

Background color for the above div is #f71869

HTML with inline CSS

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

#f71869 color code is use for CSS Border Color

CSS Border color for the above div is #f71869

HTML with inline CSS

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

CSS Border Left color for the above div is #f71869

HTML with inline CSS

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

CSS Border Right color for the above div is #f71869

HTML with inline CSS

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

CSS Border Bottom color for the above div is #f71869

HTML with inline CSS

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

CSS Border Top color for the above div is #f71869

HTML with inline CSS

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

#f71869 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#f71869 Color code Preview on White Background

This is how #f71869 Color code will look on white background color. Color contrast ratio is 3.97

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

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(247,24,105,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(24,247,166,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(247,24,105,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }