Skip to main content Skip to docs navigation

#f155dd 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 #f155dd Color code in RGB color code model is created after adding 94.51% red color, 33.33% green color and 86.67% blue color. Hex #f155dd Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 65% magenta, 8% yellow and 5.49% black.

Hex #f155dd color code is between #ee44cc web safe hex color code and #ff66ee web safe hex color code. #ee44cc is the nearest web safe color code. You can see here many more shades of #f155dd color code.

RGB Chart

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

Color Table

Hex Color Code f155dd #f155dd
RGB Decimal 241, 85, 221 241, 85, 221
RGB Percent 95%, 33%, 87% rgb(95%, 33%, 87%)
CSS RGBa 241, 85, 221,1 rgba(241,85,221,1)
CMYK Model cmyk(0%,65%,8%,5.49%)
HSL Color Space 308,85% ,64% hsl(308,85% ,64%)
HSV Color Space 308°, 65%, 95%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11110001 01010101 11011101
Octal 361 125 335
Decimal 241 85 221
Hex f1 55 dd

Different shades of #f155dd color code.

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

Darkest of #f155dd
#a00d8d
Darker of #f155dd
#cf11b7
Dark of #f155dd
#ed26d4
Base of #f155dd
#f155dd
Light of #f155dd
#f584e6
Lighter
#f9b3f0
Lightest
#fde2f9

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

#f155dd
#55f169

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

Split Complementary

#f155dd
#8ff155
#55f1b7

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

Analogous Color

#aa55f1
#c455f1
#f155dd
#f155a9
#f15568

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

#f155dd
#55ddf1
#ddf155

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

#f155dd
#ddf155
#55f169
#6955f1

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

#f155dd
#f1b755
#55f169
#558ff1

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

#710963
#a00d8d
#cf11b7
#ed26d4
#f155dd
#f584e6
#f9b3f0
#fde2f9
#ffffff

Tints of #f155dd Color

#f155dd
#f267e0
#f47ae4
#f58de8
#f7a0ec
#f8b3ef
#fac6f3
#fbd9f7
#fdecfb
#ffffff

Shades of #f155dd color code

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

#f155dd
#d64bc4
#bb42ab
#a03893
#852f7a
#6b2562
#501c49
#351231
#1a0918
#000000

Tones

#f155dd
#df67cf
#cc7ac2
#ba8cb4
#a79fa6

Tones

Similar Color like #f155dd color

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

#f256de
#f357df
#f458e0
#f559e1
#f65ae2
#f75be3
#f85ce4
#f95de5
#fa5ee6
#fb5fe7
#fc60e8
#fd61e9
#fe62ea
#ff63eb
#f054dc
#ef53db
#ee52da
#ed51d9
#ec50d8
#eb4fd7
#ea4ed6
#e94dd5
#e84cd4
#e74bd3
#e64ad2
#e549d1
#e448d0
#e347cf

Download this Dark Red

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

#f155dd Color Code Preview on Black Background Color

This is how #f155dd Color will look on black background color. Color contrast ratio is 7.08

#f155dd in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f155dd

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f155dd

#f155dd color code is use for CSS Background Color

Background color for the above div is #f155dd

HTML with inline CSS

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

#f155dd color code is use for CSS Border Color

CSS Border color for the above div is #f155dd

HTML with inline CSS

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

CSS Border Left color for the above div is #f155dd

HTML with inline CSS

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

CSS Border Right color for the above div is #f155dd

HTML with inline CSS

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

CSS Border Bottom color for the above div is #f155dd

HTML with inline CSS

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

CSS Border Top color for the above div is #f155dd

HTML with inline CSS

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

#f155dd hex Color code used as CSS color Codes

Example CSS Class for usage

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

#f155dd Color code Preview on White Background

This is how #f155dd Color code will look on white background color. Color contrast ratio is 2.96

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

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