Skip to main content Skip to docs navigation

#f008db 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 Fuchsia and its hex is #ED0DD9 Nearest Color Name

Color Hue/Base color: Red

Hex #f008db Color code in RGB color code model is created after adding 94.12% red color, 3.14% green color and 85.88% blue color. Hex #f008db Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 97% magenta, 9% yellow and 5.88% black.

Hex #f008db color code is between #ee00dd web safe hex color code and #ff00cc web safe hex color code. #ee00dd is the nearest web safe color code. You can see here many more shades of #f008db color code.

RGB Chart

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

Color Table

Hex Color Code f008db #f008db
RGB Decimal 240, 8, 219 240, 8, 219
RGB Percent 94%, 3%, 86% rgb(94%, 3%, 86%)
CSS RGBa 240, 8, 219,1 rgba(240,8,219,1)
CMYK Model cmyk(0%,97%,9%,5.88%)
HSL Color Space 305,94% ,49% hsl(305,94% ,49%)
HSV Color Space 305°, 97%, 94%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11110000 00001000 11011011
Octal 360 10 333
Decimal 240 8 219
Hex f0 08 db

Different shades of #f008db color code.

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

Darkest of #f008db
#5c0354
Darker of #f008db
#8d0581
Dark of #f008db
#bf06ae
Base of #f008db
#f008db
Light of #f008db
#f833e6
Lighter
#fa64ec
Lightest
#fb96f2

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

#f008db
#08f01d

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

Split Complementary

#f008db
#67f008
#08f091

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

Analogous Color

#7e08f0
#a408f0
#f008db
#f0088e
#f0082d

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

#f008db
#08dbf0
#dbf008

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

#f008db
#dbf008
#08f01d
#1d08f0

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

#f008db
#f09108
#08f01d
#0867f0

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

#2b0127
#5c0354
#8d0581
#bf06ae
#f008db
#f833e6
#fa64ec
#fb96f2
#fdc7f8

Tints of #f008db Color

#f008db
#f123df
#f33ee3
#f55ae7
#f675eb
#f891ef
#faacf3
#fbc8f7
#fde3fb
#ffffff

Shades of #f008db color code

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

#f008db
#d507c2
#ba06aa
#a00592
#850479
#6a0361
#500249
#350130
#1a0018
#000000

Tones

#f008db
#d721c7
#be3ab2
#a6529e
#8d6b8a

Tones

Similar Color like #f008db color

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

#f109dc
#f20add
#f30bde
#f40cdf
#f50de0
#f60ee1
#f70fe2
#f810e3
#f911e4
#fa12e5
#fb13e6
#fc14e7
#fd15e8
#fe16e9
#ef07da
#ee06d9
#ed05d8
#ec04d7
#eb03d6
#ea02d5
#e901d4
#e800d3
#e700d2
#e600d1
#e500d0
#e400cf
#e300ce
#e200cd

Download this Dark Red

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

#f008db Color Code Preview on Black Background Color

This is how #f008db Color will look on black background color. Color contrast ratio is 5.76

#f008db in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f008db

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f008db

#f008db color code is use for CSS Background Color

Background color for the above div is #f008db

HTML with inline CSS

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

#f008db color code is use for CSS Border Color

CSS Border color for the above div is #f008db

HTML with inline CSS

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

CSS Border Left color for the above div is #f008db

HTML with inline CSS

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

CSS Border Right color for the above div is #f008db

HTML with inline CSS

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

CSS Border Bottom color for the above div is #f008db

HTML with inline CSS

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

CSS Border Top color for the above div is #f008db

HTML with inline CSS

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

#f008db hex Color code used as CSS color Codes

Example CSS Class for usage

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

#f008db Color code Preview on White Background

This is how #f008db Color code will look on white background color. Color contrast ratio is 3.64

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

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