crispedge.com

Color picker

Loading...

#fd086a hex color - Red - Warm color - Information

#fd086a hex color - Red - Warm color

Color Hue/Base color: Red

Hex #fd086a Color code in RGB color code model is created after adding 99.22% red color, 3.14% green color and 41.57% blue color. Hex #fd086a Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 97% magenta, 58% yellow and 1% black.

Hex #fd086a color code is between #ff0066 web safe hex color code and #ee0077 web safe hex color code. #ff0066 is the nearest web safe color code. You can see here many more shades of #fd086a color code.

0 Likes 0 Comments | 3 Views

RGB Chart

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

Color Table

Hex Color Codefd086a#fd086a
RGB Decimal253, 8, 106rgb(253, 8, 106)
RGB Percent99%, 3%, 42%rgb(99%, 3%, 42%)
CSS RGBa253, 8, 106,1rgba(253,8,106,1)
CMYK Modelcmyk(0%,97%,58%,1%)
HSL Color Space336,98% ,51%hsl(336,98% ,51%)
HSV Color Space336°, 97%, 99%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111111010000100001101010
Octal37510152
Decimal2538106
Hexfd086a

Different shades of #fd086a color code.

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

Light Shade of #fd086a
#fd3b88
Dark Shade of #fd086a
#d00254
Saturated Shade of #fd086a
#ff066a
Desaturated Shade of #fd086a
#f1146c
Grey scale Shade of #fd086a
#828282
Brighten Shade
#ff2183
Most Readable Shade
#FFFFFF

Shades of #fd086a color code

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

#fd086a
#e0075e
#c40652
#a80546
#8c043a
#70032f
#540223
#380117
#1c000b
#000000

Similar Color like #fd086a color

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

#fe096b
#ff0a6c
#ff0b6d
#ff0c6e
#ff0d6f
#ff0e70
#ff0f71
#ff1072
#ff1173
#ff1274
#ff1375
#ff1476
#ff1577
#ff1678
#fc0769
#fb0668
#fa0567
#f90466
#f80365
#f70264
#f60163
#f50062
#f40061
#f30060
#f2005f
#f1005e
#f0005d
#ef005c

Monochromatic Color with #fd086a

#fd086a
#280111
#530323
#7d0435
#a80546
#d20758

Tints of #fd086a Color

#fd086a
#fd237a
#fd3e8b
#fd5a9b
#fd75ac
#fe91bc
#feaccd
#fec8dd
#fee3ee
#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

#fd086a
#08fd9b

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

Split Complementary

#fd086a
#08fd21
#08e5fd

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

Analogous Color

#fd08cc
#fd089b
#fd086a
#fd0839
#fd0808

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

#fd086a
#6afd08
#086afd

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

#fd086a
#e4fd08
#08fd9b
#2008fd

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Double Complementary Color

#fd086a
#08fd9b
#08e5fd
#fd2108

Double Complementary 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).

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

#fd086a Color Code Preview on Black Background Color

This is how #fd086a Color will look on black background color. Color contrast ratio is 5.42

#fd086a in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fd086a

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fd086a

#fd086a color code is use for CSS Background Color

Background color for the above div is #fd086a

HTML with inline CSS

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

#fd086a color code is use for CSS Border Color

CSS Border color for the above div is #fd086a

HTML with inline CSS

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

CSS Border Left color for the above div is #fd086a

HTML with inline CSS

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

CSS Border Right color for the above div is #fd086a

HTML with inline CSS

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

CSS Border Bottom color for the above div is #fd086a

HTML with inline CSS

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

CSS Border Top color for the above div is #fd086a

HTML with inline CSS

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

#fd086a hex Color code used as CSS color Codes

Example CSS Class for usage

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

#fd086a Color code Preview on White Background

This is how #fd086a Color code will look on white background color. Color contrast ratio is 3.87

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

Gradient Background

Beautiful Colored Gradient Background. Find awesome Gradient backgrounds for your next project.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE


 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(253,8,106,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(8,253,155,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(253,8,106,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 3 Views

Post your comment:-

By submitting comment you agree to our privacy policy.