crispedge.com

Color picker

Loading...

#f600db hex color - Red - Warm color - Information

#f600db hex color - Red - Warm color

Color Hue/Base color: Red

Hex #f600db Color code in RGB color code model is created after adding 96.47% red color, 0% green color and 85.88% blue color. Hex #f600db Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 100% magenta, 11% yellow and 4% black.

Hex #f600db color code is between #ee00dd web safe hex color code and #ff00cc web safe hex color code. #ee00dd is the nearest web safe color code. You can see here many more shades of #f600db color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codef600db#f600db
RGB Decimal246, 0, 219rgb(246, 0, 219)
RGB Percent96%, 0%, 86%rgb(96%, 0%, 86%)
CSS RGBa246, 0, 219,1rgba(246,0,219,1)
CMYK Modelcmyk(0%,100%,11%,4%)
HSL Color Space307,100% ,48%hsl(307,100% ,48%)
HSV Color Space307°, 100%, 96%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111101100000000011011011
Octal3660333
Decimal2460219
Hexf600db

Different shades of #f600db color code.

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

Light Shade of #f600db
#ff2ae8
Dark Shade of #f600db
#c300ae
Saturated Shade of #f600db
#f600db
Desaturated Shade of #f600db
#ea0cd1
Grey scale Shade of #f600db
#7b7b7b
Brighten Shade
#ff19f4
Most Readable Shade
#FFFFFF

Shades of #f600db color code

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

#f600db
#da00c2
#bf00aa
#a40092
#880079
#6d0061
#520049
#360030
#1b0018
#000000

Similar Color like #f600db color

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

#f701dc
#f802dd
#f903de
#fa04df
#fb05e0
#fc06e1
#fd07e2
#fe08e3
#ff09e4
#ff0ae5
#ff0be6
#ff0ce7
#ff0de8
#ff0ee9
#f500da
#f400d9
#f300d8
#f200d7
#f100d6
#f000d5
#ef00d4
#ee00d3
#ed00d2
#ec00d1
#eb00d0
#ea00cf
#e900ce
#e800cd

Monochromatic Color with #f600db

#f600db
#21001e
#4c0044
#760069
#a1008f
#cb00b5

Tints of #f600db Color

#f600db
#f71cdf
#f838e3
#f955e7
#fa71eb
#fb8def
#fcaaf3
#fdc6f7
#fee2fb
#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

#f600db
#00f61b

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

Split Complementary

#f600db
#60f600
#00f696

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

Analogous Color

#af00f6
#e000f6
#f600db
#f600aa
#f60079

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

#f600db
#dbf600
#00dbf6

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

#f600db
#f69600
#00f61b
#0060f6

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

#f600db
#00f61b
#00f696
#f60060

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

#f600db Color Code Preview on Black Background Color

This is how #f600db Color will look on black background color. Color contrast ratio is 5.94

#f600db in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f600db

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f600db

#f600db color code is use for CSS Background Color

Background color for the above div is #f600db

HTML with inline CSS

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

#f600db color code is use for CSS Border Color

CSS Border color for the above div is #f600db

HTML with inline CSS

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

CSS Border Left color for the above div is #f600db

HTML with inline CSS

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

CSS Border Right color for the above div is #f600db

HTML with inline CSS

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

CSS Border Bottom color for the above div is #f600db

HTML with inline CSS

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

CSS Border Top color for the above div is #f600db

HTML with inline CSS

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

#f600db hex Color code used as CSS color Codes

Example CSS Class for usage

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

#f600db Color code Preview on White Background

This is how #f600db Color code will look on white background color. Color contrast ratio is 3.53

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

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(246,0,219,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(0,246,27,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(246,0,219,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.