crispedge.com

Color picker

Loading...

#f72da9 hex color - Red - Warm color - Information

#f72da9 hex color - Red - Warm color

Color Mixture: Magenta and Pink

Color Hue/Base color: Red

Hex #f72da9 Color code in RGB color code model is created after adding 96.86% red color, 17.65% green color and 66.27% blue color. Hex #f72da9 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 82% magenta, 32% yellow and 3% black.

Hex #f72da9 color code is between #ff33aa web safe hex color code and #ee2299 web safe hex color code. #ff33aa is the nearest web safe color code. You can see here many more shades of #f72da9 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codef72da9#f72da9
RGB Decimal247, 45, 169rgb(247, 45, 169)
RGB Percent97%, 18%, 66%rgb(97%, 18%, 66%)
CSS RGBa247, 45, 169,1rgba(247,45,169,1)
CMYK Modelcmyk(0%,82%,32%,3%)
HSL Color Space323,93% ,57%hsl(323,93% ,57%)
HSV Color Space323°, 82%, 97%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111101110010110110101001
Octal36755251
Decimal24745169
Hexf72da9

Different shades of #f72da9 color code.

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

Light Shade of #f72da9
#f95ebd
Dark Shade of #f72da9
#e80992
Saturated Shade of #f72da9
#ff25ab
Desaturated Shade of #f72da9
#ec38a7
Grey scale Shade of #f72da9
#929292
Brighten Shade
#ff46c2
Most Readable Shade
#FFFFFF

Shades of #f72da9 color code

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

#f72da9
#db2896
#c02383
#a41e70
#89195d
#6d144b
#520f38
#360a25
#1b0512
#000000

Similar Color like #f72da9 color

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

#f82eaa
#f92fab
#fa30ac
#fb31ad
#fc32ae
#fd33af
#fe34b0
#ff35b1
#ff36b2
#ff37b3
#ff38b4
#ff39b5
#ff3ab6
#ff3bb7
#f62ca8
#f52ba7
#f42aa6
#f329a5
#f228a4
#f127a3
#f026a2
#ef25a1
#ee24a0
#ed239f
#ec229e
#eb219d
#ea209c
#e91f9b

Monochromatic Color with #f72da9

#f72da9
#220618
#4d0e35
#771652
#a21e6f
#cc258c

Tints of #f72da9 Color

#f72da9
#f744b2
#f85bbc
#f973c5
#fa8acf
#fba1d8
#fcb9e2
#fdd0eb
#fee7f5
#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

#f72da9
#2df77b

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

Split Complementary

#f72da9
#44f72d
#2df7e0

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

Analogous Color

#f42df7
#f72dd1
#f72da9
#f72d81
#f72d58

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

#f72da9
#a9f72d
#2da9f7

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

#f72da9
#f7e02d
#2df77b
#2d44f7

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

#f72da9
#2df77b
#2df7e0
#f72d44

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

#f72da9 Color Code Preview on Black Background Color

This is how #f72da9 Color will look on black background color. Color contrast ratio is 5.90

#f72da9 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f72da9

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f72da9

#f72da9 color code is use for CSS Background Color

Background color for the above div is #f72da9

HTML with inline CSS

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

#f72da9 color code is use for CSS Border Color

CSS Border color for the above div is #f72da9

HTML with inline CSS

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

CSS Border Left color for the above div is #f72da9

HTML with inline CSS

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

CSS Border Right color for the above div is #f72da9

HTML with inline CSS

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

CSS Border Bottom color for the above div is #f72da9

HTML with inline CSS

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

CSS Border Top color for the above div is #f72da9

HTML with inline CSS

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

#f72da9 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#f72da9 Color code Preview on White Background

This is how #f72da9 Color code will look on white background color. Color contrast ratio is 3.56

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

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(247,45,169,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(45,247,123,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(247,45,169,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.