crispedge.com

Color picker

Loading...

#ff4d75 hex color - Red - Warm color - Information

#ff4d75 hex color - Red - Warm color

Color Mixture: Pink and Red

Color Hue/Base color: Red

Hex #ff4d75 Color code in RGB color code model is created after adding 100% red color, 30.2% green color and 45.88% blue color. Hex #ff4d75 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 70% magenta, 54% yellow and 0% black.

Hex #ff4d75 color code is between #ee5577 web safe hex color code and #dd4466 web safe hex color code. #ee5577 is the nearest web safe color code. You can see here many more shades of #ff4d75 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeff4d75#ff4d75
RGB Decimal255, 77, 117rgb(255, 77, 117)
RGB Percent100%, 30%, 46%rgb(100%, 30%, 46%)
CSS RGBa255, 77, 117,1rgba(255,77,117,1)
CMYK Modelcmyk(0%,70%,54%,0%)
HSL Color Space347,100% ,65%hsl(347,100% ,65%)
HSV Color Space347°, 70%, 100%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111111110100110101110101
Octal377115165
Decimal25577117
Hexff4d75

Different shades of #ff4d75 color code.

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

Light Shade of #ff4d75
#ff809d
Dark Shade of #ff4d75
#ff1a4d
Saturated Shade of #ff4d75
#ff4d75
Desaturated Shade of #ff4d75
#f6567a
Grey scale Shade of #ff4d75
#a6a6a6
Brighten Shade
#ff668e
Most Readable Shade
#000000

Shades of #ff4d75 color code

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

#ff4d75
#e24468
#c63b5b
#aa334e
#8d2a41
#712234
#551927
#38111a
#1c080d
#000000

Similar Color like #ff4d75 color

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

#ff4e76
#ff4f77
#ff5078
#ff5179
#ff527a
#ff537b
#ff547c
#ff557d
#ff567e
#ff577f
#ff5880
#ff5981
#ff5a82
#ff5b83
#fe4c74
#fd4b73
#fc4a72
#fb4971
#fa4870
#f9476f
#f8466e
#f7456d
#f6446c
#f5436b
#f4426a
#f34169
#f24068
#f13f67

Monochromatic Color with #ff4d75

#ff4d75
#2a0d13
#551a27
#80273b
#aa334e
#d44062

Tints of #ff4d75 Color

#ff4d75
#ff6084
#ff7493
#ff88a3
#ff9cb2
#ffafc1
#ffc3d1
#ffd7e0
#ffebef
#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

#ff4d75
#4dffd7

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

Split Complementary

#ff4d75
#4dff7e
#4dceff

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

Analogous Color

#ff4dbc
#ff4d99
#ff4d75
#ff4d51
#ff6c4d

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

#ff4d75
#75ff4d
#4d75ff

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

#ff4d75
#ceff4d
#4dffd7
#7e4dff

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

#ff4d75
#4dffd7
#4dceff
#ff7e4d

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

#ff4d75 Color Code Preview on Black Background Color

This is how #ff4d75 Color will look on black background color. Color contrast ratio is 6.57

#ff4d75 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ff4d75

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ff4d75

#ff4d75 color code is use for CSS Background Color

Background color for the above div is #ff4d75

HTML with inline CSS

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

#ff4d75 color code is use for CSS Border Color

CSS Border color for the above div is #ff4d75

HTML with inline CSS

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

CSS Border Left color for the above div is #ff4d75

HTML with inline CSS

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

CSS Border Right color for the above div is #ff4d75

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ff4d75

HTML with inline CSS

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

CSS Border Top color for the above div is #ff4d75

HTML with inline CSS

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

#ff4d75 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ff4d75 Color code Preview on White Background

This is how #ff4d75 Color code will look on white background color. Color contrast ratio is 3.20

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

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(255,77,117,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(77,255,215,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(255,77,117,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.