Skip to main content Skip to docs navigation

#fd159e 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 Forgiven Sin and its hex is #FF1199 Nearest Color Name

Color Hue/Base color: Red

Hex #fd159e Color code in RGB color code model is created after adding 99.22% red color, 8.24% green color and 61.96% blue color. Hex #fd159e Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 92% magenta, 38% yellow and 0.78% black.

Hex #fd159e color code is between #ff1199 web safe hex color code and #ee22aa web safe hex color code. #ff1199 is the nearest web safe color code. You can see here many more shades of #fd159e color code.

RGB Chart

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

Color Table

Hex Color Code fd159e #fd159e
RGB Decimal 253, 21, 158 253, 21, 158
RGB Percent 99%, 8%, 62% rgb(99%, 8%, 62%)
CSS RGBa 253, 21, 158,1 rgba(253,21,158,1)
CMYK Model cmyk(0%,92%,38%,0.78%)
HSL Color Space 325,98% ,54% hsl(325,98% ,54%)
HSV Color Space 325°, 92%, 99%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11111101 00010101 10011110
Octal 375 25 236
Decimal 253 21 158
Hex fd 15 9e

Different shades of #fd159e color code.

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

Darkest of #fd159e
#780147
Darker of #fd159e
#ab0165
Dark of #fd159e
#dd0283
Base of #fd159e
#fd159e
Light of #fd159e
#fd48b3
Lighter
#fe7ac8
Lightest
#feaddd

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

#fd159e
#15fd74

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

Split Complementary

#fd159e
#2afd15
#15fde8

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

Analogous Color

#d515fd
#fb15fd
#fd159e
#fd1551
#fd3a15

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

#fd159e
#159efd
#9efd15

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

#fd159e
#9efd15
#15fd74
#7415fd

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

#fd159e
#fde815
#15fd74
#152afd

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

#450129
#780147
#ab0165
#dd0283
#fd159e
#fd48b3
#fe7ac8
#feaddd
#ffdff2

Tints of #fd159e Color

#fd159e
#fd2fa8
#fd49b3
#fd63be
#fd7dc9
#fe97d3
#feb1de
#fecbe9
#fee5f4
#ffffff

Shades of #fd159e color code

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

#fd159e
#e0128c
#c4107a
#a80e69
#8c0b57
#700946
#540734
#380423
#1c0211
#000000

Tones

#fd159e
#e52d9a
#ce4495
#b65c91
#9f738d

Tones

Similar Color like #fd159e color

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

#fe169f
#ff17a0
#ff18a1
#ff19a2
#ff1aa3
#ff1ba4
#ff1ca5
#ff1da6
#ff1ea7
#ff1fa8
#ff20a9
#ff21aa
#ff22ab
#ff23ac
#fc149d
#fb139c
#fa129b
#f9119a
#f81099
#f70f98
#f60e97
#f50d96
#f40c95
#f30b94
#f20a93
#f10992
#f00891
#ef0790

Download this Dark Red

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

#fd159e Color Code Preview on Black Background Color

This is how #fd159e Color will look on black background color. Color contrast ratio is 5.78

#fd159e in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fd159e

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fd159e

#fd159e color code is use for CSS Background Color

Background color for the above div is #fd159e

HTML with inline CSS

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

#fd159e color code is use for CSS Border Color

CSS Border color for the above div is #fd159e

HTML with inline CSS

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

CSS Border Left color for the above div is #fd159e

HTML with inline CSS

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

CSS Border Right color for the above div is #fd159e

HTML with inline CSS

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

CSS Border Bottom color for the above div is #fd159e

HTML with inline CSS

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

CSS Border Top color for the above div is #fd159e

HTML with inline CSS

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

#fd159e hex Color code used as CSS color Codes

Example CSS Class for usage

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

#fd159e Color code Preview on White Background

This is how #fd159e Color code will look on white background color. Color contrast ratio is 3.63

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

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