crispedge.com

Color picker

Loading...

#f96b72 hex color - Red - Warm color - Information

#f96b72 hex color - Red - Warm color

Color Hue/Base color: Red

Hex #f96b72 Color code in RGB color code model is created after adding 97.65% red color, 41.96% green color and 44.71% blue color. Hex #f96b72 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 57% magenta, 54% yellow and 2% black.

Hex #f96b72 color code is between #ff6677 web safe hex color code and #ee7766 web safe hex color code. #ff6677 is the nearest web safe color code. You can see here many more shades of #f96b72 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codef96b72#f96b72
RGB Decimal249, 107, 114rgb(249, 107, 114)
RGB Percent98%, 42%, 45%rgb(98%, 42%, 45%)
CSS RGBa249, 107, 114,1rgba(249,107,114,1)
CMYK Modelcmyk(0%,57%,54%,2%)
HSL Color Space357,92% ,70%hsl(357,92% ,70%)
HSV Color Space357°, 57%, 98%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111110010110101101110010
Octal371153162
Decimal249107114
Hexf96b72

Different shades of #f96b72 color code.

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

Light Shade of #f96b72
#fb9ca1
Dark Shade of #f96b72
#f73a43
Saturated Shade of #f96b72
#ff656d
Desaturated Shade of #f96b72
#f17379
Grey scale Shade of #f96b72
#b2b2b2
Brighten Shade
#ff848b
Most Readable Shade
#000000

Shades of #f96b72 color code

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

#f96b72
#dd5f65
#c15358
#a6474c
#8a3b3f
#6e2f32
#532326
#371719
#1b0b0c
#000000

Similar Color like #f96b72 color

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

#fa6c73
#fb6d74
#fc6e75
#fd6f76
#fe7077
#ff7178
#ff7279
#ff737a
#ff747b
#ff757c
#ff767d
#ff777e
#ff787f
#ff7980
#f86a71
#f76970
#f6686f
#f5676e
#f4666d
#f3656c
#f2646b
#f1636a
#f06269
#ef6168
#ee6067
#ed5f66
#ec5e65
#eb5d64

Monochromatic Color with #f96b72

#f96b72
#241011
#4f2224
#793438
#a4464b
#ce595f

Tints of #f96b72 Color

#f96b72
#f97b81
#fa8b91
#fb9ca1
#fbacb0
#fcbdc0
#fdcdd0
#fddedf
#feeeef
#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

#f96b72
#6bf9f2

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

Split Complementary

#f96b72
#6bf9ab
#6bb9f9

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

Analogous Color

#f96bab
#f96b8e
#f96b72
#f9806b
#f99d6b

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

#f96b72
#72f96b
#6b72f9

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

#f96b72
#b9f96b
#6bf9f2
#ab6bf9

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

#f96b72
#6bf9f2
#6bb9f9
#f9ab6b

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

#f96b72 Color Code Preview on Black Background Color

This is how #f96b72 Color will look on black background color. Color contrast ratio is 7.37

#f96b72 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f96b72

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f96b72

#f96b72 color code is use for CSS Background Color

Background color for the above div is #f96b72

HTML with inline CSS

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

#f96b72 color code is use for CSS Border Color

CSS Border color for the above div is #f96b72

HTML with inline CSS

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

CSS Border Left color for the above div is #f96b72

HTML with inline CSS

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

CSS Border Right color for the above div is #f96b72

HTML with inline CSS

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

CSS Border Bottom color for the above div is #f96b72

HTML with inline CSS

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

CSS Border Top color for the above div is #f96b72

HTML with inline CSS

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

#f96b72 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#f96b72 Color code Preview on White Background

This is how #f96b72 Color code will look on white background color. Color contrast ratio is 2.85

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

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(249,107,114,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(107,249,242,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(249,107,114,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.