Skip to main content Skip to docs navigation

#f550ea 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 Lake Retba Pink and its hex is #EE55EE Nearest Color Name

Color Hue/Base color: Red

Hex #f550ea Color code in RGB color code model is created after adding 96.08% red color, 31.37% green color and 91.76% blue color. Hex #f550ea Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 67% magenta, 4% yellow and 3.92% black.

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

RGB Chart

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

Color Table

Hex Color Code f550ea #f550ea
RGB Decimal 245, 80, 234 245, 80, 234
RGB Percent 96%, 31%, 92% rgb(96%, 31%, 92%)
CSS RGBa 245, 80, 234,1 rgba(245,80,234,1)
CMYK Model cmyk(0%,67%,4%,3.92%)
HSL Color Space 304,89% ,64% hsl(304,89% ,64%)
HSV Color Space 304°, 67%, 96%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11110101 01010000 11101010
Octal 365 120 352
Decimal 245 80 234
Hex f5 50 ea

Different shades of #f550ea color code.

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

Darkest of #f550ea
#a30998
Darker of #f550ea
#d30cc6
Dark of #f550ea
#f220e4
Base of #f550ea
#f550ea
Light of #f550ea
#f880f0
Lighter
#fbb1f6
Lightest
#fde1fb

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

#f550ea
#50f55b

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

Split Complementary

#f550ea
#98f550
#50f5ae

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

Analogous Color

#a050f5
#bb50f5
#f550ea
#f550b3
#f5506e

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

#f550ea
#50eaf5
#eaf550

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

#f550ea
#eaf550
#50f55b
#5b50f5

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

#f550ea
#f5ae50
#50f55b
#5098f5

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

#72076b
#a30998
#d30cc6
#f220e4
#f550ea
#f880f0
#fbb1f6
#fde1fb
#ffffff

Tints of #f550ea Color

#f550ea
#f663ec
#f776ee
#f88af1
#f99df3
#fab1f5
#fbc4f8
#fcd8fa
#fdebfc
#ffffff

Shades of #f550ea color code

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

#f550ea
#d947d0
#be3eb6
#a3359c
#882c82
#6c2368
#511a4e
#361134
#1b081a
#000000

Tones

#f550ea
#e363da
#d075ca
#be88ba
#ab9aaa

Tones

Similar Color like #f550ea color

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

#f651eb
#f752ec
#f853ed
#f954ee
#fa55ef
#fb56f0
#fc57f1
#fd58f2
#fe59f3
#ff5af4
#ff5bf5
#ff5cf6
#ff5df7
#ff5ef8
#f44fe9
#f34ee8
#f24de7
#f14ce6
#f04be5
#ef4ae4
#ee49e3
#ed48e2
#ec47e1
#eb46e0
#ea45df
#e944de
#e843dd
#e742dc

Download this Dark Red

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

#f550ea Color Code Preview on Black Background Color

This is how #f550ea Color will look on black background color. Color contrast ratio is 7.22

#f550ea in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f550ea

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f550ea

#f550ea color code is use for CSS Background Color

Background color for the above div is #f550ea

HTML with inline CSS

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

#f550ea color code is use for CSS Border Color

CSS Border color for the above div is #f550ea

HTML with inline CSS

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

CSS Border Left color for the above div is #f550ea

HTML with inline CSS

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

CSS Border Right color for the above div is #f550ea

HTML with inline CSS

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

CSS Border Bottom color for the above div is #f550ea

HTML with inline CSS

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

CSS Border Top color for the above div is #f550ea

HTML with inline CSS

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

#f550ea hex Color code used as CSS color Codes

Example CSS Class for usage

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

#f550ea Color code Preview on White Background

This is how #f550ea Color code will look on white background color. Color contrast ratio is 2.91

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

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(245,80,234,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(80,245,91,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(245,80,234,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }