crispedge.com

Color picker

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

#f7a0a0 hex color - Red - Warm color - Information

#f7a0a0 hex color - Red - Warm color

Color Hue/Base color: Red

Hex #f7a0a0 Color code in RGB color code model is created after adding 96.86% red color, 62.75% green color and 62.75% blue color. Hex #f7a0a0 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 35% magenta, 35% yellow and 3% black.

Hex #f7a0a0 color code is between #ff9999 web safe hex color code and #eeaaaa web safe hex color code. #ff9999 is the nearest web safe color code. You can see here many more shades of #f7a0a0 color code.

0 Likes 0 Comments | 3 Views

Color Table

Hex Color Codef7a0a0#f7a0a0
RGB Decimal247, 160, 160rgb(247, 160, 160)
RGB Percent97%, 63%, 63%rgb(97%, 63%, 63%)
CSS RGBa247, 160, 160,1rgba(247,160,160,1)
CMYK Modelcmyk(0%,35%,35%,3%)
HSL Color Space0,84% ,80%hsl(0,84% ,80%)
HSV Color Space0°, 35%, 97%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111101111010000010100000
Octal367240240
Decimal247160160
Hexf7a0a0

Different shades of #f7a0a0 color code.

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

Light Shade of #f7a0a0
#fbcfcf
Dark Shade of #f7a0a0
#f37171
Saturated Shade of #f7a0a0
#fc9b9b
Desaturated Shade of #f7a0a0
#f2a5a5
Grey scale Shade of #f7a0a0
#cbcbcb
Brighten Shade
#ffb9b9
Most Readable Shade
#000000

Shades of #f7a0a0 color code

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

#f7a0a0
#db8e8e
#c07c7c
#a46a6a
#895858
#6d4747
#523535
#362323
#1b1111
#000000

Similar Color like #f7a0a0 color

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

#f8a1a1
#f9a2a2
#faa3a3
#fba4a4
#fca5a5
#fda6a6
#fea7a7
#ffa8a8
#ffa9a9
#ffaaaa
#ffabab
#ffacac
#ffadad
#ffaeae
#f69f9f
#f59e9e
#f49d9d
#f39c9c
#f29b9b
#f19a9a
#f09999
#ef9898
#ee9797
#ed9696
#ec9595
#eb9494
#ea9393
#e99292

Monochromatic Color with #f7a0a0

#f7a0a0
#221616
#4d3232
#774d4d
#a26969
#cc8484

Tints of #f7a0a0 Color

#f7a0a0
#f7aaaa
#f8b5b5
#f9bfbf
#facaca
#fbd4d4
#fcdfdf
#fde9e9
#fef4f4
#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

#f7a0a0
#a0f7f7

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

Split Complementary

#f7a0a0
#a0f7cc
#a0ccf7

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

Analogous Color

#f7a0c3
#f7a0b1
#f7a0a0
#f7b1a0
#f7c3a0

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

#f7a0a0
#a0f7a0
#a0a0f7

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

#f7a0a0
#cbf7a0
#a0f7f7
#cba0f7

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

#f7a0a0
#a0f7f7
#a0ccf7
#f7cca0

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

#f7a0a0 Color Code Preview on Black Background Color

This is how #f7a0a0 Color will look on black background color. Color contrast ratio is 10.49

#f7a0a0 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f7a0a0

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f7a0a0

#f7a0a0 color code is use for CSS Background Color

Background color for the above div is #f7a0a0

HTML with inline CSS

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

#f7a0a0 color code is use for CSS Border Color

CSS Border color for the above div is #f7a0a0

HTML with inline CSS

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

CSS Border Left color for the above div is #f7a0a0

HTML with inline CSS

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

CSS Border Right color for the above div is #f7a0a0

HTML with inline CSS

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

CSS Border Bottom color for the above div is #f7a0a0

HTML with inline CSS

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

CSS Border Top color for the above div is #f7a0a0

HTML with inline CSS

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

#f7a0a0 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#f7a0a0 Color code Preview on White Background

This is how #f7a0a0 Color code will look on white background color. Color contrast ratio is 2.00

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

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.