Skip to main content Skip to docs navigation

#f960db 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 Magenta Stream and its hex is #FA5FF7 Nearest Color Name

Color Hue/Base color: Red

Hex #f960db Color code in RGB color code model is created after adding 97.65% red color, 37.65% green color and 85.88% blue color. Hex #f960db Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 61% magenta, 12% yellow and 2.35% black.

Hex #f960db color code is between #ff66dd web safe hex color code and #ee55cc web safe hex color code. #ff66dd is the nearest web safe color code. You can see here many more shades of #f960db color code.

RGB Chart

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

Color Table

Hex Color Code f960db #f960db
RGB Decimal 249, 96, 219 249, 96, 219
RGB Percent 98%, 38%, 86% rgb(98%, 38%, 86%)
CSS RGBa 249, 96, 219,1 rgba(249,96,219,1)
CMYK Model cmyk(0%,61%,12%,2.35%)
HSL Color Space 312,93% ,68% hsl(312,93% ,68%)
HSV Color Space 312°, 61%, 98%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11111001 01100000 11011011
Octal 371 140 333
Decimal 249 96 219
Hex f9 60 db

Different shades of #f960db color code.

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

Darkest of #f960db
#b90796
Darker of #f960db
#ea09be
Dark of #f960db
#f72fd0
Base of #f960db
#f960db
Light of #f960db
#fb91e6
Lighter
#fdc2f1
Lightest
#fff3fc

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

#f960db
#60f97e

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

Split Complementary

#f960db
#8ff960
#60f9ca

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

Analogous Color

#be60f9
#d760f9
#f960db
#f960a8
#f96068

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

#f960db
#60dbf9
#dbf960

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

#f960db
#dbf960
#60f97e
#7e60f9

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

#f960db
#f9ca60
#60f97e
#608ff9

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 #f960db

#88056e
#b90796
#ea09be
#f72fd0
#f960db
#fb91e6
#fdc2f1
#fff3fc
#ffffff

Tints of #f960db Color

#f960db
#f971df
#fa83e3
#fb95e7
#fba6eb
#fcb8ef
#fdcaf3
#fddbf7
#feedfb
#ffffff

Shades of #f960db color code

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

#f960db
#dd55c2
#c14aaa
#a64092
#8a3579
#6e2a61
#532049
#371530
#1b0a18
#000000

Tones

#f960db
#e971d1
#d881c7
#c892bd
#b7a2b3

Tones

Similar Color like #f960db color

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

#fa61dc
#fb62dd
#fc63de
#fd64df
#fe65e0
#ff66e1
#ff67e2
#ff68e3
#ff69e4
#ff6ae5
#ff6be6
#ff6ce7
#ff6de8
#ff6ee9
#f85fda
#f75ed9
#f65dd8
#f55cd7
#f45bd6
#f35ad5
#f259d4
#f158d3
#f057d2
#ef56d1
#ee55d0
#ed54cf
#ec53ce
#eb52cd

Download this Dark Red

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

#f960db Color Code Preview on Black Background Color

This is how #f960db Color will look on black background color. Color contrast ratio is 7.72

#f960db in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f960db

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f960db

#f960db color code is use for CSS Background Color

Background color for the above div is #f960db

HTML with inline CSS

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

#f960db color code is use for CSS Border Color

CSS Border color for the above div is #f960db

HTML with inline CSS

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

CSS Border Left color for the above div is #f960db

HTML with inline CSS

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

CSS Border Right color for the above div is #f960db

HTML with inline CSS

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

CSS Border Bottom color for the above div is #f960db

HTML with inline CSS

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

CSS Border Top color for the above div is #f960db

HTML with inline CSS

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

#f960db hex Color code used as CSS color Codes

Example CSS Class for usage

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

#f960db Color code Preview on White Background

This is how #f960db Color code will look on white background color. Color contrast ratio is 2.72

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

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(249,96,219,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(96,249,126,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(249,96,219,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }