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

#f76d96 hex color - Red - Warm color - Information

#f76d96 hex color - Red - Warm color

Color Hue/Base color: Red

Hex #f76d96 Color code in RGB color code model is created after adding 96.86% red color, 42.75% green color and 58.82% blue color. Hex #f76d96 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 56% magenta, 39% yellow and 3.14% black.

Hex #f76d96 color code is between #ff6699 web safe hex color code and #ee7788 web safe hex color code. #ff6699 is the nearest web safe color code. You can see here many more shades of #f76d96 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code f76d96 #f76d96
RGB Decimal 247, 109, 150 rgb(247, 109, 150)
RGB Percent 97%, 43%, 59% rgb(97%, 43%, 59%)
CSS RGBa 247, 109, 150,1 rgba(247,109,150,1)
CMYK Model cmyk(0%,56%,39%,3.14%)
HSL Color Space 342,90% ,70% hsl(342,90% ,70%)
HSV Color Space 342°, 56%, 97%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11110111 01101101 10010110
Octal 367 155 226
Decimal 247 109 150
Hex f7 6d 96

Different shades of #f76d96 color code.

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

Light Shade of #f76d96
#fa9db9
Dark Shade of #f76d96
#f43d73
Saturated Shade of #f76d96
#ff6593
Desaturated Shade of #f76d96
#ef7599
Grey scale Shade of #f76d96
#b2b2b2
Brighten Shade
#ff86af
Most Readable Shade
#000000

Shades of #f76d96 color code

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

#f76d96
#db6085
#c05474
#a44864
#893c53
#6d3042
#522432
#361821
#1b0c10
#000000

Similar Color like #f76d96 color

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

#f86e97
#f96f98
#fa7099
#fb719a
#fc729b
#fd739c
#fe749d
#ff759e
#ff769f
#ff77a0
#ff78a1
#ff79a2
#ff7aa3
#ff7ba4
#f66c95
#f56b94
#f46a93
#f36992
#f26891
#f16790
#f0668f
#ef658e
#ee648d
#ed638c
#ec628b
#eb618a
#ea6089
#e95f88

Monochromatic Color with #f76d96

#f76d96
#220f15
#4d222f
#773549
#a24762
#cc5a7c

Tints of #f76d96 Color

#f76d96
#f77da1
#f88dad
#f99db9
#faadc4
#fbbed0
#fccedc
#fddee7
#feeef3
#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

#f76d96
#6df7ce

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

Split Complementary

#f76d96
#6df789
#6ddbf7

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

Analogous Color

#f76dcd
#f76db2
#f76d96
#f76d7a
#f77b6d

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

#f76d96
#96f76d
#6d96f7

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

#f76d96
#dbf76d
#6df7ce
#896df7

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

#f76d96
#6df7ce
#6ddbf7
#f7896d

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

#f76d96 Color Code Preview on Black Background Color

This is how #f76d96 Color will look on black background color. Color contrast ratio is 7.58

#f76d96 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f76d96

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f76d96

#f76d96 color code is use for CSS Background Color

Background color for the above div is #f76d96

HTML with inline CSS

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

#f76d96 color code is use for CSS Border Color

CSS Border color for the above div is #f76d96

HTML with inline CSS

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

CSS Border Left color for the above div is #f76d96

HTML with inline CSS

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

CSS Border Right color for the above div is #f76d96

HTML with inline CSS

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

CSS Border Bottom color for the above div is #f76d96

HTML with inline CSS

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

CSS Border Top color for the above div is #f76d96

HTML with inline CSS

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

#f76d96 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#f76d96 Color code Preview on White Background

This is how #f76d96 Color code will look on white background color. Color contrast ratio is 2.77

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

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,109,150,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(109,247,206,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(247,109,150,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.