crispedge.com

Color picker

Loading...

#fd3085 hex color - Red - Warm color - Information

#fd3085 hex color - Red - Warm color

Color Hue/Base color: Red

Hex #fd3085 Color code in RGB color code model is created after adding 99.22% red color, 18.82% green color and 52.16% blue color. Hex #fd3085 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 81% magenta, 47% yellow and 1% black.

Hex #fd3085 color code is between #ff3388 web safe hex color code and #ee2277 web safe hex color code. #ff3388 is the nearest web safe color code. You can see here many more shades of #fd3085 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codefd3085#fd3085
RGB Decimal253, 48, 133rgb(253, 48, 133)
RGB Percent99%, 19%, 52%rgb(99%, 19%, 52%)
CSS RGBa253, 48, 133,1rgba(253,48,133,1)
CMYK Modelcmyk(0%,81%,47%,1%)
HSL Color Space335,98% ,59%hsl(335,98% ,59%)
HSV Color Space335°, 81%, 99%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111111010011000010000101
Octal37560205
Decimal25348133
Hexfd3085

Different shades of #fd3085 color code.

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

Light Shade of #fd3085
#fd62a3
Dark Shade of #fd3085
#f80268
Saturated Shade of #fd3085
#ff2e85
Desaturated Shade of #fd3085
#f33a87
Grey scale Shade of #fd3085
#969696
Brighten Shade
#ff499e
Most Readable Shade
#FFFFFF

Shades of #fd3085 color code

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

#fd3085
#e02a76
#c42567
#a82058
#8c1a49
#70153b
#54102c
#380a1d
#1c050e
#000000

Similar Color like #fd3085 color

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

#fe3186
#ff3287
#ff3388
#ff3489
#ff358a
#ff368b
#ff378c
#ff388d
#ff398e
#ff3a8f
#ff3b90
#ff3c91
#ff3d92
#ff3e93
#fc2f84
#fb2e83
#fa2d82
#f92c81
#f82b80
#f72a7f
#f6297e
#f5287d
#f4277c
#f3267b
#f2257a
#f12479
#f02378
#ef2277

Monochromatic Color with #fd3085

#fd3085
#280815
#53102c
#7d1842
#a82058
#d2286f

Tints of #fd3085 Color

#fd3085
#fd4792
#fd5ea0
#fd75ad
#fd8cbb
#fea3c8
#febad6
#fed1e3
#fee8f1
#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

#fd3085
#30fda8

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

Split Complementary

#fd3085
#30fd42
#30ebfd

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

Analogous Color

#fd30d7
#fd30ae
#fd3085
#fd305c
#fd3033

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

#fd3085
#85fd30
#3085fd

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

#fd3085
#ebfd30
#30fda8
#4130fd

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

#fd3085
#30fda8
#30ebfd
#fd4230

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 #fd3085 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.

#fd3085 Color Code Preview on Black Background Color

This is how #fd3085 Color will look on black background color. Color contrast ratio is 5.94

#fd3085 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fd3085

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fd3085

#fd3085 color code is use for CSS Background Color

Background color for the above div is #fd3085

HTML with inline CSS

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

#fd3085 color code is use for CSS Border Color

CSS Border color for the above div is #fd3085

HTML with inline CSS

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

CSS Border Left color for the above div is #fd3085

HTML with inline CSS

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

CSS Border Right color for the above div is #fd3085

HTML with inline CSS

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

CSS Border Bottom color for the above div is #fd3085

HTML with inline CSS

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

CSS Border Top color for the above div is #fd3085

HTML with inline CSS

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

#fd3085 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#fd3085 Color code Preview on White Background

This is how #fd3085 Color code will look on white background color. Color contrast ratio is 3.54

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

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,48,133,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(48,253,168,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(253,48,133,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.