Skip to main content Skip to docs navigation

#f8378c hex color - Red - Warm color - Information

#f8378c hex color - Red - Warm color

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 #f8378c Color code in RGB color code model is created after adding 97.25% red color, 21.57% green color and 54.9% blue color. Hex #f8378c Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 78% magenta, 44% yellow and 2.75% black.

Hex #f8378c color code is between #ff3388 web safe hex color code and #ee4499 web safe hex color code. #ff3388 is the nearest web safe color code. You can see here many more shades of #f8378c 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 f8378c #f8378c
RGB Decimal 248, 55, 140 rgb(248, 55, 140)
RGB Percent 97%, 22%, 55% rgb(97%, 22%, 55%)
CSS RGBa 248, 55, 140,1 rgba(248,55,140,1)
CMYK Model cmyk(0%,78%,44%,2.75%)
HSL Color Space 334,93% ,59% hsl(334,93% ,59%)
HSV Color Space 334°, 78%, 97%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11111000 00110111 10001100
Octal 370 67 214
Decimal 248 55 140
Hex f8 37 8c

Different shades of #f8378c color code.

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

Light Shade of #f8378c
#fa68a8
Dark Shade of #f8378c
#f30970
Saturated Shade of #f8378c
#ff308b
Desaturated Shade of #f8378c
#ee418d
Grey scale Shade of #f8378c
#979797
Brighten Shade
#ff50a5
Most Readable Shade
#FFFFFF

Shades of #f8378c color code

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

#f8378c
#dc307c
#c02a6c
#a5245d
#891e4d
#6e183e
#52122e
#370c1f
#1b060f
#000000

Similar Color like #f8378c color

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

#f9388d
#fa398e
#fb3a8f
#fc3b90
#fd3c91
#fe3d92
#ff3e93
#ff3f94
#ff4095
#ff4196
#ff4297
#ff4398
#ff4499
#ff459a
#f7368b
#f6358a
#f53489
#f43388
#f33287
#f23186
#f13085
#f02f84
#ef2e83
#ee2d82
#ed2c81
#ec2b80
#eb2a7f
#ea297e

Monochromatic Color with #f8378c

#f8378c
#230814
#4e112c
#781b44
#a3245c
#cd2e74

Tints of #f8378c Color

#f8378c
#f84d98
#f963a5
#fa79b2
#fb8fbf
#fba6cb
#fcbcd8
#fdd2e5
#fee8f2
#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

#f8378c
#37f8a3

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

Split Complementary

#f8378c
#37f843
#37ecf8

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

Analogous Color

#f837d9
#f837b3
#f8378c
#f83765
#f8373f

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

#f8378c
#8cf837
#378cf8

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

#f8378c
#ecf837
#37f8a3
#4237f8

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

#f8378c
#37f8a3
#37ecf8
#f84337

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

#f8378c Color Code Preview on Black Background Color

This is how #f8378c Color will look on black background color. Color contrast ratio is 5.92

#f8378c in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f8378c

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f8378c

#f8378c color code is use for CSS Background Color

Background color for the above div is #f8378c

HTML with inline CSS

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

#f8378c color code is use for CSS Border Color

CSS Border color for the above div is #f8378c

HTML with inline CSS

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

CSS Border Left color for the above div is #f8378c

HTML with inline CSS

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

CSS Border Right color for the above div is #f8378c

HTML with inline CSS

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

CSS Border Bottom color for the above div is #f8378c

HTML with inline CSS

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

CSS Border Top color for the above div is #f8378c

HTML with inline CSS

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

#f8378c hex Color code used as CSS color Codes

Example CSS Class for usage

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

#f8378c Color code Preview on White Background

This is how #f8378c Color code will look on white background color. Color contrast ratio is 3.55

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

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(248,55,140,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(55,248,163,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(248,55,140,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.