@
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.

#fd727c hex color - Red - Warm color - Information

#fd727c hex color - Red - Warm color

Color Hue/Base color: Red

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

Hex #fd727c color code is between #ff7777 web safe hex color code and #ee6688 web safe hex color code. #ff7777 is the nearest web safe color code. You can see here many more shades of #fd727c color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codefd727c#fd727c
RGB Decimal253, 114, 124rgb(253, 114, 124)
RGB Percent99%, 45%, 49%rgb(99%, 45%, 49%)
CSS RGBa253, 114, 124,1rgba(253,114,124,1)
CMYK Modelcmyk(0%,55%,51%,0.78%)
HSL Color Space356,97% ,72%hsl(356,97% ,72%)
HSV Color Space356°, 55%, 99%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111111010111001001111100
Octal375162174
Decimal253114124
Hexfd727c

Different shades of #fd727c color code.

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

Light Shade of #fd727c
#fea4ab
Dark Shade of #fd727c
#fc404d
Saturated Shade of #fd727c
#ff707a
Desaturated Shade of #fd727c
#f67982
Grey scale Shade of #fd727c
#b7b7b7
Brighten Shade
#ff8b95
Most Readable Shade
#000000

Shades of #fd727c color code

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

#fd727c
#e0656e
#c45860
#a84c52
#8c3f44
#703237
#542629
#38191b
#1c0c0d
#000000

Similar Color like #fd727c color

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

#fe737d
#ff747e
#ff757f
#ff7680
#ff7781
#ff7882
#ff7983
#ff7a84
#ff7b85
#ff7c86
#ff7d87
#ff7e88
#ff7f89
#ff808a
#fc717b
#fb707a
#fa6f79
#f96e78
#f86d77
#f76c76
#f66b75
#f56a74
#f46973
#f36872
#f26771
#f16670
#f0656f
#ef646e

Monochromatic Color with #fd727c

#fd727c
#281214
#532529
#7d393e
#a84c52
#d25f67

Tints of #fd727c Color

#fd727c
#fd818a
#fd9199
#fda1a7
#fdb0b6
#fec0c4
#fed0d3
#fedfe1
#feeff0
#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

#fd727c
#72fdf3

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

Split Complementary

#fd727c
#72fdad
#72c2fd

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

Analogous Color

#fd72b4
#fd7298
#fd727c
#fd8472
#fda072

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

#fd727c
#7cfd72
#727cfd

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

#fd727c
#c1fd72
#72fdf3
#ad72fd

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

#fd727c
#72fdf3
#72c2fd
#fdad72

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 #fd727c 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.

#fd727c Color Code Preview on Black Background Color

This is how #fd727c Color will look on black background color. Color contrast ratio is 7.87

#fd727c in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fd727c

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fd727c

#fd727c color code is use for CSS Background Color

Background color for the above div is #fd727c

HTML with inline CSS

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

#fd727c color code is use for CSS Border Color

CSS Border color for the above div is #fd727c

HTML with inline CSS

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

CSS Border Left color for the above div is #fd727c

HTML with inline CSS

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

CSS Border Right color for the above div is #fd727c

HTML with inline CSS

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

CSS Border Bottom color for the above div is #fd727c

HTML with inline CSS

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

CSS Border Top color for the above div is #fd727c

HTML with inline CSS

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

#fd727c hex Color code used as CSS color Codes

Example CSS Class for usage

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

#fd727c Color code Preview on White Background

This is how #fd727c Color code will look on white background color. Color contrast ratio is 2.67

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

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,114,124,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(114,253,243,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(253,114,124,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.