Skip to main content Skip to docs navigation

#f640fc hex color | Download Dark Violet BG image | Information

Color Picker

@
The color hex or name not found.

You can tap color picker and choose a color or enter any valid hex color code or Color name to find color details.

Color Info

Woow we have a nearby visually matching color name available. It's name is Geisha Pink and its hex is #DD44FF Nearest Color Name

Color Hue/Base color: Violet

Hex #f640fc Color code in RGB color code model is created after adding 96.47% red color, 25.1% green color and 98.82% blue color. Hex #f640fc Color code in CMYK color (process color) code model is generated after subtraction of 2% cyan, 75% magenta, 0% yellow and 1.18% black.

Hex #f640fc color code is between #ee44ff web safe hex color code and #ff33ee web safe hex color code. #ee44ff is the nearest web safe color code. You can see here many more shades of #f640fc color code.

RGB Chart

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

Color Table

Hex Color Code f640fc #f640fc
RGB Decimal 246, 64, 252 246, 64, 252
RGB Percent 96%, 25%, 99% rgb(96%, 25%, 99%)
CSS RGBa 246, 64, 252,1 rgba(246,64,252,1)
CMYK Model cmyk(2%,75%,0%,1.18%)
HSL Color Space 298,97% ,62% hsl(298,97% ,62%)
HSV Color Space 298°, 75%, 99%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11110110 01000000 11111100
Octal 366 100 374
Decimal 246 64 252
Hex f6 40 fc

Different shades of #f640fc color code.

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

Darkest of #f640fc
#9b03a0
Darker of #f640fc
#cc03d3
Dark of #f640fc
#f40efb
Base of #f640fc
#f640fc
Light of #f640fc
#f872fd
Lighter
#fba4fe
Lightest
#fdd7fe

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

#f640fc
#46fc40

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

Split Complementary

#f640fc
#a4fc40
#40fc98

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

Analogous Color

#8840fc
#a840fc
#f640fc
#fc40c3
#fc4075

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

#f640fc
#40fcf6
#fcf640

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

#f640fc
#fcf640
#46fc40
#4046fc

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Square Color

#f640fc
#fc9840
#46fc40
#40a4fc

Square 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).

Monochromatic Color with #f640fc

#6b026e
#9b03a0
#cc03d3
#f40efb
#f640fc
#f872fd
#fba4fe
#fdd7fe
#ffffff

Tints of #f640fc Color

#f640fc
#f755fc
#f86afc
#f97ffd
#fa94fd
#fbaafd
#fcbffe
#fdd4fe
#fee9fe
#ffffff

Shades of #f640fc color code

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

#f640fc
#da38e0
#bf31c4
#a42aa8
#88238c
#6d1c70
#521554
#360e38
#1b071c
#000000

Tones

#f640fc
#e453e9
#d267d5
#c07ac2
#ad8eae

Tones

Similar Color like #f640fc color

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

#f741fd
#f842fe
#f943ff
#fa44ff
#fb45ff
#fc46ff
#fd47ff
#fe48ff
#ff49ff
#ff4aff
#ff4bff
#ff4cff
#ff4dff
#ff4eff
#f53ffb
#f43efa
#f33df9
#f23cf8
#f13bf7
#f03af6
#ef39f5
#ee38f4
#ed37f3
#ec36f2
#eb35f1
#ea34f0
#e933ef
#e832ee

Download this Dark Violet

Hex #f640fc 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.

#f640fc Color Code Preview on Black Background Color

This is how #f640fc Color will look on black background color. Color contrast ratio is 7.06

#f640fc in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f640fc

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f640fc

#f640fc color code is use for CSS Background Color

Background color for the above div is #f640fc

HTML with inline CSS

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

#f640fc color code is use for CSS Border Color

CSS Border color for the above div is #f640fc

HTML with inline CSS

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

CSS Border Left color for the above div is #f640fc

HTML with inline CSS

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

CSS Border Right color for the above div is #f640fc

HTML with inline CSS

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

CSS Border Bottom color for the above div is #f640fc

HTML with inline CSS

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

CSS Border Top color for the above div is #f640fc

HTML with inline CSS

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

#f640fc hex Color code used as CSS color Codes

Example CSS Class for usage

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

#f640fc Color code Preview on White Background

This is how #f640fc Color code will look on white background color. Color contrast ratio is 2.98

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

Gradient color background

Using gradients with mixed colors is a good idea. Download these backgrounds. Use them in slideshows, cards, and other designs.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE

 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(246,64,252,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(70,252,64,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(246,64,252,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }