Skip to main content Skip to docs navigation

#f74feb 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 Magenta Stream and its hex is #FA5FF7 Nearest Color Name

Color Hue/Base color: Red

Hex #f74feb Color code in RGB color code model is created after adding 96.86% red color, 30.98% green color and 92.16% blue color. Hex #f74feb Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 68% magenta, 5% yellow and 3.14% black.

Hex #f74feb color code is between #ff55ee web safe hex color code and #ee44dd web safe hex color code. #ff55ee is the nearest web safe color code. You can see here many more shades of #f74feb color code.

RGB Chart

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

Color Table

Hex Color Code f74feb #f74feb
RGB Decimal 247, 79, 235 247, 79, 235
RGB Percent 97%, 31%, 92% rgb(97%, 31%, 92%)
CSS RGBa 247, 79, 235,1 rgba(247,79,235,1)
CMYK Model cmyk(0%,68%,5%,3.14%)
HSL Color Space 304,91% ,64% hsl(304,91% ,64%)
HSV Color Space 304°, 68%, 97%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11110111 01001111 11101011
Octal 367 117 353
Decimal 247 79 235
Hex f7 4f eb

Different shades of #f74feb color code.

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

Darkest of #f74feb
#a5089a
Darker of #f74feb
#d60ac8
Dark of #f74feb
#f51ee5
Base of #f74feb
#f74feb
Light of #f74feb
#f980f1
Lighter
#fbb1f6
Lightest
#fee1fc

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

#f74feb
#4ff75b

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

Split Complementary

#f74feb
#97f74f
#4ff7af

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

Analogous Color

#a14ff7
#bd4ff7
#f74feb
#f74fb3
#f74f6d

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

#f74feb
#4febf7
#ebf74f

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

#f74feb
#ebf74f
#4ff75b
#5b4ff7

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

#f74feb
#f7af4f
#4ff75b
#4f97f7

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 #f74feb

#75056d
#a5089a
#d60ac8
#f51ee5
#f74feb
#f980f1
#fbb1f6
#fee1fc
#ffffff

Tints of #f74feb Color

#f74feb
#f762ed
#f876ef
#f989f1
#fa9df3
#fbb0f6
#fcc4f8
#fdd7fa
#feebfc
#ffffff

Shades of #f74feb color code

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

#f74feb
#db46d0
#c03db6
#a4349c
#892b82
#6d2368
#521a4e
#361134
#1b081a
#000000

Tones

#f74feb
#e561db
#d274cb
#c086bc
#ad99ac

Tones

Similar Color like #f74feb color

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

#f850ec
#f951ed
#fa52ee
#fb53ef
#fc54f0
#fd55f1
#fe56f2
#ff57f3
#ff58f4
#ff59f5
#ff5af6
#ff5bf7
#ff5cf8
#ff5df9
#f64eea
#f54de9
#f44ce8
#f34be7
#f24ae6
#f149e5
#f048e4
#ef47e3
#ee46e2
#ed45e1
#ec44e0
#eb43df
#ea42de
#e941dd

Download this Dark Red

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

#f74feb Color Code Preview on Black Background Color

This is how #f74feb Color will look on black background color. Color contrast ratio is 7.27

#f74feb in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f74feb

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f74feb

#f74feb color code is use for CSS Background Color

Background color for the above div is #f74feb

HTML with inline CSS

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

#f74feb color code is use for CSS Border Color

CSS Border color for the above div is #f74feb

HTML with inline CSS

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

CSS Border Left color for the above div is #f74feb

HTML with inline CSS

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

CSS Border Right color for the above div is #f74feb

HTML with inline CSS

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

CSS Border Bottom color for the above div is #f74feb

HTML with inline CSS

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

CSS Border Top color for the above div is #f74feb

HTML with inline CSS

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

#f74feb hex Color code used as CSS color Codes

Example CSS Class for usage

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

#f74feb Color code Preview on White Background

This is how #f74feb Color code will look on white background color. Color contrast ratio is 2.89

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

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,79,235,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(79,247,91,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(247,79,235,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }