crispedge.com

Color picker

Loading...

#f65eac hex color - Red - Warm color - Information

#f65eac hex color - Red - Warm color

Color Mixture: Magenta and Pink

Color Hue/Base color: Red

Hex #f65eac Color code in RGB color code model is created after adding 96.47% red color, 36.86% green color and 67.45% blue color. Hex #f65eac Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 62% magenta, 30% yellow and 4% black.

Hex #f65eac color code is between #ee66aa web safe hex color code and #ff55bb web safe hex color code. #ee66aa is the nearest web safe color code. You can see here many more shades of #f65eac color code.

0 Likes 0 Comments | 3 Views

RGB Chart

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

Color Table

Hex Color Codef65eac#f65eac
RGB Decimal246, 94, 172rgb(246, 94, 172)
RGB Percent96%, 37%, 67%rgb(96%, 37%, 67%)
CSS RGBa246, 94, 172,1rgba(246,94,172,1)
CMYK Modelcmyk(0%,62%,30%,4%)
HSL Color Space329,89% ,67%hsl(329,89% ,67%)
HSV Color Space329°, 62%, 96%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111101100101111010101100
Octal366136254
Decimal24694172
Hexf65eac

Different shades of #f65eac color code.

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

Light Shade of #f65eac
#f98ec5
Dark Shade of #f65eac
#f32e93
Saturated Shade of #f65eac
#fe55ac
Desaturated Shade of #f65eac
#ed66ac
Grey scale Shade of #f65eac
#aaaaaa
Brighten Shade
#ff77c5
Most Readable Shade
#000000

Shades of #f65eac color code

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

#f65eac
#da5398
#bf4985
#a43e72
#88345f
#6d294c
#521f39
#361426
#1b0a13
#000000

Similar Color like #f65eac color

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

#f75fad
#f860ae
#f961af
#fa62b0
#fb63b1
#fc64b2
#fd65b3
#fe66b4
#ff67b5
#ff68b6
#ff69b7
#ff6ab8
#ff6bb9
#ff6cba
#f55dab
#f45caa
#f35ba9
#f25aa8
#f159a7
#f058a6
#ef57a5
#ee56a4
#ed55a3
#ec54a2
#eb53a1
#ea52a0
#e9519f
#e8509e

Monochromatic Color with #f65eac

#f65eac
#210d17
#4c1d35
#762d53
#a13e71
#cb4e8e

Tints of #f65eac Color

#f65eac
#f76fb5
#f881be
#f993c7
#faa5d0
#fbb7da
#fcc9e3
#fddbec
#feedf5
#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

#f65eac
#5ef6a8

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

Split Complementary

#f65eac
#60f65e
#5ef6f4

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

Analogous Color

#f65ee9
#f65eca
#f65eac
#f65e8e
#f65e6f

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

#f65eac
#acf65e
#5eacf6

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

#f65eac
#f6f45e
#5ef6a8
#5e60f6

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

#f65eac
#5ef6a8
#5ef6f4
#f65e60

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

#f65eac Color Code Preview on Black Background Color

This is how #f65eac Color will look on black background color. Color contrast ratio is 7.12

#f65eac in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f65eac

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f65eac

#f65eac color code is use for CSS Background Color

Background color for the above div is #f65eac

HTML with inline CSS

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

#f65eac color code is use for CSS Border Color

CSS Border color for the above div is #f65eac

HTML with inline CSS

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

CSS Border Left color for the above div is #f65eac

HTML with inline CSS

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

CSS Border Right color for the above div is #f65eac

HTML with inline CSS

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

CSS Border Bottom color for the above div is #f65eac

HTML with inline CSS

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

CSS Border Top color for the above div is #f65eac

HTML with inline CSS

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

#f65eac hex Color code used as CSS color Codes

Example CSS Class for usage

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

#f65eac Color code Preview on White Background

This is how #f65eac Color code will look on white background color. Color contrast ratio is 2.95

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

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

0 Likes 0 Comments | 3 Views

Post your comment:-

By submitting comment you agree to our privacy policy.