crispedge.com

Color picker

Loading...

#f66ace hex color - Red - Warm color - Information

#f66ace hex color - Red - Warm color

Color Hue/Base color: Red

Hex #f66ace Color code in RGB color code model is created after adding 96.47% red color, 41.57% green color and 80.78% blue color. Hex #f66ace Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 57% magenta, 16% yellow and 4% black.

Hex #f66ace color code is between #ee66cc web safe hex color code and #ff77dd web safe hex color code. #ee66cc is the nearest web safe color code. You can see here many more shades of #f66ace color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codef66ace#f66ace
RGB Decimal246, 106, 206rgb(246, 106, 206)
RGB Percent96%, 42%, 81%rgb(96%, 42%, 81%)
CSS RGBa246, 106, 206,1rgba(246,106,206,1)
CMYK Modelcmyk(0%,57%,16%,4%)
HSL Color Space317,89% ,69%hsl(317,89% ,69%)
HSV Color Space317°, 57%, 96%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111101100110101011001110
Octal366152316
Decimal246106206
Hexf66ace

Different shades of #f66ace color code.

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

Light Shade of #f66ace
#f99ade
Dark Shade of #f66ace
#f33abe
Saturated Shade of #f66ace
#fe62d1
Desaturated Shade of #f66ace
#ee72cb
Grey scale Shade of #f66ace
#b0b0b0
Brighten Shade
#ff83e7
Most Readable Shade
#000000

Shades of #f66ace color code

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

#f66ace
#da5eb7
#bf52a0
#a44689
#883a72
#6d2f5b
#522344
#36172d
#1b0b16
#000000

Similar Color like #f66ace color

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

#f76bcf
#f86cd0
#f96dd1
#fa6ed2
#fb6fd3
#fc70d4
#fd71d5
#fe72d6
#ff73d7
#ff74d8
#ff75d9
#ff76da
#ff77db
#ff78dc
#f569cd
#f468cc
#f367cb
#f266ca
#f165c9
#f064c8
#ef63c7
#ee62c6
#ed61c5
#ec60c4
#eb5fc3
#ea5ec2
#e95dc1
#e85cc0

Monochromatic Color with #f66ace

#f66ace
#210e1c
#4c2140
#763363
#a14587
#cb58aa

Tints of #f66ace Color

#f66ace
#f77ad3
#f88bd8
#f99bde
#faace3
#fbbce9
#fccdee
#fdddf4
#feeef9
#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

#f66ace
#6af692

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

Split Complementary

#f66ace
#88f66a
#6af6d8

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

Analogous Color

#e66af6
#f66aea
#f66ace
#f66ab2
#f66a96

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

#f66ace
#cef66a
#6acef6

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

#f66ace
#f6d86a
#6af692
#6a88f6

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

#f66ace
#6af692
#6af6d8
#f66a88

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

#f66ace Color Code Preview on Black Background Color

This is how #f66ace Color will look on black background color. Color contrast ratio is 7.87

#f66ace in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f66ace

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f66ace

#f66ace color code is use for CSS Background Color

Background color for the above div is #f66ace

HTML with inline CSS

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

#f66ace color code is use for CSS Border Color

CSS Border color for the above div is #f66ace

HTML with inline CSS

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

CSS Border Left color for the above div is #f66ace

HTML with inline CSS

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

CSS Border Right color for the above div is #f66ace

HTML with inline CSS

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

CSS Border Bottom color for the above div is #f66ace

HTML with inline CSS

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

CSS Border Top color for the above div is #f66ace

HTML with inline CSS

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

#f66ace hex Color code used as CSS color Codes

Example CSS Class for usage

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

#f66ace Color code Preview on White Background

This is how #f66ace Color code will look on white background color. Color contrast ratio is 2.67

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

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,106,206,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(106,246,146,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(246,106,206,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.