Skip to main content Skip to docs navigation

#f855de 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 Purple Pizzazz and its hex is #FE4EDA Nearest Color Name

Color Hue/Base color: Red

Hex #f855de Color code in RGB color code model is created after adding 97.25% red color, 33.33% green color and 87.06% blue color. Hex #f855de Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 66% magenta, 10% yellow and 2.75% black.

Hex #f855de color code is between #ff44dd web safe hex color code and #ee66ee web safe hex color code. #ff44dd is the nearest web safe color code. You can see here many more shades of #f855de color code.

RGB Chart

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

Color Table

Hex Color Code f855de #f855de
RGB Decimal 248, 85, 222 248, 85, 222
RGB Percent 97%, 33%, 87% rgb(97%, 33%, 87%)
CSS RGBa 248, 85, 222,1 rgba(248,85,222,1)
CMYK Model cmyk(0%,66%,10%,2.75%)
HSL Color Space 310,92% ,65% hsl(310,92% ,65%)
HSV Color Space 310°, 66%, 97%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11111000 01010101 11011110
Octal 370 125 336
Decimal 248 85 222
Hex f8 55 de

Different shades of #f855de color code.

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

Darkest of #f855de
#ad0792
Darker of #f855de
#de09bc
Dark of #f855de
#f624d4
Base of #f855de
#f855de
Light of #f855de
#fa86e8
Lighter
#fcb7f1
Lightest
#fee8fb

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

#f855de
#55f86f

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

Split Complementary

#f855de
#8cf855
#55f8c0

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

Analogous Color

#b355f8
#ce55f8
#f855de
#f855a8
#f85564

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

#f855de
#55def8
#def855

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

#f855de
#def855
#55f86f
#6f55f8

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

#f855de
#f8c055
#55f86f
#558cf8

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

#7c0569
#ad0792
#de09bc
#f624d4
#f855de
#fa86e8
#fcb7f1
#fee8fb
#ffffff

Tints of #f855de Color

#f855de
#f867e1
#f97ae5
#fa8de9
#fba0ec
#fbb3f0
#fcc6f4
#fdd9f7
#feecfb
#ffffff

Shades of #f855de color code

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

#f855de
#dc4bc5
#c042ac
#a53894
#892f7b
#6e2562
#521c4a
#371231
#1b0918
#000000

Tones

#f855de
#e667d2
#d578c6
#c38aba
#b19cae

Tones

Similar Color like #f855de color

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

#f956df
#fa57e0
#fb58e1
#fc59e2
#fd5ae3
#fe5be4
#ff5ce5
#ff5de6
#ff5ee7
#ff5fe8
#ff60e9
#ff61ea
#ff62eb
#ff63ec
#f754dd
#f653dc
#f552db
#f451da
#f350d9
#f24fd8
#f14ed7
#f04dd6
#ef4cd5
#ee4bd4
#ed4ad3
#ec49d2
#eb48d1
#ea47d0

Download this Dark Red

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

#f855de Color Code Preview on Black Background Color

This is how #f855de Color will look on black background color. Color contrast ratio is 7.35

#f855de in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f855de

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f855de

#f855de color code is use for CSS Background Color

Background color for the above div is #f855de

HTML with inline CSS

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

#f855de color code is use for CSS Border Color

CSS Border color for the above div is #f855de

HTML with inline CSS

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

CSS Border Left color for the above div is #f855de

HTML with inline CSS

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

CSS Border Right color for the above div is #f855de

HTML with inline CSS

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

CSS Border Bottom color for the above div is #f855de

HTML with inline CSS

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

CSS Border Top color for the above div is #f855de

HTML with inline CSS

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

#f855de hex Color code used as CSS color Codes

Example CSS Class for usage

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

#f855de Color code Preview on White Background

This is how #f855de Color code will look on white background color. Color contrast ratio is 2.86

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

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(248,85,222,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(85,248,111,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(248,85,222,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }