crispedge.com

Color picker

Loading...
Click "Search Color" button for color information.

#f1788f hex color - Orange - Warm color - Information

#f1788f hex color - Orange - Warm color

Color Mixture: Pink and Red

Color Hue/Base color: Orange

Hex #f1788f Color code in RGB color code model is created after adding 94.51% red color, 47.06% green color and 56.08% blue color. Hex #f1788f Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 50% magenta, 41% yellow and 5% black.

Hex #f1788f color code is between #ee7788 web safe hex color code and #ff8899 web safe hex color code. #ee7788 is the nearest web safe color code. You can see here many more shades of #f1788f color code.

0 Likes 0 Comments | 3 Views

Color Table

Hex Color Codef1788f#f1788f
RGB Decimal241, 120, 143rgb(241, 120, 143)
RGB Percent95%, 47%, 56%rgb(95%, 47%, 56%)
CSS RGBa241, 120, 143,1rgba(241,120,143,1)
CMYK Modelcmyk(0%,50%,41%,5%)
HSL Color Space349,81% ,71%hsl(349,81% ,71%)
HSV Color Space349°, 50%, 95%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111100010111100010001111
Octal361170217
Decimal241120143
Hexf1788f

Different shades of #f1788f color code.

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

Light Shade of #f1788f
#f6a6b5
Dark Shade of #f1788f
#ec4a69
Saturated Shade of #f1788f
#f8718a
Desaturated Shade of #f1788f
#ea7f94
Grey scale Shade of #f1788f
#b4b4b4
Brighten Shade
#ff91a8
Most Readable Shade
#000000

Shades of #f1788f color code

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

#f1788f
#d66a7f
#bb5d6f
#a0505f
#85424f
#6b353f
#50282f
#351a1f
#1a0d0f
#000000

Similar Color like #f1788f color

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

#f27990
#f37a91
#f47b92
#f57c93
#f67d94
#f77e95
#f87f96
#f98097
#fa8198
#fb8299
#fc839a
#fd849b
#fe859c
#ff869d
#f0778e
#ef768d
#ee758c
#ed748b
#ec738a
#eb7289
#ea7188
#e97087
#e86f86
#e76e85
#e66d84
#e56c83
#e46b82
#e36a81

Monochromatic Color with #f1788f

#f1788f
#1c0e11
#47232a
#713943
#9c4e5d
#c66376

Tints of #f1788f Color

#f1788f
#f2879b
#f496a7
#f5a5b4
#f7b4c0
#f8c3cd
#fad2d9
#fbe1e6
#fdf0f2
#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

#f1788f
#78f1da

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

Split Complementary

#f1788f
#78f19d
#78ccf1

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

Analogous Color

#f178bf
#f178a7
#f1788f
#f17978
#f19178

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

#f1788f
#8ff178
#788ff1

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

#f1788f
#cbf178
#78f1da
#9d78f1

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

#f1788f
#78f1da
#78ccf1
#f19d78

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

#f1788f Color Code Preview on Black Background Color

This is how #f1788f Color will look on black background color. Color contrast ratio is 7.82

#f1788f in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f1788f

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f1788f

#f1788f color code is use for CSS Background Color

Background color for the above div is #f1788f

HTML with inline CSS

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

#f1788f color code is use for CSS Border Color

CSS Border color for the above div is #f1788f

HTML with inline CSS

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

CSS Border Left color for the above div is #f1788f

HTML with inline CSS

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

CSS Border Right color for the above div is #f1788f

HTML with inline CSS

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

CSS Border Bottom color for the above div is #f1788f

HTML with inline CSS

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

CSS Border Top color for the above div is #f1788f

HTML with inline CSS

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

#f1788f hex Color code used as CSS color Codes

Example CSS Class for usage

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

#f1788f Color code Preview on White Background

This is how #f1788f Color code will look on white background color. Color contrast ratio is 2.68

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

Related Gradients

Beautiful Colored Gradient Background. Find awesome Gradient for your next project.

0 Likes 0 Comments | 3 Views

Post your comment:-

By submitting comment you agree to our privacy policy.