Skip to main content Skip to docs navigation

#fd16cd 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 Glamour Pink and its hex is #FF1DCD Nearest Color Name

Color Hue/Base color: Red

Hex #fd16cd Color code in RGB color code model is created after adding 99.22% red color, 8.63% green color and 80.39% blue color. Hex #fd16cd Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 91% magenta, 19% yellow and 0.78% black.

Hex #fd16cd color code is between #ff11cc web safe hex color code and #ee22dd web safe hex color code. #ff11cc is the nearest web safe color code. You can see here many more shades of #fd16cd color code.

RGB Chart

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

Color Table

Hex Color Code fd16cd #fd16cd
RGB Decimal 253, 22, 205 253, 22, 205
RGB Percent 99%, 9%, 80% rgb(99%, 9%, 80%)
CSS RGBa 253, 22, 205,1 rgba(253,22,205,1)
CMYK Model cmyk(0%,91%,19%,0.78%)
HSL Color Space 312,98% ,54% hsl(312,98% ,54%)
HSV Color Space 312°, 91%, 99%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11111101 00010110 11001101
Octal 375 26 315
Decimal 253 22 205
Hex fd 16 cd

Different shades of #fd16cd color code.

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

Darkest of #fd16cd
#790160
Darker of #fd16cd
#ac0188
Dark of #fd16cd
#de02b0
Base of #fd16cd
#fd16cd
Light of #fd16cd
#fd49d8
Lighter
#fe7be3
Lightest
#feaeee

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

#fd16cd
#16fd46

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

Split Complementary

#fd16cd
#59fd16
#16fdba

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

Analogous Color

#a616fd
#cd16fd
#fd16cd
#fd1680
#fd1620

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

#fd16cd
#16cdfd
#cdfd16

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

#fd16cd
#cdfd16
#16fd46
#4616fd

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

#fd16cd
#fdba16
#16fd46
#1659fd

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

#460138
#790160
#ac0188
#de02b0
#fd16cd
#fd49d8
#fe7be3
#feaeee
#ffe0f8

Tints of #fd16cd Color

#fd16cd
#fd2fd2
#fd49d8
#fd63dd
#fd7de3
#fe97e8
#feb1ee
#fecbf3
#fee5f9
#ffffff

Shades of #fd16cd color code

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

#fd16cd
#e013b6
#c4119f
#a80e88
#8c0c71
#70095b
#540744
#38042d
#1c0216
#000000

Tones

#fd16cd
#e62dbf
#ce45b2
#b75ca4
#9f7496

Tones

Similar Color like #fd16cd color

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

#fe17ce
#ff18cf
#ff19d0
#ff1ad1
#ff1bd2
#ff1cd3
#ff1dd4
#ff1ed5
#ff1fd6
#ff20d7
#ff21d8
#ff22d9
#ff23da
#ff24db
#fc15cc
#fb14cb
#fa13ca
#f912c9
#f811c8
#f710c7
#f60fc6
#f50ec5
#f40dc4
#f30cc3
#f20bc2
#f10ac1
#f009c0
#ef08bf

Download this Dark Red

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

#fd16cd Color Code Preview on Black Background Color

This is how #fd16cd Color will look on black background color. Color contrast ratio is 6.17

#fd16cd in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fd16cd

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fd16cd

#fd16cd color code is use for CSS Background Color

Background color for the above div is #fd16cd

HTML with inline CSS

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

#fd16cd color code is use for CSS Border Color

CSS Border color for the above div is #fd16cd

HTML with inline CSS

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

CSS Border Left color for the above div is #fd16cd

HTML with inline CSS

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

CSS Border Right color for the above div is #fd16cd

HTML with inline CSS

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

CSS Border Bottom color for the above div is #fd16cd

HTML with inline CSS

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

CSS Border Top color for the above div is #fd16cd

HTML with inline CSS

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

#fd16cd hex Color code used as CSS color Codes

Example CSS Class for usage

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

#fd16cd Color code Preview on White Background

This is how #fd16cd Color code will look on white background color. Color contrast ratio is 3.40

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

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