crispedge.com

Color picker

Loading...

#f767aa hex color - Red - Warm color - Information

#f767aa hex color - Red - Warm color

Color Hue/Base color: Red

Hex #f767aa Color code in RGB color code model is created after adding 96.86% red color, 40.39% green color and 66.67% blue color. Hex #f767aa Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 58% magenta, 31% yellow and 3% black.

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codef767aa#f767aa
RGB Decimal247, 103, 170rgb(247, 103, 170)
RGB Percent97%, 40%, 67%rgb(97%, 40%, 67%)
CSS RGBa247, 103, 170,1rgba(247,103,170,1)
CMYK Modelcmyk(0%,58%,31%,3%)
HSL Color Space332,90% ,69%hsl(332,90% ,69%)
HSV Color Space332°, 58%, 97%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111101110110011110101010
Octal367147252
Decimal247103170
Hexf767aa

Different shades of #f767aa color code.

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

Light Shade of #f767aa
#fa97c5
Dark Shade of #f767aa
#f4378f
Saturated Shade of #f767aa
#ff5fa9
Desaturated Shade of #f767aa
#ef6fab
Grey scale Shade of #f767aa
#afafaf
Brighten Shade
#ff80c3
Most Readable Shade
#000000

Shades of #f767aa color code

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

#f767aa
#db5b97
#c05084
#a44471
#89395e
#6d2d4b
#522238
#361625
#1b0b12
#000000

Similar Color like #f767aa color

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

#f868ab
#f969ac
#fa6aad
#fb6bae
#fc6caf
#fd6db0
#fe6eb1
#ff6fb2
#ff70b3
#ff71b4
#ff72b5
#ff73b6
#ff74b7
#ff75b8
#f666a9
#f565a8
#f464a7
#f363a6
#f262a5
#f161a4
#f060a3
#ef5fa2
#ee5ea1
#ed5da0
#ec5c9f
#eb5b9e
#ea5a9d
#e9599c

Monochromatic Color with #f767aa

#f767aa
#220e18
#4d2035
#773252
#a2446f
#cc558d

Tints of #f767aa Color

#f767aa
#f777b3
#f888bc
#f999c6
#faaacf
#fbbbd9
#fccce2
#fdddec
#feeef5
#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

#f767aa
#67f7b4

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

Split Complementary

#f767aa
#67f76c
#67f2f7

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

Analogous Color

#f767e4
#f767c7
#f767aa
#f7678d
#f76770

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

#f767aa
#aaf767
#67aaf7

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

#f767aa
#f2f767
#67f7b4
#6c67f7

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

#f767aa
#67f7b4
#67f2f7
#f76c67

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

#f767aa Color Code Preview on Black Background Color

This is how #f767aa Color will look on black background color. Color contrast ratio is 7.48

#f767aa in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f767aa

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f767aa

#f767aa color code is use for CSS Background Color

Background color for the above div is #f767aa

HTML with inline CSS

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

#f767aa color code is use for CSS Border Color

CSS Border color for the above div is #f767aa

HTML with inline CSS

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

CSS Border Left color for the above div is #f767aa

HTML with inline CSS

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

CSS Border Right color for the above div is #f767aa

HTML with inline CSS

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

CSS Border Bottom color for the above div is #f767aa

HTML with inline CSS

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

CSS Border Top color for the above div is #f767aa

HTML with inline CSS

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

#f767aa hex Color code used as CSS color Codes

Example CSS Class for usage

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

#f767aa Color code Preview on White Background

This is how #f767aa Color code will look on white background color. Color contrast ratio is 2.81

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

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,103,170,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(103,247,180,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(247,103,170,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.