crispedge.com

Color picker

Loading...

#fd416d hex color - Red - Warm color - Information

#fd416d hex color - Red - Warm color

Color Hue/Base color: Red

Hex #fd416d Color code in RGB color code model is created after adding 99.22% red color, 25.49% green color and 42.75% blue color. Hex #fd416d Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 74% magenta, 57% yellow and 1% black.

Hex #fd416d color code is between #ff4466 web safe hex color code and #ee3377 web safe hex color code. #ff4466 is the nearest web safe color code. You can see here many more shades of #fd416d color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codefd416d#fd416d
RGB Decimal253, 65, 109rgb(253, 65, 109)
RGB Percent99%, 25%, 43%rgb(99%, 25%, 43%)
CSS RGBa253, 65, 109,1rgba(253,65,109,1)
CMYK Modelcmyk(0%,74%,57%,1%)
HSL Color Space346,98% ,62%hsl(346,98% ,62%)
HSV Color Space346°, 74%, 99%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111111010100000101101101
Octal375101155
Decimal25365109
Hexfd416d

Different shades of #fd416d color code.

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

Light Shade of #fd416d
#fe7394
Dark Shade of #fd416d
#fc0f46
Saturated Shade of #fd416d
#ff3f6c
Desaturated Shade of #fd416d
#f34b72
Grey scale Shade of #fd416d
#9f9f9f
Brighten Shade
#ff5a86
Most Readable Shade
#000000

Shades of #fd416d color code

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

#fd416d
#e03960
#c43254
#a82b48
#8c243c
#701c30
#541524
#380e18
#1c070c
#000000

Similar Color like #fd416d color

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

#fe426e
#ff436f
#ff4470
#ff4571
#ff4672
#ff4773
#ff4874
#ff4975
#ff4a76
#ff4b77
#ff4c78
#ff4d79
#ff4e7a
#ff4f7b
#fc406c
#fb3f6b
#fa3e6a
#f93d69
#f83c68
#f73b67
#f63a66
#f53965
#f43864
#f33763
#f23662
#f13561
#f03460
#ef335f

Monochromatic Color with #fd416d

#fd416d
#280a11
#531524
#7d2036
#a82b48
#d2365b

Tints of #fd416d Color

#fd416d
#fd567d
#fd6b8d
#fd809d
#fd95ad
#feaabe
#febfce
#fed4de
#fee9ee
#ffffff

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

#fd416d
#41fdd1

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

Split Complementary

#fd416d
#41fd73
#41cbfd

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

Analogous Color

#fd41b8
#fd4193
#fd416d
#fd4147
#fd6041

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

#fd416d
#6dfd41
#416dfd

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

#fd416d
#cbfd41
#41fdd1
#7341fd

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Double Complementary Color

#fd416d
#41fdd1
#41cbfd
#fd7341

Double Complementary 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).

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

#fd416d Color Code Preview on Black Background Color

This is how #fd416d Color will look on black background color. Color contrast ratio is 6.15

#fd416d in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fd416d

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fd416d

#fd416d color code is use for CSS Background Color

Background color for the above div is #fd416d

HTML with inline CSS

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

#fd416d color code is use for CSS Border Color

CSS Border color for the above div is #fd416d

HTML with inline CSS

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

CSS Border Left color for the above div is #fd416d

HTML with inline CSS

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

CSS Border Right color for the above div is #fd416d

HTML with inline CSS

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

CSS Border Bottom color for the above div is #fd416d

HTML with inline CSS

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

CSS Border Top color for the above div is #fd416d

HTML with inline CSS

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

#fd416d hex Color code used as CSS color Codes

Example CSS Class for usage

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

#fd416d Color code Preview on White Background

This is how #fd416d Color code will look on white background color. Color contrast ratio is 3.41

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

Gradient Background

Beautiful Colored Gradient Background. Find awesome Gradient backgrounds for your next project.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE


 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(253,65,109,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(65,253,209,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(253,65,109,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.