@
The color hex or name not found.

You can tap color picker and choose a color or enter any valid hex color code or Color name to find color details.

#f80b60 hex color - Red - Warm color - Information

#f80b60 hex color - Red - Warm color

Color Hue/Base color: Red

Hex #f80b60 Color code in RGB color code model is created after adding 97.25% red color, 4.31% green color and 37.65% blue color. Hex #f80b60 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 96% magenta, 61% yellow and 2.75% black.

Hex #f80b60 color code is between #ff1166 web safe hex color code and #ee0055 web safe hex color code. #ff1166 is the nearest web safe color code. You can see here many more shades of #f80b60 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code f80b60 #f80b60
RGB Decimal 248, 11, 96 rgb(248, 11, 96)
RGB Percent 97%, 4%, 38% rgb(97%, 4%, 38%)
CSS RGBa 248, 11, 96,1 rgba(248,11,96,1)
CMYK Model cmyk(0%,96%,61%,2.75%)
HSL Color Space 338,94% ,51% hsl(338,94% ,51%)
HSV Color Space 338°, 96%, 97%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11111000 00001011 01100000
Octal 370 13 140
Decimal 248 11 96
Hex f8 0b 60

Different shades of #f80b60 color code.

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

Light Shade of #f80b60
#f93d80
Dark Shade of #f80b60
#ca064c
Saturated Shade of #f80b60
#ff045e
Desaturated Shade of #f80b60
#eb1864
Grey scale Shade of #f80b60
#818181
Brighten Shade
#ff2479
Most Readable Shade
#FFFFFF

Shades of #f80b60 color code

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

#f80b60
#dc0955
#c0084a
#a50740
#890635
#6e042a
#520320
#370215
#1b010a
#000000

Similar Color like #f80b60 color

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

#f90c61
#fa0d62
#fb0e63
#fc0f64
#fd1065
#fe1166
#ff1267
#ff1368
#ff1469
#ff156a
#ff166b
#ff176c
#ff186d
#ff196e
#f70a5f
#f6095e
#f5085d
#f4075c
#f3065b
#f2055a
#f10459
#f00358
#ef0257
#ee0156
#ed0055
#ec0054
#eb0053
#ea0052

Monochromatic Color with #f80b60

#f80b60
#23020e
#4e031e
#78052f
#a3073f
#cd0950

Tints of #f80b60 Color

#f80b60
#f82671
#f94183
#fa5c95
#fb77a6
#fb92b8
#fcadca
#fdc8db
#fee3ed
#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

#f80b60
#0bf8a3

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

Split Complementary

#f80b60
#0bf82c
#0bd6f8

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

Analogous Color

#f80bbf
#f80b8f
#f80b60
#f80b31
#f8150b

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

#f80b60
#60f80b
#0b60f8

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

#f80b60
#d6f80b
#0bf8a3
#2c0bf8

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

#f80b60
#0bf8a3
#0bd6f8
#f82d0b

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

#f80b60 Color Code Preview on Black Background Color

This is how #f80b60 Color will look on black background color. Color contrast ratio is 5.21

#f80b60 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f80b60

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f80b60

#f80b60 color code is use for CSS Background Color

Background color for the above div is #f80b60

HTML with inline CSS

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

#f80b60 color code is use for CSS Border Color

CSS Border color for the above div is #f80b60

HTML with inline CSS

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

CSS Border Left color for the above div is #f80b60

HTML with inline CSS

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

CSS Border Right color for the above div is #f80b60

HTML with inline CSS

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

CSS Border Bottom color for the above div is #f80b60

HTML with inline CSS

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

CSS Border Top color for the above div is #f80b60

HTML with inline CSS

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

#f80b60 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#f80b60 Color code Preview on White Background

This is how #f80b60 Color code will look on white background color. Color contrast ratio is 4.03

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

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(248,11,96,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(11,248,163,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(248,11,96,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.