Skip to main content Skip to docs navigation

#f749cd hex color | Download Dark Red BG image | Information

Color Picker

@
The color hex or name not found.

You can tap color picker and choose a color or enter any valid hex color code or Color name to find color details.

Color Info

Woow we have a nearby visually matching color name available. It's name is Mat Dazzle Rose and its hex is #FF48D0 Nearest Color Name

Color Hue/Base color: Red

Hex #f749cd Color code in RGB color code model is created after adding 96.86% red color, 28.63% green color and 80.39% blue color. Hex #f749cd Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 70% magenta, 17% yellow and 3.14% black.

Hex #f749cd color code is between #ff44cc web safe hex color code and #ee55dd web safe hex color code. #ff44cc is the nearest web safe color code. You can see here many more shades of #f749cd color code.

RGB Chart

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

Color Table

Hex Color Code f749cd #f749cd
RGB Decimal 247, 73, 205 247, 73, 205
RGB Percent 97%, 29%, 80% rgb(97%, 29%, 80%)
CSS RGBa 247, 73, 205,1 rgba(247,73,205,1)
CMYK Model cmyk(0%,70%,17%,3.14%)
HSL Color Space 314,92% ,63% hsl(314,92% ,63%)
HSV Color Space 314°, 70%, 97%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11110111 01001001 11001101
Octal 367 111 315
Decimal 247 73 205
Hex f7 49 cd

Different shades of #f749cd color code.

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

Darkest of #f749cd
#a0077b
Darker of #f749cd
#d109a1
Dark of #f749cd
#f518c0
Base of #f749cd
#f749cd
Light of #f749cd
#f97ada
Lighter
#fbabe8
Lightest
#fddcf5

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

#f749cd
#49f773

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

Split Complementary

#f749cd
#76f749
#49f7ca

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

Analogous Color

#bc49f7
#d849f7
#f749cd
#f74993
#f7494b

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

#f749cd
#49cdf7
#cdf749

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

#f749cd
#cdf749
#49f773
#7349f7

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

Square Color

#f749cd
#f7ca49
#49f773
#4976f7

Square 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).

Monochromatic Color with #f749cd

#6f0555
#a0077b
#d109a1
#f518c0
#f749cd
#f97ada
#fbabe8
#fddcf5
#ffffff

Tints of #f749cd Color

#f749cd
#f75dd2
#f871d8
#f985dd
#fa99e3
#fbaee8
#fcc2ee
#fdd6f3
#feeaf9
#ffffff

Shades of #f749cd color code

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

#f749cd
#db40b6
#c0389f
#a43088
#892871
#6d205b
#521844
#36102d
#1b0816
#000000

Tones

#f749cd
#e45cc3
#d16fb9
#be82b0
#ab95a6

Tones

Similar Color like #f749cd color

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

#f84ace
#f94bcf
#fa4cd0
#fb4dd1
#fc4ed2
#fd4fd3
#fe50d4
#ff51d5
#ff52d6
#ff53d7
#ff54d8
#ff55d9
#ff56da
#ff57db
#f648cc
#f547cb
#f446ca
#f345c9
#f244c8
#f143c7
#f042c6
#ef41c5
#ee40c4
#ed3fc3
#ec3ec2
#eb3dc1
#ea3cc0
#e93bbf

Download this Dark Red

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

#f749cd Color Code Preview on Black Background Color

This is how #f749cd Color will look on black background color. Color contrast ratio is 6.79

#f749cd in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f749cd

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f749cd

#f749cd color code is use for CSS Background Color

Background color for the above div is #f749cd

HTML with inline CSS

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

#f749cd color code is use for CSS Border Color

CSS Border color for the above div is #f749cd

HTML with inline CSS

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

CSS Border Left color for the above div is #f749cd

HTML with inline CSS

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

CSS Border Right color for the above div is #f749cd

HTML with inline CSS

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

CSS Border Bottom color for the above div is #f749cd

HTML with inline CSS

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

CSS Border Top color for the above div is #f749cd

HTML with inline CSS

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

#f749cd hex Color code used as CSS color Codes

Example CSS Class for usage

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

#f749cd Color code Preview on White Background

This is how #f749cd Color code will look on white background color. Color contrast ratio is 3.09

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

Gradient color background

Using gradients with mixed colors is a good idea. Download these backgrounds. Use them in slideshows, cards, and other designs.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE

 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(247,73,205,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(73,247,115,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(247,73,205,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }