crispedge.com

Color picker

Loading...

#f58dcf hex color - Orange - Warm color - Information

#f58dcf hex color - Orange - Warm color

Color Mixture: Magenta and Pink

Color Hue/Base color: Orange

Hex #f58dcf Color code in RGB color code model is created after adding 96.08% red color, 55.29% green color and 81.18% blue color. Hex #f58dcf Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 42% magenta, 16% yellow and 4% black.

Hex #f58dcf color code is between #ee88cc web safe hex color code and #ff99dd web safe hex color code. #ee88cc is the nearest web safe color code. You can see here many more shades of #f58dcf color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codef58dcf#f58dcf
RGB Decimal245, 141, 207rgb(245, 141, 207)
RGB Percent96%, 55%, 81%rgb(96%, 55%, 81%)
CSS RGBa245, 141, 207,1rgba(245,141,207,1)
CMYK Modelcmyk(0%,42%,16%,4%)
HSL Color Space322,84% ,76%hsl(322,84% ,76%)
HSV Color Space322°, 42%, 96%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111101011000110111001111
Octal365215317
Decimal245141207
Hexf58dcf

Different shades of #f58dcf color code.

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

Light Shade of #f58dcf
#f9bce3
Dark Shade of #f58dcf
#f15ebb
Saturated Shade of #f58dcf
#fb87d1
Desaturated Shade of #f58dcf
#ef93cd
Grey scale Shade of #f58dcf
#c1c1c1
Brighten Shade
#ffa6e8
Most Readable Shade
#000000

Shades of #f58dcf color code

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

#f58dcf
#d97db8
#be6da1
#a35e8a
#884e73
#6c3e5c
#512f45
#361f2e
#1b0f17
#000000

Similar Color like #f58dcf color

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

#f68ed0
#f78fd1
#f890d2
#f991d3
#fa92d4
#fb93d5
#fc94d6
#fd95d7
#fe96d8
#ff97d9
#ff98da
#ff99db
#ff9adc
#ff9bdd
#f48cce
#f38bcd
#f28acc
#f189cb
#f088ca
#ef87c9
#ee86c8
#ed85c7
#ec84c6
#eb83c5
#ea82c4
#e981c3
#e880c2
#e77fc1

Monochromatic Color with #f58dcf

#f58dcf
#20131b
#4b2b3f
#754463
#a05c87
#ca75ab

Tints of #f58dcf Color

#f58dcf
#f699d4
#f7a6d9
#f8b3df
#f9bfe4
#facce9
#fbd9ef
#fce5f4
#fdf2f9
#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

#f58dcf
#8df5b3

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

Split Complementary

#f58dcf
#9bf58d
#8df5e7

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

Analogous Color

#f18df5
#f58de4
#f58dcf
#f58dba
#f58da5

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

#f58dcf
#cff58d
#8dcff5

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

#f58dcf
#f5e78d
#8df5b3
#8d9bf5

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

#f58dcf
#8df5b3
#8df5e7
#f58d9b

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

#f58dcf Color Code Preview on Black Background Color

This is how #f58dcf Color will look on black background color. Color contrast ratio is 9.59

#f58dcf in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f58dcf

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f58dcf

#f58dcf color code is use for CSS Background Color

Background color for the above div is #f58dcf

HTML with inline CSS

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

#f58dcf color code is use for CSS Border Color

CSS Border color for the above div is #f58dcf

HTML with inline CSS

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

CSS Border Left color for the above div is #f58dcf

HTML with inline CSS

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

CSS Border Right color for the above div is #f58dcf

HTML with inline CSS

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

CSS Border Bottom color for the above div is #f58dcf

HTML with inline CSS

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

CSS Border Top color for the above div is #f58dcf

HTML with inline CSS

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

#f58dcf hex Color code used as CSS color Codes

Example CSS Class for usage

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

#f58dcf Color code Preview on White Background

This is how #f58dcf Color code will look on white background color. Color contrast ratio is 2.19

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

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,141,207,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(141,245,179,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(245,141,207,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.