crispedge.com

Color picker

Loading...
Click "Search Color" button for color information.

#f58ec0 hex color - Orange - Warm color - Information

#f58ec0 hex color - Orange - Warm color

Color Hue/Base color: Orange

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

Hex #f58ec0 color code is between #ee88bb web safe hex color code and #ff99cc web safe hex color code. #ee88bb is the nearest web safe color code. You can see here many more shades of #f58ec0 color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codef58ec0#f58ec0
RGB Decimal245, 142, 192rgb(245, 142, 192)
RGB Percent96%, 56%, 75%rgb(96%, 56%, 75%)
CSS RGBa245, 142, 192,1rgba(245,142,192,1)
CMYK Modelcmyk(0%,42%,22%,4%)
HSL Color Space331,84% ,76%hsl(331,84% ,76%)
HSV Color Space331°, 42%, 96%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111101011000111011000000
Octal365216300
Decimal245142192
Hexf58ec0

Different shades of #f58ec0 color code.

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

Light Shade of #f58ec0
#f9bdda
Dark Shade of #f58ec0
#f15fa6
Saturated Shade of #f58ec0
#fb88c0
Desaturated Shade of #f58ec0
#ef94c0
Grey scale Shade of #f58ec0
#c1c1c1
Brighten Shade
#ffa7d9
Most Readable Shade
#000000

Shades of #f58ec0 color code

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

#f58ec0
#d97eaa
#be6e95
#a35e80
#884e6a
#6c3f55
#512f40
#361f2a
#1b0f15
#000000

Similar Color like #f58ec0 color

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

#f68fc1
#f790c2
#f891c3
#f992c4
#fa93c5
#fb94c6
#fc95c7
#fd96c8
#fe97c9
#ff98ca
#ff99cb
#ff9acc
#ff9bcd
#ff9cce
#f48dbf
#f38cbe
#f28bbd
#f18abc
#f089bb
#ef88ba
#ee87b9
#ed86b8
#ec85b7
#eb84b6
#ea83b5
#e982b4
#e881b3
#e780b2

Monochromatic Color with #f58ec0

#f58ec0
#201319
#4b2b3b
#75445c
#a05d7d
#ca759f

Tints of #f58ec0 Color

#f58ec0
#f69ac7
#f7a7ce
#f8b3d5
#f9c0dc
#facce3
#fbd9ea
#fce5f1
#fdf2f8
#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

#f58ec0
#8ef5c3

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

Split Complementary

#f58ec0
#8ef590
#8ef3f5

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

Analogous Color

#f58ee9
#f58ed5
#f58ec0
#f58eab
#f58e97

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

#f58ec0
#c0f58e
#8ec0f5

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

#f58ec0
#f3f58e
#8ef5c3
#8f8ef5

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

#f58ec0
#8ef5c3
#8ef4f5
#f5908e

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

#f58ec0 Color Code Preview on Black Background Color

This is how #f58ec0 Color will look on black background color. Color contrast ratio is 9.51

#f58ec0 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f58ec0

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f58ec0

#f58ec0 color code is use for CSS Background Color

Background color for the above div is #f58ec0

HTML with inline CSS

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

#f58ec0 color code is use for CSS Border Color

CSS Border color for the above div is #f58ec0

HTML with inline CSS

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

CSS Border Left color for the above div is #f58ec0

HTML with inline CSS

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

CSS Border Right color for the above div is #f58ec0

HTML with inline CSS

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

CSS Border Bottom color for the above div is #f58ec0

HTML with inline CSS

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

CSS Border Top color for the above div is #f58ec0

HTML with inline CSS

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

#f58ec0 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#f58ec0 Color code Preview on White Background

This is how #f58ec0 Color code will look on white background color. Color contrast ratio is 2.21

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

Related Gradients

Beautiful Colored Gradient Background. Find awesome Gradient for your next project.

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.