Skip to main content Skip to docs navigation

#f015cb 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 #f015cb Color code in RGB color code model is created after adding 94.12% red color, 8.24% green color and 79.61% blue color. Hex #f015cb Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 91% magenta, 15% yellow and 5.88% black.

Hex #f015cb color code is between #ee11cc web safe hex color code and #ff22bb web safe hex color code. #ee11cc is the nearest web safe color code. You can see here many more shades of #f015cb color code.

RGB Chart

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

Color Table

Hex Color Code f015cb #f015cb
RGB Decimal 240, 21, 203 240, 21, 203
RGB Percent 94%, 8%, 80% rgb(94%, 8%, 80%)
CSS RGBa 240, 21, 203,1 rgba(240,21,203,1)
CMYK Model cmyk(0%,91%,15%,5.88%)
HSL Color Space 310,88% ,51% hsl(310,88% ,51%)
HSV Color Space 310°, 91%, 94%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11110000 00010101 11001011
Octal 360 25 313
Decimal 240 21 203
Hex f0 15 cb

Different shades of #f015cb color code.

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

Darkest of #f015cb
#660755
Darker of #f015cb
#950a7e
Dark of #f015cb
#c50da6
Base of #f015cb
#f015cb
Light of #f015cb
#f345d6
Lighter
#f675e0
Lightest
#f9a5eb

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

#f015cb
#15f03a

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

Split Complementary

#f015cb
#5ef015
#15f0a8

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

Analogous Color

#9515f0
#ba15f0
#f015cb
#f01582
#f01527

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

#f015cb
#15cbf0
#cbf015

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

#f015cb
#cbf015
#15f03a
#3a15f0

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

#f015cb
#f0a815
#15f03a
#155ef0

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

#36032d
#660755
#950a7e
#c50da6
#f015cb
#f345d6
#f675e0
#f9a5eb
#fcd5f6

Tints of #f015cb Color

#f015cb
#f12fd0
#f349d6
#f563dc
#f67de2
#f897e7
#fab1ed
#fbcbf3
#fde5f9
#ffffff

Shades of #f015cb color code

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

#f015cb
#d512b4
#ba109d
#a00e87
#850b70
#6a095a
#500743
#35042d
#1a0216
#000000

Tones

#f015cb
#d72ebb
#be47aa
#a5609a
#8c7989

Tones

Similar Color like #f015cb color

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

#f116cc
#f217cd
#f318ce
#f419cf
#f51ad0
#f61bd1
#f71cd2
#f81dd3
#f91ed4
#fa1fd5
#fb20d6
#fc21d7
#fd22d8
#fe23d9
#ef14ca
#ee13c9
#ed12c8
#ec11c7
#eb10c6
#ea0fc5
#e90ec4
#e80dc3
#e70cc2
#e60bc1
#e50ac0
#e409bf
#e308be
#e207bd

Download this Dark Red

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

#f015cb Color Code Preview on Black Background Color

This is how #f015cb Color will look on black background color. Color contrast ratio is 5.67

#f015cb in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f015cb

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f015cb

#f015cb color code is use for CSS Background Color

Background color for the above div is #f015cb

HTML with inline CSS

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

#f015cb color code is use for CSS Border Color

CSS Border color for the above div is #f015cb

HTML with inline CSS

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

CSS Border Left color for the above div is #f015cb

HTML with inline CSS

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

CSS Border Right color for the above div is #f015cb

HTML with inline CSS

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

CSS Border Bottom color for the above div is #f015cb

HTML with inline CSS

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

CSS Border Top color for the above div is #f015cb

HTML with inline CSS

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

#f015cb hex Color code used as CSS color Codes

Example CSS Class for usage

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

#f015cb Color code Preview on White Background

This is how #f015cb Color code will look on white background color. Color contrast ratio is 3.70

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

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