crispedge.com

Color picker

Loading...

#f993e4 hex color - Violet - Warm color - Information

#f993e4 hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #f993e4 Color code in RGB color code model is created after adding 97.65% red color, 57.65% green color and 89.41% blue color. Hex #f993e4 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 41% magenta, 8% yellow and 2% black.

Hex #f993e4 color code is between #ff99dd web safe hex color code and #ee88ee web safe hex color code. #ff99dd is the nearest web safe color code. You can see here many more shades of #f993e4 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codef993e4#f993e4
RGB Decimal249, 147, 228rgb(249, 147, 228)
RGB Percent98%, 58%, 89%rgb(98%, 58%, 89%)
CSS RGBa249, 147, 228,1rgba(249,147,228,1)
CMYK Modelcmyk(0%,41%,8%,2%)
HSL Color Space312,89% ,78%hsl(312,89% ,78%)
HSV Color Space312°, 41%, 98%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111110011001001111100100
Octal371223344
Decimal249147228
Hexf993e4

Different shades of #f993e4 color code.

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

Light Shade of #f993e4
#fcc3f0
Dark Shade of #f993e4
#f663d8
Saturated Shade of #f993e4
#ff8de7
Desaturated Shade of #f993e4
#f399e1
Grey scale Shade of #f993e4
#c6c6c6
Brighten Shade
#ffacfd
Most Readable Shade
#000000

Shades of #f993e4 color code

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

#f993e4
#dd82ca
#c172b1
#a66298
#8a517e
#6e4165
#53314c
#372032
#1b1019
#000000

Similar Color like #f993e4 color

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

#fa94e5
#fb95e6
#fc96e7
#fd97e8
#fe98e9
#ff99ea
#ff9aeb
#ff9bec
#ff9ced
#ff9dee
#ff9eef
#ff9ff0
#ffa0f1
#ffa1f2
#f892e3
#f791e2
#f690e1
#f58fe0
#f48edf
#f38dde
#f28cdd
#f18bdc
#f08adb
#ef89da
#ee88d9
#ed87d8
#ec86d7
#eb85d6

Monochromatic Color with #f993e4

#f993e4
#241621
#4f2f48
#79486f
#a46196
#ce7abd

Tints of #f993e4 Color

#f993e4
#f99fe7
#faabea
#fbb7ed
#fbc3f0
#fccff3
#fddbf6
#fde7f9
#fef3fc
#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

#f993e4
#93f9a8

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

Split Complementary

#f993e4
#b1f993
#93f9db

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

Analogous Color

#e593f9
#f993f8
#f993e4
#f993d0
#f993bb

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

#f993e4
#e4f993
#93e4f9

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

#f993e4
#f9db93
#93f9a8
#93b1f9

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

#f993e4
#93f9a8
#93f9db
#f993b1

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

#f993e4 Color Code Preview on Black Background Color

This is how #f993e4 Color will look on black background color. Color contrast ratio is 10.32

#f993e4 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f993e4

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f993e4

#f993e4 color code is use for CSS Background Color

Background color for the above div is #f993e4

HTML with inline CSS

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

#f993e4 color code is use for CSS Border Color

CSS Border color for the above div is #f993e4

HTML with inline CSS

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

CSS Border Left color for the above div is #f993e4

HTML with inline CSS

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

CSS Border Right color for the above div is #f993e4

HTML with inline CSS

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

CSS Border Bottom color for the above div is #f993e4

HTML with inline CSS

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

CSS Border Top color for the above div is #f993e4

HTML with inline CSS

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

#f993e4 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#f993e4 Color code Preview on White Background

This is how #f993e4 Color code will look on white background color. Color contrast ratio is 2.03

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

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(249,147,228,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(147,249,168,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(249,147,228,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.