crispedge.com

Color picker

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

#f80a99 hex color - Red - Warm color - Information

#f80a99 hex color - Red - Warm color

Color Mixture: Magenta and Pink

Color Hue/Base color: Red

Hex #f80a99 Color code in RGB color code model is created after adding 97.25% red color, 3.92% green color and 60% blue color. Hex #f80a99 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 96% magenta, 38% yellow and 3% black.

Hex #f80a99 color code is between #ff1188 web safe hex color code and #ee00aa web safe hex color code. #ff1188 is the nearest web safe color code. You can see here many more shades of #f80a99 color code.

0 Likes 0 Comments | 2 Views

Color Table

Hex Color Codef80a99#f80a99
RGB Decimal248, 10, 153rgb(248, 10, 153)
RGB Percent97%, 4%, 60%rgb(97%, 4%, 60%)
CSS RGBa248, 10, 153,1rgba(248,10,153,1)
CMYK Modelcmyk(0%,96%,38%,3%)
HSL Color Space324,94% ,51%hsl(324,94% ,51%)
HSV Color Space324°, 96%, 97%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111110000000101010011001
Octal37012231
Decimal24810153
Hexf80a99

Different shades of #f80a99 color code.

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

Light Shade of #f80a99
#f93cae
Dark Shade of #f80a99
#c9067b
Saturated Shade of #f80a99
#ff039a
Desaturated Shade of #f80a99
#eb1796
Grey scale Shade of #f80a99
#818181
Brighten Shade
#ff23b2
Most Readable Shade
#FFFFFF

Shades of #f80a99 color code

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

#f80a99
#dc0888
#c00777
#a50666
#890555
#6e0444
#520333
#370222
#1b0111
#000000

Similar Color like #f80a99 color

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

#f90b9a
#fa0c9b
#fb0d9c
#fc0e9d
#fd0f9e
#fe109f
#ff11a0
#ff12a1
#ff13a2
#ff14a3
#ff15a4
#ff16a5
#ff17a6
#ff18a7
#f70998
#f60897
#f50796
#f40695
#f30594
#f20493
#f10392
#f00291
#ef0190
#ee008f
#ed008e
#ec008d
#eb008c
#ea008b

Monochromatic Color with #f80a99

#f80a99
#230116
#4e0330
#78054a
#a30765
#cd087f

Tints of #f80a99 Color

#f80a99
#f825a4
#f940af
#fa5bbb
#fb76c6
#fb92d1
#fcaddd
#fdc8e8
#fee3f3
#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

#f80a99
#0af869

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

Split Complementary

#f80a99
#22f80a
#0af8e0

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

Analogous Color

#f80af8
#f80ac9
#f80a99
#f80a69
#f80a3a

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

#f80a99
#99f80a
#0a99f8

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

#f80a99
#f8e00a
#0af869
#0a22f8

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

#f80a99
#0af869
#0af8e0
#f80a22

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

#f80a99 Color Code Preview on Black Background Color

This is how #f80a99 Color will look on black background color. Color contrast ratio is 5.49

#f80a99 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f80a99

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f80a99

#f80a99 color code is use for CSS Background Color

Background color for the above div is #f80a99

HTML with inline CSS

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

#f80a99 color code is use for CSS Border Color

CSS Border color for the above div is #f80a99

HTML with inline CSS

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

CSS Border Left color for the above div is #f80a99

HTML with inline CSS

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

CSS Border Right color for the above div is #f80a99

HTML with inline CSS

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

CSS Border Bottom color for the above div is #f80a99

HTML with inline CSS

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

CSS Border Top color for the above div is #f80a99

HTML with inline CSS

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

#f80a99 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#f80a99 Color code Preview on White Background

This is how #f80a99 Color code will look on white background color. Color contrast ratio is 3.82

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

Related Gradients

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

0 Likes 0 Comments | 2 Views

Post your comment:-

By submitting comment you agree to our privacy policy.