Skip to main content Skip to docs navigation

#f73dba hex color - Red - Warm color - Information

On this page
@
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 Hue/Base color: Red

Hex #f73dba Color code in RGB color code model is created after adding 96.86% red color, 23.92% green color and 72.94% blue color. Hex #f73dba Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 75% magenta, 25% yellow and 3.14% black.

Hex #f73dba color code is between #ff44bb web safe hex color code and #ee33aa web safe hex color code. #ff44bb is the nearest web safe color code. You can see here many more shades of #f73dba color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code f73dba #f73dba
RGB Decimal 247, 61, 186 rgb(247, 61, 186)
RGB Percent 97%, 24%, 73% rgb(97%, 24%, 73%)
CSS RGBa 247, 61, 186,1 rgba(247,61,186,1)
CMYK Model cmyk(0%,75%,25%,3.14%)
HSL Color Space 320,92% ,60% hsl(320,92% ,60%)
HSV Color Space 320°, 75%, 97%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11110111 00111101 10111010
Octal 367 75 272
Decimal 247 61 186
Hex f7 3d ba

Different shades of #f73dba color code.

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

Light Shade of #f73dba
#f96ecb
Dark Shade of #f73dba
#f50ca9
Saturated Shade of #f73dba
#ff35bd
Desaturated Shade of #f73dba
#ed47b7
Grey scale Shade of #f73dba
#9a9a9a
Brighten Shade
#ff56d3
Most Readable Shade
#000000

Shades of #f73dba color code

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

#f73dba
#db36a5
#c02f90
#a4287c
#892167
#6d1b52
#52143e
#360d29
#1b0614
#000000

Similar Color like #f73dba color

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

#f83ebb
#f93fbc
#fa40bd
#fb41be
#fc42bf
#fd43c0
#fe44c1
#ff45c2
#ff46c3
#ff47c4
#ff48c5
#ff49c6
#ff4ac7
#ff4bc8
#f63cb9
#f53bb8
#f43ab7
#f339b6
#f238b5
#f137b4
#f036b3
#ef35b2
#ee34b1
#ed33b0
#ec32af
#eb31ae
#ea30ad
#e92fac

Monochromatic Color with #f73dba

#f73dba
#22091a
#4d133a
#771e5a
#a2287a
#cc339a

Tints of #f73dba Color

#f73dba
#f752c1
#f868c9
#f97dd1
#fa93d8
#fba8e0
#fcbee8
#fdd3ef
#fee9f7
#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

#f73dba
#3df77a

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

Split Complementary

#f73dba
#5df73d
#3df7d7

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

Analogous Color

#ea3df7
#f73ddf
#f73dba
#f73d95
#f73d70

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

#f73dba
#baf73d
#3dbaf7

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

#f73dba
#f7d73d
#3df77a
#3d5df7

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

#f73dba
#3df77a
#3df7d7
#f73d5d

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

#f73dba Color Code Preview on Black Background Color

This is how #f73dba Color will look on black background color. Color contrast ratio is 6.33

#f73dba in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f73dba

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f73dba

#f73dba color code is use for CSS Background Color

Background color for the above div is #f73dba

HTML with inline CSS

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

#f73dba color code is use for CSS Border Color

CSS Border color for the above div is #f73dba

HTML with inline CSS

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

CSS Border Left color for the above div is #f73dba

HTML with inline CSS

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

CSS Border Right color for the above div is #f73dba

HTML with inline CSS

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

CSS Border Bottom color for the above div is #f73dba

HTML with inline CSS

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

CSS Border Top color for the above div is #f73dba

HTML with inline CSS

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

#f73dba hex Color code used as CSS color Codes

Example CSS Class for usage

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

#f73dba Color code Preview on White Background

This is how #f73dba Color code will look on white background color. Color contrast ratio is 3.32

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

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(247,61,186,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(61,247,122,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(247,61,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.