crispedge.com

#fd75ba hex color - Red - Warm color - Information

#fd75ba hex color - Red - Warm color

Color Mixture: Magenta and Pink

Color Hue/Base color: Red

Hex #fd75ba Color code in RGB color code model is created after adding 99.22% red color, 45.88% green color and 72.94% blue color. Hex #fd75ba Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 54% magenta, 26% yellow and 1% black.

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codefd75ba#fd75ba
RGB Decimal253, 117, 186rgb(253, 117, 186)
RGB Percent99%, 46%, 73%rgb(99%, 46%, 73%)
CSS RGBa253, 117, 186,1rgba(253,117,186,1)
CMYK Modelcmyk(0%,54%,26%,1%)
HSL Color Space330,97% ,73%hsl(330,97% ,73%)
HSV Color Space330°, 54%, 99%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111111010111010110111010
Octal375165272
Decimal253117186
Hexfd75ba

Different shades of #fd75ba color code.

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

Light Shade of #fd75ba
#fea7d3
Dark Shade of #fd75ba
#fc43a1
Saturated Shade of #fd75ba
#ff73ba
Desaturated Shade of #fd75ba
#f67cba
Grey scale Shade of #fd75ba
#b9b9b9
Brighten Shade
#ff8ed3
Most Readable Shade
#000000

Shades of #fd75ba color code

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

#fd75ba
#e068a5
#c45b90
#a84e7c
#8c4167
#703452
#54273e
#381a29
#1c0d14
#000000

Similar Color like #fd75ba color

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

#fe76bb
#ff77bc
#ff78bd
#ff79be
#ff7abf
#ff7bc0
#ff7cc1
#ff7dc2
#ff7ec3
#ff7fc4
#ff80c5
#ff81c6
#ff82c7
#ff83c8
#fc74b9
#fb73b8
#fa72b7
#f971b6
#f870b5
#f76fb4
#f66eb3
#f56db2
#f46cb1
#f36bb0
#f26aaf
#f169ae
#f068ad
#ef67ac

Monochromatic Color with #fd75ba

#fd75ba
#28131e
#53263d
#7d3a5c
#a84e7c
#d2619b

Tints of #fd75ba Color

#fd75ba
#fd84c1
#fd93c9
#fda3d1
#fdb2d8
#fec1e0
#fed1e8
#fee0ef
#feeff7
#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

#fd75ba
#75fdb8

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

Split Complementary

#fd75ba
#76fd75
#75fdfc

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

Analogous Color

#fd75f0
#fd75d5
#fd75ba
#fd759f
#fd7584

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

#fd75ba
#bafd75
#75bafd

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

#fd75ba
#fdfc75
#75fdb8
#7576fd

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

#fd75ba
#75fdb8
#75fdfc
#fd7576

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

#fd75ba Color Code Preview on Black Background Color

This is how #fd75ba Color will look on black background color. Color contrast ratio is 8.43

#fd75ba in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fd75ba

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fd75ba

#fd75ba color code is use for CSS Background Color

Background color for the above div is #fd75ba

HTML with inline CSS

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

#fd75ba color code is use for CSS Border Color

CSS Border color for the above div is #fd75ba

HTML with inline CSS

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

CSS Border Left color for the above div is #fd75ba

HTML with inline CSS

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

CSS Border Right color for the above div is #fd75ba

HTML with inline CSS

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

CSS Border Bottom color for the above div is #fd75ba

HTML with inline CSS

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

CSS Border Top color for the above div is #fd75ba

HTML with inline CSS

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

#fd75ba hex Color code used as CSS color Codes

Example CSS Class for usage

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

#fd75ba Color code Preview on White Background

This is how #fd75ba Color code will look on white background color. Color contrast ratio is 2.49

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

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,117,186,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(117,253,184,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(253,117,186,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.

< /html>