Skip to main content Skip to docs navigation

#fd72ef hex color | Download Light 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 Avant-Garde Pink and its hex is #FF77EE Nearest Color Name

Color Hue/Base color: Red

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

Hex #fd72ef color code is between #ff77ee web safe hex color code and #ee66ff web safe hex color code. #ff77ee is the nearest web safe color code. You can see here many more shades of #fd72ef color code.

RGB Chart

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

Color Table

Hex Color Code fd72ef #fd72ef
RGB Decimal 253, 114, 239 253, 114, 239
RGB Percent 99%, 45%, 94% rgb(99%, 45%, 94%)
CSS RGBa 253, 114, 239,1 rgba(253,114,239,1)
CMYK Model cmyk(0%,55%,6%,0.78%)
HSL Color Space 306,97% ,72% hsl(306,97% ,72%)
HSV Color Space 306°, 55%, 99%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11111101 01110010 11101111
Octal 375 162 357
Decimal 253 114 239
Hex fd 72 ef

Different shades of #fd72ef color code.

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

Darkest of #fd72ef
#d303be
Darker of #fd72ef
#fc0de4
Dark of #fd72ef
#fc40e9
Base of #fd72ef
#fd72ef
Light of #fd72ef
#fea4f5
Lighter
#fed7fa
Lightest
#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

#fd72ef
#72fd80

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

Split Complementary

#fd72ef
#aafd72
#72fdc5

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

Analogous Color

#ba72fd
#d172fd
#fd72ef
#fd72c1
#fd7287

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

#fd72ef
#72effd
#effd72

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

#fd72ef
#effd72
#72fd80
#8072fd

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

#fd72ef
#fdc572
#72fd80
#72aafd

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

#a10291
#d303be
#fc0de4
#fc40e9
#fd72ef
#fea4f5
#fed7fa
#ffffff
#ffffff

Tints of #fd72ef Color

#fd72ef
#fd81f0
#fd91f2
#fda1f4
#fdb0f6
#fec0f7
#fed0f9
#fedffb
#feeffd
#ffffff

Shades of #fd72ef color code

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

#fd72ef
#e065d4
#c458b9
#a84c9f
#8c3f84
#70326a
#54264f
#381935
#1c0c1a
#000000

Tones

#fd72ef
#ef80e4
#e08fd8
#d29dcd
#c4abc1

Tones

Similar Color like #fd72ef color

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

#fe73f0
#ff74f1
#ff75f2
#ff76f3
#ff77f4
#ff78f5
#ff79f6
#ff7af7
#ff7bf8
#ff7cf9
#ff7dfa
#ff7efb
#ff7ffc
#ff80fd
#fc71ee
#fb70ed
#fa6fec
#f96eeb
#f86dea
#f76ce9
#f66be8
#f56ae7
#f469e6
#f368e5
#f267e4
#f166e3
#f065e2
#ef64e1

Download this Light Red

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

#fd72ef Color Code Preview on Black Background Color

This is how #fd72ef Color will look on black background color. Color contrast ratio is 8.83

#fd72ef in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fd72ef

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fd72ef

#fd72ef color code is use for CSS Background Color

Background color for the above div is #fd72ef

HTML with inline CSS

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

#fd72ef color code is use for CSS Border Color

CSS Border color for the above div is #fd72ef

HTML with inline CSS

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

CSS Border Left color for the above div is #fd72ef

HTML with inline CSS

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

CSS Border Right color for the above div is #fd72ef

HTML with inline CSS

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

CSS Border Bottom color for the above div is #fd72ef

HTML with inline CSS

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

CSS Border Top color for the above div is #fd72ef

HTML with inline CSS

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

#fd72ef hex Color code used as CSS color Codes

Example CSS Class for usage

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

#fd72ef Color code Preview on White Background

This is how #fd72ef Color code will look on white background color. Color contrast ratio is 2.38

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

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