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

#f57acd hex color - Red - Warm color - Information

#f57acd hex color - Red - Warm color

Color Hue/Base color: Red

Hex #f57acd Color code in RGB color code model is created after adding 96.08% red color, 47.84% green color and 80.39% blue color. Hex #f57acd Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 50% magenta, 16% yellow and 3.92% black.

Hex #f57acd color code is between #ee77cc web safe hex color code and #ff88dd web safe hex color code. #ee77cc is the nearest web safe color code. You can see here many more shades of #f57acd color code.

0 Likes 0 Comments | 2 Views

RGB Chart

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

Color Table

Hex Color Codef57acd#f57acd
RGB Decimal245, 122, 205rgb(245, 122, 205)
RGB Percent96%, 48%, 80%rgb(96%, 48%, 80%)
CSS RGBa245, 122, 205,1rgba(245,122,205,1)
CMYK Modelcmyk(0%,50%,16%,3.92%)
HSL Color Space320,86% ,72%hsl(320,86% ,72%)
HSV Color Space320°, 50%, 96%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111101010111101011001101
Octal365172315
Decimal245122205
Hexf57acd

Different shades of #f57acd color code.

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

Light Shade of #f57acd
#f9a9df
Dark Shade of #f57acd
#f14bbb
Saturated Shade of #f57acd
#fc73cf
Desaturated Shade of #f57acd
#ee81ca
Grey scale Shade of #f57acd
#b7b7b7
Brighten Shade
#ff93e6
Most Readable Shade
#000000

Shades of #f57acd color code

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

#f57acd
#d96cb6
#be5e9f
#a35188
#884371
#6c365b
#512844
#361b2d
#1b0d16
#000000

Similar Color like #f57acd color

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

#f67bce
#f77ccf
#f87dd0
#f97ed1
#fa7fd2
#fb80d3
#fc81d4
#fd82d5
#fe83d6
#ff84d7
#ff85d8
#ff86d9
#ff87da
#ff88db
#f479cc
#f378cb
#f277ca
#f176c9
#f075c8
#ef74c7
#ee73c6
#ed72c5
#ec71c4
#eb70c3
#ea6fc2
#e96ec1
#e86dc0
#e76cbf

Monochromatic Color with #f57acd

#f57acd
#20101b
#4b253f
#753b62
#a05086
#ca65a9

Tints of #f57acd Color

#f57acd
#f688d2
#f797d8
#f8a6dd
#f9b5e3
#fac3e8
#fbd2ee
#fce1f3
#fdf0f9
#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

#f57acd
#7af5a2

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

Split Complementary

#f57acd
#90f57a
#7af5df

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

Analogous Color

#ec7af5
#f57ae6
#f57acd
#f57ab4
#f57a9c

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

#f57acd
#cdf57a
#7acdf5

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

#f57acd
#f5df7a
#7af5a2
#7a8ff5

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

#f57acd
#7af5a2
#7af5df
#f57a90

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

#f57acd Color Code Preview on Black Background Color

This is how #f57acd Color will look on black background color. Color contrast ratio is 8.55

#f57acd in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f57acd

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f57acd

#f57acd color code is use for CSS Background Color

Background color for the above div is #f57acd

HTML with inline CSS

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

#f57acd color code is use for CSS Border Color

CSS Border color for the above div is #f57acd

HTML with inline CSS

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

CSS Border Left color for the above div is #f57acd

HTML with inline CSS

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

CSS Border Right color for the above div is #f57acd

HTML with inline CSS

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

CSS Border Bottom color for the above div is #f57acd

HTML with inline CSS

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

CSS Border Top color for the above div is #f57acd

HTML with inline CSS

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

#f57acd hex Color code used as CSS color Codes

Example CSS Class for usage

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

#f57acd Color code Preview on White Background

This is how #f57acd Color code will look on white background color. Color contrast ratio is 2.46

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

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(245,122,205,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(122,245,162,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(245,122,205,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 2 Views

Post your comment:-

By submitting comment you agree to our privacy policy.