crispedge.com

Color picker

Loading...

#fd75cc hex color - Violet - Warm color - Information

#fd75cc hex color - Violet - Warm color

Color Mixture: Magenta and Pink

Color Hue/Base color: Violet

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

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codefd75cc#fd75cc
RGB Decimal253, 117, 204rgb(253, 117, 204)
RGB Percent99%, 46%, 80%rgb(99%, 46%, 80%)
CSS RGBa253, 117, 204,1rgba(253,117,204,1)
CMYK Modelcmyk(0%,54%,19%,1%)
HSL Color Space322,97% ,73%hsl(322,97% ,73%)
HSV Color Space322°, 54%, 99%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111111010111010111001100
Octal375165314
Decimal253117204
Hexfd75cc

Different shades of #fd75cc color code.

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

Light Shade of #fd75cc
#fea7df
Dark Shade of #fd75cc
#fc43b9
Saturated Shade of #fd75cc
#ff73cd
Desaturated Shade of #fd75cc
#f67cca
Grey scale Shade of #fd75cc
#b9b9b9
Brighten Shade
#ff8ee5
Most Readable Shade
#000000

Shades of #fd75cc color code

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

#fd75cc
#e068b5
#c45b9e
#a84e88
#8c4171
#70345a
#542744
#381a2d
#1c0d16
#000000

Similar Color like #fd75cc color

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

#fe76cd
#ff77ce
#ff78cf
#ff79d0
#ff7ad1
#ff7bd2
#ff7cd3
#ff7dd4
#ff7ed5
#ff7fd6
#ff80d7
#ff81d8
#ff82d9
#ff83da
#fc74cb
#fb73ca
#fa72c9
#f971c8
#f870c7
#f76fc6
#f66ec5
#f56dc4
#f46cc3
#f36bc2
#f26ac1
#f169c0
#f068bf
#ef67be

Monochromatic Color with #fd75cc

#fd75cc
#281321
#532643
#7d3a65
#a84e87
#d261aa

Tints of #fd75cc Color

#fd75cc
#fd84d1
#fd93d7
#fda3dd
#fdb2e2
#fec1e8
#fed1ee
#fee0f3
#feeff9
#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

#fd75cc
#75fda6

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

Split Complementary

#fd75cc
#88fd75
#75fdea

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

Analogous Color

#f875fd
#fd75e7
#fd75cc
#fd75b1
#fd7596

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

#fd75cc
#ccfd75
#75ccfd

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

#fd75cc
#fdea75
#75fda6
#7588fd

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

#fd75cc
#75fda6
#75fdea
#fd7588

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

#fd75cc Color Code Preview on Black Background Color

This is how #fd75cc Color will look on black background color. Color contrast ratio is 8.59

#fd75cc in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fd75cc

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fd75cc

#fd75cc color code is use for CSS Background Color

Background color for the above div is #fd75cc

HTML with inline CSS

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

#fd75cc color code is use for CSS Border Color

CSS Border color for the above div is #fd75cc

HTML with inline CSS

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

CSS Border Left color for the above div is #fd75cc

HTML with inline CSS

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

CSS Border Right color for the above div is #fd75cc

HTML with inline CSS

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

CSS Border Bottom color for the above div is #fd75cc

HTML with inline CSS

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

CSS Border Top color for the above div is #fd75cc

HTML with inline CSS

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

#fd75cc hex Color code used as CSS color Codes

Example CSS Class for usage

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

#fd75cc Color code Preview on White Background

This is how #fd75cc Color code will look on white background color. Color contrast ratio is 2.44

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

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