crispedge.com

Color picker

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

#f85d80 hex color - Red - Warm color - Information

#f85d80 hex color - Red - Warm color

Color Mixture: Pink and Red

Color Hue/Base color: Red

Hex #f85d80 Color code in RGB color code model is created after adding 97.25% red color, 36.47% green color and 50.2% blue color. Hex #f85d80 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 63% magenta, 48% yellow and 3% black.

Hex #f85d80 color code is between #ff5588 web safe hex color code and #ee6677 web safe hex color code. #ff5588 is the nearest web safe color code. You can see here many more shades of #f85d80 color code.

0 Likes 0 Comments | 2 Views

Color Table

Hex Color Codef85d80#f85d80
RGB Decimal248, 93, 128rgb(248, 93, 128)
RGB Percent97%, 36%, 50%rgb(97%, 36%, 50%)
CSS RGBa248, 93, 128,1rgba(248,93,128,1)
CMYK Modelcmyk(0%,63%,48%,3%)
HSL Color Space346,92% ,67%hsl(346,92% ,67%)
HSV Color Space346°, 63%, 97%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111110000101110110000000
Octal370135200
Decimal24893128
Hexf85d80

Different shades of #f85d80 color code.

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

Light Shade of #f85d80
#fa8ea6
Dark Shade of #f85d80
#f62c5a
Saturated Shade of #f85d80
#ff567c
Desaturated Shade of #f85d80
#f06585
Grey scale Shade of #f85d80
#aaaaaa
Brighten Shade
#ff7699
Most Readable Shade
#000000

Shades of #f85d80 color code

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

#f85d80
#dc5271
#c04863
#a53e55
#893347
#6e2938
#521f2a
#37141c
#1b0a0e
#000000

Similar Color like #f85d80 color

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

#f95e81
#fa5f82
#fb6083
#fc6184
#fd6285
#fe6386
#ff6487
#ff6588
#ff6689
#ff678a
#ff688b
#ff698c
#ff6a8d
#ff6b8e
#f75c7f
#f65b7e
#f55a7d
#f4597c
#f3587b
#f2577a
#f15679
#f05578
#ef5477
#ee5376
#ed5275
#ec5174
#eb5073
#ea4f72

Monochromatic Color with #f85d80

#f85d80
#230d12
#4e1d28
#782d3e
#a33d54
#cd4d6a

Tints of #f85d80 Color

#f85d80
#f86f8e
#f9819c
#fa93aa
#fba5b8
#fbb7c6
#fcc9d4
#fddbe2
#feedf0
#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

#f85d80
#5df8d5

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

Split Complementary

#f85d80
#5df887
#5dcdf8

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

Analogous Color

#f85dbe
#f85d9f
#f85d80
#f85d61
#f8785d

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

#f85d80
#80f85d
#5d80f8

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

#f85d80
#cdf85d
#5df8d5
#875df8

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

#f85d80
#5df8d5
#5dcdf8
#f8885d

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

#f85d80 Color Code Preview on Black Background Color

This is how #f85d80 Color will look on black background color. Color contrast ratio is 6.87

#f85d80 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f85d80

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f85d80

#f85d80 color code is use for CSS Background Color

Background color for the above div is #f85d80

HTML with inline CSS

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

#f85d80 color code is use for CSS Border Color

CSS Border color for the above div is #f85d80

HTML with inline CSS

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

CSS Border Left color for the above div is #f85d80

HTML with inline CSS

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

CSS Border Right color for the above div is #f85d80

HTML with inline CSS

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

CSS Border Bottom color for the above div is #f85d80

HTML with inline CSS

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

CSS Border Top color for the above div is #f85d80

HTML with inline CSS

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

#f85d80 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#f85d80 Color code Preview on White Background

This is how #f85d80 Color code will look on white background color. Color contrast ratio is 3.06

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

Related Gradients

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

0 Likes 0 Comments | 2 Views

Post your comment:-

By submitting comment you agree to our privacy policy.