crispedge.com

Color picker

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

#f188b6 hex color - Red - Warm color - Information

#f188b6 hex color - Red - Warm color

Color Hue/Base color: Red

Hex #f188b6 Color code in RGB color code model is created after adding 94.51% red color, 53.33% green color and 71.37% blue color. Hex #f188b6 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 44% magenta, 24% yellow and 5% black.

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

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codef188b6#f188b6
RGB Decimal241, 136, 182rgb(241, 136, 182)
RGB Percent95%, 53%, 71%rgb(95%, 53%, 71%)
CSS RGBa241, 136, 182,1rgba(241,136,182,1)
CMYK Modelcmyk(0%,44%,24%,5%)
HSL Color Space334,79% ,74%hsl(334,79% ,74%)
HSV Color Space334°, 44%, 95%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111100011000100010110110
Octal361210266
Decimal241136182
Hexf188b6

Different shades of #f188b6 color code.

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

Light Shade of #f188b6
#f6b6d2
Dark Shade of #f188b6
#ec5a9a
Saturated Shade of #f188b6
#f881b5
Desaturated Shade of #f188b6
#ea8fb7
Grey scale Shade of #f188b6
#bcbcbc
Brighten Shade
#ffa1cf
Most Readable Shade
#000000

Shades of #f188b6 color code

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

#f188b6
#d678a1
#bb698d
#a05a79
#854b65
#6b3c50
#502d3c
#351e28
#1a0f14
#000000

Similar Color like #f188b6 color

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

#f289b7
#f38ab8
#f48bb9
#f58cba
#f68dbb
#f78ebc
#f88fbd
#f990be
#fa91bf
#fb92c0
#fc93c1
#fd94c2
#fe95c3
#ff96c4
#f087b5
#ef86b4
#ee85b3
#ed84b2
#ec83b1
#eb82b0
#ea81af
#e980ae
#e87fad
#e77eac
#e67dab
#e57caa
#e47ba9
#e37aa8

Monochromatic Color with #f188b6

#f188b6
#1c1016
#472836
#714056
#9c5876
#c67096

Tints of #f188b6 Color

#f188b6
#f295be
#f4a2c6
#f5afce
#f7bcd6
#f8cade
#fad7e6
#fbe4ee
#fdf1f6
#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

#f188b6
#88f1c3

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

Split Complementary

#f188b6
#88f18f
#88eaf1

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

Analogous Color

#f188e0
#f188cb
#f188b6
#f188a1
#f1888c

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

#f188b6
#b6f188
#88b6f1

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

#f188b6
#eaf188
#88f1c3
#8e88f1

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

#f188b6
#88f1c3
#88eaf1
#f18f88

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

#f188b6 Color Code Preview on Black Background Color

This is how #f188b6 Color will look on black background color. Color contrast ratio is 8.94

#f188b6 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f188b6

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f188b6

#f188b6 color code is use for CSS Background Color

Background color for the above div is #f188b6

HTML with inline CSS

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

#f188b6 color code is use for CSS Border Color

CSS Border color for the above div is #f188b6

HTML with inline CSS

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

CSS Border Left color for the above div is #f188b6

HTML with inline CSS

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

CSS Border Right color for the above div is #f188b6

HTML with inline CSS

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

CSS Border Bottom color for the above div is #f188b6

HTML with inline CSS

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

CSS Border Top color for the above div is #f188b6

HTML with inline CSS

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

#f188b6 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#f188b6 Color code Preview on White Background

This is how #f188b6 Color code will look on white background color. Color contrast ratio is 2.35

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

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.