crispedge.com

Color picker

Loading...

#f5999a hex color - Red - Warm color - Information

#f5999a hex color - Red - Warm color

Color Hue/Base color: Red

Hex #f5999a Color code in RGB color code model is created after adding 96.08% red color, 60% green color and 60.39% blue color. Hex #f5999a Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 38% magenta, 37% yellow and 4% black.

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

0 Likes 0 Comments | 1 Views

RGB Chart

RGB Chart using SVG and CSS mix-blend-mode: lighten;

Color Table

Hex Color Codef5999a#f5999a
RGB Decimal245, 153, 154rgb(245, 153, 154)
RGB Percent96%, 60%, 60%rgb(96%, 60%, 60%)
CSS RGBa245, 153, 154,1rgba(245,153,154,1)
CMYK Modelcmyk(0%,38%,37%,4%)
HSL Color Space359,82% ,78%hsl(359,82% ,78%)
HSV Color Space359°, 38%, 96%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111101011001100110011010
Octal365231232
Decimal245153154
Hexf5999a

Different shades of #f5999a color code.

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

Light Shade of #f5999a
#fac7c8
Dark Shade of #f5999a
#f06b6c
Saturated Shade of #f5999a
#fb9394
Desaturated Shade of #f5999a
#ef9f9f
Grey scale Shade of #f5999a
#c7c7c7
Brighten Shade
#ffb2b3
Most Readable Shade
#000000

Shades of #f5999a color code

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

#f5999a
#d98888
#be7777
#a36666
#885555
#6c4444
#513333
#362222
#1b1111
#000000

Similar Color like #f5999a color

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

#f69a9b
#f79b9c
#f89c9d
#f99d9e
#fa9e9f
#fb9fa0
#fca0a1
#fda1a2
#fea2a3
#ffa3a4
#ffa4a5
#ffa5a6
#ffa6a7
#ffa7a8
#f49899
#f39798
#f29697
#f19596
#f09495
#ef9394
#ee9293
#ed9192
#ec9091
#eb8f90
#ea8e8f
#e98d8e
#e88c8d
#e78b8c

Monochromatic Color with #f5999a

#f5999a
#201414
#4b2f2f
#75494a
#a06465
#ca7e7f

Tints of #f5999a Color

#f5999a
#f6a4a5
#f7afb0
#f8bbbb
#f9c6c6
#fad1d2
#fbdddd
#fce8e8
#fdf3f3
#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

#f5999a
#99f5f4

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

Split Complementary

#f5999a
#99f5c6
#99c8f5

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

Analogous Color

#f599bf
#f599ac
#f5999a
#f5aa99
#f5bd99

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

#f5999a
#9af599
#999af5

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

#f5999a
#c8f599
#99f5f4
#c699f5

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

#f5999a
#99f5f4
#99c8f5
#f5c699

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

#f5999a Color Code Preview on Black Background Color

This is how #f5999a Color will look on black background color. Color contrast ratio is 9.91

#f5999a in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f5999a

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f5999a

#f5999a color code is use for CSS Background Color

Background color for the above div is #f5999a

HTML with inline CSS

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

#f5999a color code is use for CSS Border Color

CSS Border color for the above div is #f5999a

HTML with inline CSS

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

CSS Border Left color for the above div is #f5999a

HTML with inline CSS

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

CSS Border Right color for the above div is #f5999a

HTML with inline CSS

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

CSS Border Bottom color for the above div is #f5999a

HTML with inline CSS

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

CSS Border Top color for the above div is #f5999a

HTML with inline CSS

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

#f5999a hex Color code used as CSS color Codes

Example CSS Class for usage

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

#f5999a Color code Preview on White Background

This is how #f5999a Color code will look on white background color. Color contrast ratio is 2.12

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

Gradient Background

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

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE


 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(245,153,154,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(153,245,244,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(245,153,154,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.