Skip to main content Skip to docs navigation

#f581cb hex color | Download Light Orange 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 Aries Hot Pink and its hex is #F887C7 Nearest Color Name

Color Hue/Base color: Orange

Hex #f581cb Color code in RGB color code model is created after adding 96.08% red color, 50.59% green color and 79.61% blue color. Hex #f581cb Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 47% magenta, 17% yellow and 3.92% black.

Hex #f581cb color code is between #ee88cc web safe hex color code and #ff77bb web safe hex color code. #ee88cc is the nearest web safe color code. You can see here many more shades of #f581cb color code.

RGB Chart

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

Color Table

Hex Color Code f581cb #f581cb
RGB Decimal 245, 129, 203 245, 129, 203
RGB Percent 96%, 51%, 80% rgb(96%, 51%, 80%)
CSS RGBa 245, 129, 203,1 rgba(245,129,203,1)
CMYK Model cmyk(0%,47%,17%,3.92%)
HSL Color Space 322,85% ,73% hsl(322,85% ,73%)
HSV Color Space 322°, 47%, 96%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11110101 10000001 11001011
Octal 365 201 313
Decimal 245 129 203
Hex f5 81 cb

Different shades of #f581cb color code.

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

Darkest of #f581cb
#cd1089
Darker of #f581cb
#ed22a4
Dark of #f581cb
#f152b8
Base of #f581cb
#f581cb
Light of #f581cb
#f9b0de
Lighter
#fcdff2
Lightest
#ffffff

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

#f581cb
#81f5ab

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

Split Complementary

#f581cb
#91f581
#81f5e5

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

Analogous Color

#db81f5
#ef81f5
#f581cb
#f581a4
#f58e81

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

#f581cb
#81cbf5
#cbf581

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

#f581cb
#cbf581
#81f5ab
#ab81f5

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

#f581cb
#f5e581
#81f5ab
#8191f5

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

#9d0d69
#cd1089
#ed22a4
#f152b8
#f581cb
#f9b0de
#fcdff2
#ffffff
#ffffff

Tints of #f581cb Color

#f581cb
#f68fd0
#f79dd6
#f8abdc
#f9b9e2
#fac7e7
#fbd5ed
#fce3f3
#fdf1f9
#ffffff

Shades of #f581cb color code

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

#f581cb
#d972b4
#be649d
#a35687
#884770
#6c395a
#512b43
#361c2d
#1b0e16
#000000

Tones

#f581cb
#e78fc7
#da9cc3
#ccaac0
#bfb7bc

Tones

Similar Color like #f581cb color

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

#f682cc
#f783cd
#f884ce
#f985cf
#fa86d0
#fb87d1
#fc88d2
#fd89d3
#fe8ad4
#ff8bd5
#ff8cd6
#ff8dd7
#ff8ed8
#ff8fd9
#f480ca
#f37fc9
#f27ec8
#f17dc7
#f07cc6
#ef7bc5
#ee7ac4
#ed79c3
#ec78c2
#eb77c1
#ea76c0
#e975bf
#e874be
#e773bd

Download this Light Orange

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

#f581cb Color Code Preview on Black Background Color

This is how #f581cb Color will look on black background color. Color contrast ratio is 8.88

#f581cb in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f581cb

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f581cb

#f581cb color code is use for CSS Background Color

Background color for the above div is #f581cb

HTML with inline CSS

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

#f581cb color code is use for CSS Border Color

CSS Border color for the above div is #f581cb

HTML with inline CSS

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

CSS Border Left color for the above div is #f581cb

HTML with inline CSS

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

CSS Border Right color for the above div is #f581cb

HTML with inline CSS

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

CSS Border Bottom color for the above div is #f581cb

HTML with inline CSS

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

CSS Border Top color for the above div is #f581cb

HTML with inline CSS

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

#f581cb hex Color code used as CSS color Codes

Example CSS Class for usage

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

#f581cb Color code Preview on White Background

This is how #f581cb Color code will look on white background color. Color contrast ratio is 2.36

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

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