Skip to main content Skip to docs navigation

#f802ab hex color | Download Dark Red BG image | Information

Color Picker

@
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.

Color Info

Woow we have a nearby visually matching color name available. It's name is Bright Pink and its hex is #FE01B1 Nearest Color Name

Color Hue/Base color: Red

Hex #f802ab Color code in RGB color code model is created after adding 97.25% red color, 0.78% green color and 67.06% blue color. Hex #f802ab Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 99% magenta, 31% yellow and 2.75% black.

Hex #f802ab color code is between #ff00aa web safe hex color code and #ee00bb web safe hex color code. #ff00aa is the nearest web safe color code. You can see here many more shades of #f802ab color code.

RGB Chart

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

Color Table

Hex Color Code f802ab #f802ab
RGB Decimal 248, 2, 171 248, 2, 171
RGB Percent 97%, 1%, 67% rgb(97%, 1%, 67%)
CSS RGBa 248, 2, 171,1 rgba(248,2,171,1)
CMYK Model cmyk(0%,99%,31%,2.75%)
HSL Color Space 319,98% ,49% hsl(319,98% ,49%)
HSV Color Space 319°, 99%, 97%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11111000 00000010 10101011
Octal 370 2 253
Decimal 248 2 171
Hex f8 02 ab

Different shades of #f802ab color code.

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

Darkest of #f802ab
#600142
Darker of #f802ab
#930165
Dark of #f802ab
#c50288
Base of #f802ab
#f802ab
Light of #f802ab
#fd30bd
Lighter
#fe62cd
Lightest
#fe95dd

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

#f802ab
#02f84f

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

Split Complementary

#f802ab
#30f802
#02f8ca

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

Analogous Color

#b502f8
#de02f8
#f802ab
#f80259
#f81102

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

#f802ab
#02abf8
#abf802

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

#f802ab
#abf802
#02f84f
#4f02f8

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Square Color

#f802ab
#f8ca02
#02f84f
#0230f8

Square 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).

Monochromatic Color with #f802ab

#2e001f
#600142
#930165
#c50288
#f802ab
#fd30bd
#fe62cd
#fe95dd
#ffc7ed

Tints of #f802ab Color

#f802ab
#f81eb4
#f93abd
#fa56c7
#fb72d0
#fb8ed9
#fcaae3
#fdc6ec
#fee2f5
#ffffff

Shades of #f802ab color code

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

#f802ab
#dc0198
#c00185
#a50172
#89015f
#6e004c
#520039
#370026
#1b0013
#000000

Tones

#f802ab
#df1ba2
#c63498
#ad4d8f
#946686

Tones

Similar Color like #f802ab color

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

#f903ac
#fa04ad
#fb05ae
#fc06af
#fd07b0
#fe08b1
#ff09b2
#ff0ab3
#ff0bb4
#ff0cb5
#ff0db6
#ff0eb7
#ff0fb8
#ff10b9
#f701aa
#f600a9
#f500a8
#f400a7
#f300a6
#f200a5
#f100a4
#f000a3
#ef00a2
#ee00a1
#ed00a0
#ec009f
#eb009e
#ea009d

Download this Dark Red

Hex #f802ab 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.

#f802ab Color Code Preview on Black Background Color

This is how #f802ab Color will look on black background color. Color contrast ratio is 5.59

#f802ab in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f802ab

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f802ab

#f802ab color code is use for CSS Background Color

Background color for the above div is #f802ab

HTML with inline CSS

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

#f802ab color code is use for CSS Border Color

CSS Border color for the above div is #f802ab

HTML with inline CSS

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

CSS Border Left color for the above div is #f802ab

HTML with inline CSS

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

CSS Border Right color for the above div is #f802ab

HTML with inline CSS

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

CSS Border Bottom color for the above div is #f802ab

HTML with inline CSS

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

CSS Border Top color for the above div is #f802ab

HTML with inline CSS

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

#f802ab hex Color code used as CSS color Codes

Example CSS Class for usage

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

#f802ab Color code Preview on White Background

This is how #f802ab Color code will look on white background color. Color contrast ratio is 3.76

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

Gradient color background

Using gradients with mixed colors is a good idea. Download these backgrounds. Use them in slideshows, cards, and other designs.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE

 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(248,2,171,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(2,248,79,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(248,2,171,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }