Skip to main content Skip to docs navigation

#fd237b 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 Office Neon Light and its hex is #FF2277 Nearest Color Name

Color Hue/Base color: Red

Hex #fd237b Color code in RGB color code model is created after adding 99.22% red color, 13.73% green color and 48.24% blue color. Hex #fd237b Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 86% magenta, 51% yellow and 0.78% black.

Hex #fd237b color code is between #ff2277 web safe hex color code and #ee3388 web safe hex color code. #ff2277 is the nearest web safe color code. You can see here many more shades of #fd237b color code.

RGB Chart

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

Color Table

Hex Color Code fd237b #fd237b
RGB Decimal 253, 35, 123 253, 35, 123
RGB Percent 99%, 14%, 48% rgb(99%, 14%, 48%)
CSS RGBa 253, 35, 123,1 rgba(253,35,123,1)
CMYK Model cmyk(0%,86%,51%,0.78%)
HSL Color Space 336,98% ,56% hsl(336,98% ,56%)
HSV Color Space 336°, 86%, 99%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11111101 00100011 01111011
Octal 375 43 173
Decimal 253 35 123
Hex fd 23 7b

Different shades of #fd237b color code.

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

Darkest of #fd237b
#860137
Darker of #fd237b
#b8024b
Dark of #fd237b
#eb0260
Base of #fd237b
#fd237b
Light of #fd237b
#fd5699
Lighter
#fe88b8
Lightest
#febbd6

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

#fd237b
#23fda5

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

Split Complementary

#fd237b
#23fd38
#23e8fd

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

Analogous Color

#fd23fa
#fd23d6
#fd237b
#fd2332
#fd6e23

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

#fd237b
#237bfd
#7bfd23

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

#fd237b
#7bfd23
#23fda5
#a523fd

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

#fd237b
#e8fd23
#23fda5
#3823fd

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

#530122
#860137
#b8024b
#eb0260
#fd237b
#fd5699
#fe88b8
#febbd6
#ffedf4

Tints of #fd237b Color

#fd237b
#fd3b89
#fd5398
#fd6ca7
#fd84b5
#fe9dc4
#feb5d3
#fecee1
#fee6f0
#ffffff

Shades of #fd237b color code

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

#fd237b
#e01f6d
#c41b5f
#a81752
#8c1344
#700f36
#540b29
#38071b
#1c030d
#000000

Tones

#fd237b
#e7397f
#d14f84
#ba6688
#a47c8c

Tones

Similar Color like #fd237b color

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

#fe247c
#ff257d
#ff267e
#ff277f
#ff2880
#ff2981
#ff2a82
#ff2b83
#ff2c84
#ff2d85
#ff2e86
#ff2f87
#ff3088
#ff3189
#fc227a
#fb2179
#fa2078
#f91f77
#f81e76
#f71d75
#f61c74
#f51b73
#f41a72
#f31971
#f21870
#f1176f
#f0166e
#ef156d

Download this Dark Red

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

#fd237b Color Code Preview on Black Background Color

This is how #fd237b Color will look on black background color. Color contrast ratio is 5.70

#fd237b in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fd237b

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fd237b

#fd237b color code is use for CSS Background Color

Background color for the above div is #fd237b

HTML with inline CSS

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

#fd237b color code is use for CSS Border Color

CSS Border color for the above div is #fd237b

HTML with inline CSS

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

CSS Border Left color for the above div is #fd237b

HTML with inline CSS

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

CSS Border Right color for the above div is #fd237b

HTML with inline CSS

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

CSS Border Bottom color for the above div is #fd237b

HTML with inline CSS

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

CSS Border Top color for the above div is #fd237b

HTML with inline CSS

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

#fd237b hex Color code used as CSS color Codes

Example CSS Class for usage

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

#fd237b Color code Preview on White Background

This is how #fd237b Color code will look on white background color. Color contrast ratio is 3.68

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

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