crispedge.com

Color picker

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

#f18a99 hex color - Red - Warm color - Information

#f18a99 hex color - Red - Warm color

Color Mixture: Pink and Red

Color Hue/Base color: Red

Hex #f18a99 Color code in RGB color code model is created after adding 94.51% red color, 54.12% green color and 60% blue color. Hex #f18a99 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 43% magenta, 37% yellow and 5% black.

Hex #f18a99 color code is between #ee8888 web safe hex color code and #ff99aa web safe hex color code. #ee8888 is the nearest web safe color code. You can see here many more shades of #f18a99 color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codef18a99#f18a99
RGB Decimal241, 138, 153rgb(241, 138, 153)
RGB Percent95%, 54%, 60%rgb(95%, 54%, 60%)
CSS RGBa241, 138, 153,1rgba(241,138,153,1)
CMYK Modelcmyk(0%,43%,37%,5%)
HSL Color Space351,79% ,74%hsl(351,79% ,74%)
HSV Color Space351°, 43%, 95%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111100011000101010011001
Octal361212231
Decimal241138153
Hexf18a99

Different shades of #f18a99 color code.

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

Light Shade of #f18a99
#f6b8c1
Dark Shade of #f18a99
#ec5c71
Saturated Shade of #f18a99
#f88394
Desaturated Shade of #f18a99
#ea919e
Grey scale Shade of #f18a99
#bdbdbd
Brighten Shade
#ffa3b2
Most Readable Shade
#000000

Shades of #f18a99 color code

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

#f18a99
#d67a88
#bb6b77
#a05c66
#854c55
#6b3d44
#502e33
#351e22
#1a0f11
#000000

Similar Color like #f18a99 color

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

#f28b9a
#f38c9b
#f48d9c
#f58e9d
#f68f9e
#f7909f
#f891a0
#f992a1
#fa93a2
#fb94a3
#fc95a4
#fd96a5
#fe97a6
#ff98a7
#f08998
#ef8897
#ee8796
#ed8695
#ec8594
#eb8493
#ea8392
#e98291
#e88190
#e7808f
#e67f8e
#e57e8d
#e47d8c
#e37c8b

Monochromatic Color with #f18a99

#f18a99
#1c1012
#47292d
#714148
#9c5963
#c6727e

Tints of #f18a99 Color

#f18a99
#f297a4
#f4a4af
#f5b1bb
#f7bec6
#f8cbd1
#fad8dd
#fbe5e8
#fdf2f3
#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

#f18a99
#8af1e2

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

Split Complementary

#f18a99
#8af1af
#8accf1

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

Analogous Color

#f18ac2
#f18aae
#f18a99
#f1908a
#f1a48a

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

#f18a99
#99f18a
#8a99f1

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

#f18a99
#ccf18a
#8af1e2
#ae8af1

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

#f18a99
#8af1e2
#8accf1
#f1af8a

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

#f18a99 Color Code Preview on Black Background Color

This is how #f18a99 Color will look on black background color. Color contrast ratio is 8.84

#f18a99 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f18a99

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f18a99

#f18a99 color code is use for CSS Background Color

Background color for the above div is #f18a99

HTML with inline CSS

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

#f18a99 color code is use for CSS Border Color

CSS Border color for the above div is #f18a99

HTML with inline CSS

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

CSS Border Left color for the above div is #f18a99

HTML with inline CSS

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

CSS Border Right color for the above div is #f18a99

HTML with inline CSS

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

CSS Border Bottom color for the above div is #f18a99

HTML with inline CSS

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

CSS Border Top color for the above div is #f18a99

HTML with inline CSS

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

#f18a99 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#f18a99 Color code Preview on White Background

This is how #f18a99 Color code will look on white background color. Color contrast ratio is 2.38

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

Related Gradients

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

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.