crispedge.com

Color picker

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

#f68f92 hex color - Red - Warm color - Information

#f68f92 hex color - Red - Warm color

Color Hue/Base color: Red

Hex #f68f92 Color code in RGB color code model is created after adding 96.47% red color, 56.08% green color and 57.25% blue color. Hex #f68f92 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 42% magenta, 41% yellow and 4% black.

Hex #f68f92 color code is between #ee8899 web safe hex color code and #ff9988 web safe hex color code. #ee8899 is the nearest web safe color code. You can see here many more shades of #f68f92 color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codef68f92#f68f92
RGB Decimal246, 143, 146rgb(246, 143, 146)
RGB Percent96%, 56%, 57%rgb(96%, 56%, 57%)
CSS RGBa246, 143, 146,1rgba(246,143,146,1)
CMYK Modelcmyk(0%,42%,41%,4%)
HSL Color Space358,85% ,76%hsl(358,85% ,76%)
HSV Color Space358°, 42%, 96%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111101101000111110010010
Octal366217222
Decimal246143146
Hexf68f92

Different shades of #f68f92 color code.

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

Light Shade of #f68f92
#fabec0
Dark Shade of #f68f92
#f26064
Saturated Shade of #f68f92
#fc898c
Desaturated Shade of #f68f92
#f09598
Grey scale Shade of #f68f92
#c2c2c2
Brighten Shade
#ffa8ab
Most Readable Shade
#000000

Shades of #f68f92 color code

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

#f68f92
#da7f81
#bf6f71
#a45f61
#884f51
#6d3f40
#522f30
#361f20
#1b0f10
#000000

Similar Color like #f68f92 color

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

#f79093
#f89194
#f99295
#fa9396
#fb9497
#fc9598
#fd9699
#fe979a
#ff989b
#ff999c
#ff9a9d
#ff9b9e
#ff9c9f
#ff9da0
#f58e91
#f48d90
#f38c8f
#f28b8e
#f18a8d
#f0898c
#ef888b
#ee878a
#ed8689
#ec8588
#eb8487
#ea8386
#e98285
#e88184

Monochromatic Color with #f68f92

#f68f92
#211314
#4c2c2d
#764546
#a15e60
#cb7679

Tints of #f68f92 Color

#f68f92
#f79b9e
#f8a7aa
#f9b4b6
#fac0c2
#fbcdce
#fcd9da
#fde6e6
#fef2f2
#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

#f68f92
#8ff6f3

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

Split Complementary

#f68f92
#8ff6bf
#8fc6f6

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

Analogous Color

#f68fbb
#f68fa7
#f68f92
#f6a18f
#f6b58f

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

#f68f92
#92f68f
#8f92f6

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

#f68f92
#c5f68f
#8ff6f3
#bf8ff6

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

#f68f92
#8ff6f3
#8fc6f6
#f6bf8f

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

#f68f92 Color Code Preview on Black Background Color

This is how #f68f92 Color will look on black background color. Color contrast ratio is 9.26

#f68f92 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f68f92

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f68f92

#f68f92 color code is use for CSS Background Color

Background color for the above div is #f68f92

HTML with inline CSS

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

#f68f92 color code is use for CSS Border Color

CSS Border color for the above div is #f68f92

HTML with inline CSS

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

CSS Border Left color for the above div is #f68f92

HTML with inline CSS

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

CSS Border Right color for the above div is #f68f92

HTML with inline CSS

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

CSS Border Bottom color for the above div is #f68f92

HTML with inline CSS

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

CSS Border Top color for the above div is #f68f92

HTML with inline CSS

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

#f68f92 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#f68f92 Color code Preview on White Background

This is how #f68f92 Color code will look on white background color. Color contrast ratio is 2.27

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

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.