Skip to main content Skip to docs navigation

#fb31cd 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 Razzle Dazzle Rose and its hex is #FF33CC Nearest Color Name

Color Hue/Base color: Red

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

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

RGB Chart

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

Color Table

Hex Color Code fb31cd #fb31cd
RGB Decimal 251, 49, 205 251, 49, 205
RGB Percent 98%, 19%, 80% rgb(98%, 19%, 80%)
CSS RGBa 251, 49, 205,1 rgba(251,49,205,1)
CMYK Model cmyk(0%,80%,18%,1.57%)
HSL Color Space 314,96% ,59% hsl(314,96% ,59%)
HSV Color Space 314°, 80%, 98%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11111011 00110001 11001101
Octal 373 61 315
Decimal 251 49 205
Hex fb 31 cd

Different shades of #fb31cd color code.

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

Darkest of #fb31cd
#900370
Darker of #fb31cd
#c20497
Dark of #fb31cd
#f405be
Base of #fb31cd
#fb31cd
Light of #fb31cd
#fc63d9
Lighter
#fd95e5
Lightest
#fec7f1

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

#fb31cd
#31fb5f

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

Split Complementary

#fb31cd
#68fb31
#31fbc4

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

Analogous Color

#b331fb
#d531fb
#fb31cd
#fb318a
#fb3135

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

#fb31cd
#31cdfb
#cdfb31

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

#fb31cd
#cdfb31
#31fb5f
#5f31fb

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

#fb31cd
#fbc431
#31fb5f
#3168fb

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

#5e0249
#900370
#c20497
#f405be
#fb31cd
#fc63d9
#fd95e5
#fec7f1
#fff9fe

Tints of #fb31cd Color

#fb31cd
#fb47d2
#fb5ed8
#fc75dd
#fc8ce3
#fda3e8
#fdbaee
#fed1f3
#fee8f9
#ffffff

Shades of #fb31cd color code

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

#fb31cd
#df2bb6
#c3269f
#a72088
#8b1b71
#6f155b
#531044
#370a2d
#1b0516
#000000

Tones

#fb31cd
#e646c2
#d15bb6
#bc70ab
#a7859f

Tones

Similar Color like #fb31cd color

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

#fc32ce
#fd33cf
#fe34d0
#ff35d1
#ff36d2
#ff37d3
#ff38d4
#ff39d5
#ff3ad6
#ff3bd7
#ff3cd8
#ff3dd9
#ff3eda
#ff3fdb
#fa30cc
#f92fcb
#f82eca
#f72dc9
#f62cc8
#f52bc7
#f42ac6
#f329c5
#f228c4
#f127c3
#f026c2
#ef25c1
#ee24c0
#ed23bf

Download this Dark Red

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

#fb31cd Color Code Preview on Black Background Color

This is how #fb31cd Color will look on black background color. Color contrast ratio is 6.42

#fb31cd in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fb31cd

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fb31cd

#fb31cd color code is use for CSS Background Color

Background color for the above div is #fb31cd

HTML with inline CSS

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

#fb31cd color code is use for CSS Border Color

CSS Border color for the above div is #fb31cd

HTML with inline CSS

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

CSS Border Left color for the above div is #fb31cd

HTML with inline CSS

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

CSS Border Right color for the above div is #fb31cd

HTML with inline CSS

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

CSS Border Bottom color for the above div is #fb31cd

HTML with inline CSS

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

CSS Border Top color for the above div is #fb31cd

HTML with inline CSS

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

#fb31cd hex Color code used as CSS color Codes

Example CSS Class for usage

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

#fb31cd Color code Preview on White Background

This is how #fb31cd Color code will look on white background color. Color contrast ratio is 3.27

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

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