Skip to main content Skip to docs navigation

#f340db hex color | Download Dark Red 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 Kinky Pinky and its hex is #EE55CC Nearest Color Name

Color Hue/Base color: Red

Hex #f340db Color code in RGB color code model is created after adding 95.29% red color, 25.1% green color and 85.88% blue color. Hex #f340db Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 74% magenta, 10% yellow and 4.71% black.

Hex #f340db color code is between #ee44dd web safe hex color code and #ff33cc web safe hex color code. #ee44dd is the nearest web safe color code. You can see here many more shades of #f340db color code.

RGB Chart

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

Color Table

Hex Color Code f340db #f340db
RGB Decimal 243, 64, 219 243, 64, 219
RGB Percent 95%, 25%, 86% rgb(95%, 25%, 86%)
CSS RGBa 243, 64, 219,1 rgba(243,64,219,1)
CMYK Model cmyk(0%,74%,10%,4.71%)
HSL Color Space 308,88% ,60% hsl(308,88% ,60%)
HSV Color Space 308°, 74%, 95%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11110011 01000000 11011011
Octal 363 100 333
Decimal 243 64 219
Hex f3 40 db

Different shades of #f340db color code.

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

Darkest of #f340db
#91097f
Darker of #f340db
#c10ca9
Dark of #f340db
#f010d2
Base of #f340db
#f340db
Light of #f340db
#f670e4
Lighter
#f9a0ed
Lightest
#fcd0f6

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

#f340db
#40f358

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

Split Complementary

#f340db
#82f340
#40f3b1

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

Analogous Color

#a340f3
#c040f3
#f340db
#f3409f
#f34055

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

#f340db
#40dbf3
#dbf340

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

#f340db
#dbf340
#40f358
#5840f3

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

#f340db
#f3b140
#40f358
#4082f3

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 #f340db

#610655
#91097f
#c10ca9
#f010d2
#f340db
#f670e4
#f9a0ed
#fcd0f6
#ffffff

Tints of #f340db Color

#f340db
#f455df
#f56ae3
#f77fe7
#f894eb
#f9aaef
#fbbff3
#fcd4f7
#fde9fb
#ffffff

Shades of #f340db color code

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

#f340db
#d838c2
#bd31aa
#a22a92
#872379
#6c1c61
#511549
#360e30
#1b0718
#000000

Tones

#f340db
#df54cc
#ca69bd
#b67dae
#a291a0

Tones

Similar Color like #f340db color

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

#f441dc
#f542dd
#f643de
#f744df
#f845e0
#f946e1
#fa47e2
#fb48e3
#fc49e4
#fd4ae5
#fe4be6
#ff4ce7
#ff4de8
#ff4ee9
#f23fda
#f13ed9
#f03dd8
#ef3cd7
#ee3bd6
#ed3ad5
#ec39d4
#eb38d3
#ea37d2
#e936d1
#e835d0
#e734cf
#e633ce
#e532cd

Download this Dark Red

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

#f340db Color Code Preview on Black Background Color

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

#f340db in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f340db

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f340db

#f340db color code is use for CSS Background Color

Background color for the above div is #f340db

HTML with inline CSS

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

#f340db color code is use for CSS Border Color

CSS Border color for the above div is #f340db

HTML with inline CSS

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

CSS Border Left color for the above div is #f340db

HTML with inline CSS

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

CSS Border Right color for the above div is #f340db

HTML with inline CSS

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

CSS Border Bottom color for the above div is #f340db

HTML with inline CSS

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

CSS Border Top color for the above div is #f340db

HTML with inline CSS

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

#f340db hex Color code used as CSS color Codes

Example CSS Class for usage

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

#f340db Color code Preview on White Background

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

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(243,64,219,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(64,243,88,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(243,64,219,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }