Skip to main content Skip to docs navigation

#ff47bf 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 Spinel Red and its hex is #FF4DC9 Nearest Color Name

Color Hue/Base color: Red

Hex #ff47bf Color code in RGB color code model is created after adding 100% red color, 27.84% green color and 74.9% blue color. Hex #ff47bf Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 72% magenta, 25% yellow and 0% black.

Hex #ff47bf color code is between #ee44bb web safe hex color code and #dd55cc web safe hex color code. #ee44bb is the nearest web safe color code. You can see here many more shades of #ff47bf color code.

RGB Chart

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

Color Table

Hex Color Code ff47bf #ff47bf
RGB Decimal 255, 71, 191 255, 71, 191
RGB Percent 100%, 28%, 75% rgb(100%, 28%, 75%)
CSS RGBa 255, 71, 191,1 rgba(255,71,191,1)
CMYK Model cmyk(0%,72%,25%,0%)
HSL Color Space 321,100% ,64% hsl(321,100% ,64%)
HSV Color Space 321°, 72%, 100%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11111111 01000111 10111111
Octal 377 107 277
Decimal 255 71 191
Hex ff 47 bf

Different shades of #ff47bf color code.

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

Darkest of #ff47bf
#ad0071
Darker of #ff47bf
#e00092
Dark of #ff47bf
#ff14ad
Base of #ff47bf
#ff47bf
Light of #ff47bf
#ff7ad1
Lighter
#ffade2
Lightest
#ffe0f4

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

#ff47bf
#47ff87

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

Split Complementary

#ff47bf
#63ff47
#47ffe3

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

Analogous Color

#d447ff
#f247ff
#ff47bf
#ff4782
#ff5947

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

#ff47bf
#47bfff
#bfff47

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

#ff47bf
#bfff47
#47ff87
#8747ff

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

#ff47bf
#ffe347
#47ff87
#4763ff

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

#7a0050
#ad0071
#e00092
#ff14ad
#ff47bf
#ff7ad1
#ffade2
#ffe0f4
#ffffff

Tints of #ff47bf Color

#ff47bf
#ff5bc6
#ff6fcd
#ff84d4
#ff98db
#ffade2
#ffc1e9
#ffd6f0
#ffeaf7
#ffffff

Shades of #ff47bf color code

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

#ff47bf
#e23fa9
#c63794
#aa2f7f
#8d276a
#711f54
#55173f
#380f2a
#1c0715
#000000

Tones

#ff47bf
#ed59b9
#da6cb4
#c87eae
#b591a9

Tones

Similar Color like #ff47bf color

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

#ff48c0
#ff49c1
#ff4ac2
#ff4bc3
#ff4cc4
#ff4dc5
#ff4ec6
#ff4fc7
#ff50c8
#ff51c9
#ff52ca
#ff53cb
#ff54cc
#ff55cd
#fe46be
#fd45bd
#fc44bc
#fb43bb
#fa42ba
#f941b9
#f840b8
#f73fb7
#f63eb6
#f53db5
#f43cb4
#f33bb3
#f23ab2
#f139b1

Download this Dark Red

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

#ff47bf Color Code Preview on Black Background Color

This is how #ff47bf Color will look on black background color. Color contrast ratio is 6.91

#ff47bf in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ff47bf

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ff47bf

#ff47bf color code is use for CSS Background Color

Background color for the above div is #ff47bf

HTML with inline CSS

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

#ff47bf color code is use for CSS Border Color

CSS Border color for the above div is #ff47bf

HTML with inline CSS

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

CSS Border Left color for the above div is #ff47bf

HTML with inline CSS

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

CSS Border Right color for the above div is #ff47bf

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ff47bf

HTML with inline CSS

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

CSS Border Top color for the above div is #ff47bf

HTML with inline CSS

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

#ff47bf hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ff47bf Color code Preview on White Background

This is how #ff47bf Color code will look on white background color. Color contrast ratio is 3.04

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

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(255,71,191,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(71,255,135,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(255,71,191,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }