@
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.

#f8117d hex color - Red - Warm color - Information

#f8117d hex color - Red - Warm color

Color Hue/Base color: Red

Hex #f8117d Color code in RGB color code model is created after adding 97.25% red color, 6.67% green color and 49.02% blue color. Hex #f8117d Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 93% magenta, 50% yellow and 2.75% black.

Hex #f8117d color code is between #ff0077 web safe hex color code and #ee0088 web safe hex color code. #ff0077 is the nearest web safe color code. You can see here many more shades of #f8117d 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 f8117d #f8117d
RGB Decimal 248, 17, 125 rgb(248, 17, 125)
RGB Percent 97%, 7%, 49% rgb(97%, 7%, 49%)
CSS RGBa 248, 17, 125,1 rgba(248,17,125,1)
CMYK Model cmyk(0%,93%,50%,2.75%)
HSL Color Space 332,94% ,52% hsl(332,94% ,52%)
HSV Color Space 332°, 93%, 97%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11111000 00010001 01111101
Octal 370 21 175
Decimal 248 17 125
Hex f8 11 7d

Different shades of #f8117d color code.

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

Light Shade of #f8117d
#f94398
Dark Shade of #f8117d
#d00664
Saturated Shade of #f8117d
#ff0a7d
Desaturated Shade of #f8117d
#ec1d7e
Grey scale Shade of #f8117d
#848484
Brighten Shade
#ff2a96
Most Readable Shade
#FFFFFF

Shades of #f8117d color code

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

#f8117d
#dc0f6f
#c00d61
#a50b53
#890945
#6e0737
#520529
#37031b
#1b010d
#000000

Similar Color like #f8117d color

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

#f9127e
#fa137f
#fb1480
#fc1581
#fd1682
#fe1783
#ff1884
#ff1985
#ff1a86
#ff1b87
#ff1c88
#ff1d89
#ff1e8a
#ff1f8b
#f7107c
#f60f7b
#f50e7a
#f40d79
#f30c78
#f20b77
#f10a76
#f00975
#ef0874
#ee0773
#ed0672
#ec0571
#eb0470
#ea036f

Monochromatic Color with #f8117d

#f8117d
#230212
#4e0527
#78083d
#a30b52
#cd0e68

Tints of #f8117d Color

#f8117d
#f82b8b
#f94599
#fa60a8
#fb7ab6
#fb95c5
#fcafd3
#fdcae2
#fee4f0
#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

#f8117d
#11f88c

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

Split Complementary

#f8117d
#11f819
#11f1f8

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

Analogous Color

#f811d9
#f811ab
#f8117d
#f8114f
#f81121

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

#f8117d
#7df811
#117df8

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

#f8117d
#f0f811
#11f88c
#1911f8

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

#f8117d
#11f88c
#11f0f8
#f81911

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

#f8117d Color Code Preview on Black Background Color

This is how #f8117d Color will look on black background color. Color contrast ratio is 5.37

#f8117d in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f8117d

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f8117d

#f8117d color code is use for CSS Background Color

Background color for the above div is #f8117d

HTML with inline CSS

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

#f8117d color code is use for CSS Border Color

CSS Border color for the above div is #f8117d

HTML with inline CSS

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

CSS Border Left color for the above div is #f8117d

HTML with inline CSS

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

CSS Border Right color for the above div is #f8117d

HTML with inline CSS

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

CSS Border Bottom color for the above div is #f8117d

HTML with inline CSS

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

CSS Border Top color for the above div is #f8117d

HTML with inline CSS

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

#f8117d hex Color code used as CSS color Codes

Example CSS Class for usage

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

#f8117d Color code Preview on White Background

This is how #f8117d Color code will look on white background color. Color contrast ratio is 3.91

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

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