Skip to main content Skip to docs navigation

#ff389f 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 Knockout Pink and its hex is #FF399C Nearest Color Name

Color Hue/Base color: Red

Hex #ff389f Color code in RGB color code model is created after adding 100% red color, 21.96% green color and 62.35% blue color. Hex #ff389f Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 78% magenta, 38% yellow and 0% black.

Hex #ff389f color code is between #ee3399 web safe hex color code and #dd44aa web safe hex color code. #ee3399 is the nearest web safe color code. You can see here many more shades of #ff389f color code.

RGB Chart

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

Color Table

Hex Color Code ff389f #ff389f
RGB Decimal 255, 56, 159 255, 56, 159
RGB Percent 100%, 22%, 62% rgb(100%, 22%, 62%)
CSS RGBa 255, 56, 159,1 rgba(255,56,159,1)
CMYK Model cmyk(0%,78%,38%,0%)
HSL Color Space 329,100% ,61% hsl(329,100% ,61%)
HSV Color Space 329°, 78%, 100%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11111111 00111000 10011111
Octal 377 70 237
Decimal 255 56 159
Hex ff 38 9f

Different shades of #ff389f color code.

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

Darkest of #ff389f
#9e0052
Darker of #ff389f
#d1006c
Dark of #ff389f
#ff0586
Base of #ff389f
#ff389f
Light of #ff389f
#ff6bb8
Lighter
#ff9ed0
Lightest
#ffd1e9

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

#ff389f
#38ff98

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

Split Complementary

#ff389f
#3cff38
#38fffb

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

Analogous Color

#eb38ff
#ff38f2
#ff389f
#ff385d
#ff6638

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

#ff389f
#389fff
#9fff38

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

#ff389f
#9fff38
#38ff98
#9838ff

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

#ff389f
#fffb38
#38ff98
#383cff

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

#6b0037
#9e0052
#d1006c
#ff0586
#ff389f
#ff6bb8
#ff9ed0
#ffd1e9
#ffffff

Tints of #ff389f Color

#ff389f
#ff4ea9
#ff64b4
#ff7abf
#ff90c9
#ffa6d4
#ffbcdf
#ffd2e9
#ffe8f4
#ffffff

Shades of #ff389f color code

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

#ff389f
#e2318d
#c62b7b
#aa256a
#8d1f58
#711846
#551235
#380c23
#1c0611
#000000

Tones

#ff389f
#eb4c9e
#d7609e
#c3749d
#af889c

Tones

Similar Color like #ff389f color

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

#ff39a0
#ff3aa1
#ff3ba2
#ff3ca3
#ff3da4
#ff3ea5
#ff3fa6
#ff40a7
#ff41a8
#ff42a9
#ff43aa
#ff44ab
#ff45ac
#ff46ad
#fe379e
#fd369d
#fc359c
#fb349b
#fa339a
#f93299
#f83198
#f73097
#f62f96
#f52e95
#f42d94
#f32c93
#f22b92
#f12a91

Download this Dark Red

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

#ff389f Color Code Preview on Black Background Color

This is how #ff389f Color will look on black background color. Color contrast ratio is 6.32

#ff389f in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ff389f

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ff389f

#ff389f color code is use for CSS Background Color

Background color for the above div is #ff389f

HTML with inline CSS

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

#ff389f color code is use for CSS Border Color

CSS Border color for the above div is #ff389f

HTML with inline CSS

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

CSS Border Left color for the above div is #ff389f

HTML with inline CSS

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

CSS Border Right color for the above div is #ff389f

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ff389f

HTML with inline CSS

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

CSS Border Top color for the above div is #ff389f

HTML with inline CSS

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

#ff389f hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ff389f Color code Preview on White Background

This is how #ff389f Color code will look on white background color. Color contrast ratio is 3.32

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

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