crispedge.com

Color picker

Loading...

#f72b7d hex color - Red - Warm color - Information

#f72b7d hex color - Red - Warm color

Color Hue/Base color: Red

Hex #f72b7d Color code in RGB color code model is created after adding 96.86% red color, 16.86% green color and 49.02% blue color. Hex #f72b7d Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 83% magenta, 49% yellow and 3% black.

Hex #f72b7d color code is between #ff3377 web safe hex color code and #ee2288 web safe hex color code. #ff3377 is the nearest web safe color code. You can see here many more shades of #f72b7d color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codef72b7d#f72b7d
RGB Decimal247, 43, 125rgb(247, 43, 125)
RGB Percent97%, 17%, 49%rgb(97%, 17%, 49%)
CSS RGBa247, 43, 125,1rgba(247,43,125,1)
CMYK Modelcmyk(0%,83%,49%,3%)
HSL Color Space336,93% ,57%hsl(336,93% ,57%)
HSV Color Space336°, 83%, 97%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111101110010101101111101
Octal36753175
Decimal24743125
Hexf72b7d

Different shades of #f72b7d color code.

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

Light Shade of #f72b7d
#f95c9b
Dark Shade of #f72b7d
#e60962
Saturated Shade of #f72b7d
#ff237b
Desaturated Shade of #f72b7d
#ec367f
Grey scale Shade of #f72b7d
#919191
Brighten Shade
#ff4496
Most Readable Shade
#FFFFFF

Shades of #f72b7d color code

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

#f72b7d
#db266f
#c02161
#a41c53
#891745
#6d1337
#520e29
#36091b
#1b040d
#000000

Similar Color like #f72b7d color

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

#f82c7e
#f92d7f
#fa2e80
#fb2f81
#fc3082
#fd3183
#fe3284
#ff3385
#ff3486
#ff3587
#ff3688
#ff3789
#ff388a
#ff398b
#f62a7c
#f5297b
#f4287a
#f32779
#f22678
#f12577
#f02476
#ef2375
#ee2274
#ed2173
#ec2072
#eb1f71
#ea1e70
#e91d6f

Monochromatic Color with #f72b7d

#f72b7d
#220611
#4d0d27
#77153c
#a21c52
#cc2467

Tints of #f72b7d Color

#f72b7d
#f7428b
#f85a99
#f971a8
#fa89b6
#fba0c5
#fcb8d3
#fdcfe2
#fee7f0
#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

#f72b7d
#2bf7a5

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

Split Complementary

#f72b7d
#2bf73f
#2be3f7

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

Analogous Color

#f72bcf
#f72ba6
#f72b7d
#f72b54
#f72b2b

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

#f72b7d
#7df72b
#2b7df7

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

#f72b7d
#e3f72b
#2bf7a5
#3f2bf7

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

#f72b7d
#2bf7a5
#2be3f7
#f73f2b

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

#f72b7d Color Code Preview on Black Background Color

This is how #f72b7d Color will look on black background color. Color contrast ratio is 5.60

#f72b7d in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f72b7d

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f72b7d

#f72b7d color code is use for CSS Background Color

Background color for the above div is #f72b7d

HTML with inline CSS

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

#f72b7d color code is use for CSS Border Color

CSS Border color for the above div is #f72b7d

HTML with inline CSS

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

CSS Border Left color for the above div is #f72b7d

HTML with inline CSS

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

CSS Border Right color for the above div is #f72b7d

HTML with inline CSS

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

CSS Border Bottom color for the above div is #f72b7d

HTML with inline CSS

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

CSS Border Top color for the above div is #f72b7d

HTML with inline CSS

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

#f72b7d hex Color code used as CSS color Codes

Example CSS Class for usage

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

#f72b7d Color code Preview on White Background

This is how #f72b7d Color code will look on white background color. Color contrast ratio is 3.75

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

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,43,125,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(43,247,165,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(247,43,125,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.