Skip to main content Skip to docs navigation

#fb40cd 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 Mat Dazzle Rose and its hex is #FF48D0 Nearest Color Name

Color Hue/Base color: Red

Hex #fb40cd Color code in RGB color code model is created after adding 98.43% red color, 25.1% green color and 80.39% blue color. Hex #fb40cd Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 75% magenta, 18% yellow and 1.57% black.

Hex #fb40cd color code is between #ff44cc web safe hex color code and #ee33dd web safe hex color code. #ff44cc is the nearest web safe color code. You can see here many more shades of #fb40cd color code.

RGB Chart

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

Color Table

Hex Color Code fb40cd #fb40cd
RGB Decimal 251, 64, 205 251, 64, 205
RGB Percent 98%, 25%, 80% rgb(98%, 25%, 80%)
CSS RGBa 251, 64, 205,1 rgba(251,64,205,1)
CMYK Model cmyk(0%,75%,18%,1.57%)
HSL Color Space 315,96% ,62% hsl(315,96% ,62%)
HSV Color Space 315°, 75%, 98%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11111011 01000000 11001101
Octal 373 100 315
Decimal 251 64 205
Hex fb 40 cd

Different shades of #fb40cd color code.

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

Darkest of #fb40cd
#9f0378
Darker of #fb40cd
#d1049e
Dark of #fb40cd
#fa0ec0
Base of #fb40cd
#fb40cd
Light of #fb40cd
#fc72da
Lighter
#fda4e7
Lightest
#fed6f4

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

#fb40cd
#40fb6e

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

Split Complementary

#fb40cd
#6ffb40
#40fbcb

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

Analogous Color

#bc40fb
#db40fb
#fb40cd
#fb408f
#fb4041

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

#fb40cd
#40cdfb
#cdfb40

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

#fb40cd
#cdfb40
#40fb6e
#6e40fb

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

#fb40cd
#fbcb40
#40fb6e
#406ffb

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

#6d0253
#9f0378
#d1049e
#fa0ec0
#fb40cd
#fc72da
#fda4e7
#fed6f4
#ffffff

Tints of #fb40cd Color

#fb40cd
#fb55d2
#fb6ad8
#fc7fdd
#fc94e3
#fdaae8
#fdbfee
#fed4f3
#fee9f9
#ffffff

Shades of #fb40cd color code

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

#fb40cd
#df38b6
#c3319f
#a72a88
#8b2371
#6f1c5b
#531544
#370e2d
#1b0716
#000000

Tones

#fb40cd
#e753c3
#d467b9
#c07aaf
#ad8ea5

Tones

Similar Color like #fb40cd color

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

#fc41ce
#fd42cf
#fe43d0
#ff44d1
#ff45d2
#ff46d3
#ff47d4
#ff48d5
#ff49d6
#ff4ad7
#ff4bd8
#ff4cd9
#ff4dda
#ff4edb
#fa3fcc
#f93ecb
#f83dca
#f73cc9
#f63bc8
#f53ac7
#f439c6
#f338c5
#f237c4
#f136c3
#f035c2
#ef34c1
#ee33c0
#ed32bf

Download this Dark Red

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

#fb40cd Color Code Preview on Black Background Color

This is how #fb40cd Color will look on black background color. Color contrast ratio is 6.72

#fb40cd in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fb40cd

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fb40cd

#fb40cd color code is use for CSS Background Color

Background color for the above div is #fb40cd

HTML with inline CSS

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

#fb40cd color code is use for CSS Border Color

CSS Border color for the above div is #fb40cd

HTML with inline CSS

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

CSS Border Left color for the above div is #fb40cd

HTML with inline CSS

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

CSS Border Right color for the above div is #fb40cd

HTML with inline CSS

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

CSS Border Bottom color for the above div is #fb40cd

HTML with inline CSS

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

CSS Border Top color for the above div is #fb40cd

HTML with inline CSS

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

#fb40cd hex Color code used as CSS color Codes

Example CSS Class for usage

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

#fb40cd Color code Preview on White Background

This is how #fb40cd Color code will look on white background color. Color contrast ratio is 3.13

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

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