crispedge.com

Color picker

Loading...

#f05e77 hex color - Red - Warm color - Information

#f05e77 hex color - Red - Warm color

Color Mixture: Pink and Red

Color Hue/Base color: Red

Hex #f05e77 Color code in RGB color code model is created after adding 94.12% red color, 36.86% green color and 46.67% blue color. Hex #f05e77 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 61% magenta, 50% yellow and 6% black.

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

0 Likes 0 Comments | 4 Views

RGB Chart

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

Color Table

Hex Color Codef05e77#f05e77
RGB Decimal240, 94, 119rgb(240, 94, 119)
RGB Percent94%, 37%, 47%rgb(94%, 37%, 47%)
CSS RGBa240, 94, 119,1rgba(240,94,119,1)
CMYK Modelcmyk(0%,61%,50%,6%)
HSL Color Space350,83% ,65%hsl(350,83% ,65%)
HSV Color Space350°, 61%, 94%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111100000101111001110111
Octal360136167
Decimal24094119
Hexf05e77

Different shades of #f05e77 color code.

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

Light Shade of #f05e77
#f48d9e
Dark Shade of #f05e77
#ec2f50
Saturated Shade of #f05e77
#f95571
Desaturated Shade of #f05e77
#e7677d
Grey scale Shade of #f05e77
#a7a7a7
Brighten Shade
#ff7790
Most Readable Shade
#000000

Shades of #f05e77 color code

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

#f05e77
#d55369
#ba495c
#a03e4f
#853442
#6a2934
#501f27
#35141a
#1a0a0d
#000000

Similar Color like #f05e77 color

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

#f15f78
#f26079
#f3617a
#f4627b
#f5637c
#f6647d
#f7657e
#f8667f
#f96780
#fa6881
#fb6982
#fc6a83
#fd6b84
#fe6c85
#ef5d76
#ee5c75
#ed5b74
#ec5a73
#eb5972
#ea5871
#e95770
#e8566f
#e7556e
#e6546d
#e5536c
#e4526b
#e3516a
#e25069

Monochromatic Color with #f05e77

#f05e77
#1b0b0e
#461b23
#702c38
#9b3d4d
#c54d62

Tints of #f05e77 Color

#f05e77
#f16f86
#f38195
#f593a4
#f6a5b3
#f8b7c2
#fac9d1
#fbdbe0
#fdedef
#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

#f05e77
#5ef0d7

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

Split Complementary

#f05e77
#5ef08e
#5ec0f0

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

Analogous Color

#f05eb1
#f05e94
#f05e77
#f0625e
#f07f5e

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

#f05e77
#77f05e
#5e77f0

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

#f05e77
#c0f05e
#5ef0d7
#8e5ef0

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

#f05e77
#5ef0d7
#5ec0f0
#f08e5e

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

#f05e77 Color Code Preview on Black Background Color

This is how #f05e77 Color will look on black background color. Color contrast ratio is 6.57

#f05e77 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f05e77

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f05e77

#f05e77 color code is use for CSS Background Color

Background color for the above div is #f05e77

HTML with inline CSS

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

#f05e77 color code is use for CSS Border Color

CSS Border color for the above div is #f05e77

HTML with inline CSS

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

CSS Border Left color for the above div is #f05e77

HTML with inline CSS

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

CSS Border Right color for the above div is #f05e77

HTML with inline CSS

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

CSS Border Bottom color for the above div is #f05e77

HTML with inline CSS

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

CSS Border Top color for the above div is #f05e77

HTML with inline CSS

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

#f05e77 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#f05e77 Color code Preview on White Background

This is how #f05e77 Color code will look on white background color. Color contrast ratio is 3.20

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

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(240,94,119,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(94,240,215,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(240,94,119,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 4 Views

Post your comment:-

By submitting comment you agree to our privacy policy.