crispedge.com

Color picker

Loading...

#f060d2 hex color - Red - Warm color - Information

#f060d2 hex color - Red - Warm color

Color Hue/Base color: Red

Hex #f060d2 Color code in RGB color code model is created after adding 94.12% red color, 37.65% green color and 82.35% blue color. Hex #f060d2 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 60% magenta, 13% yellow and 6% black.

Hex #f060d2 color code is between #ee66cc web safe hex color code and #ff55dd web safe hex color code. #ee66cc is the nearest web safe color code. You can see here many more shades of #f060d2 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codef060d2#f060d2
RGB Decimal240, 96, 210rgb(240, 96, 210)
RGB Percent94%, 38%, 82%rgb(94%, 38%, 82%)
CSS RGBa240, 96, 210,1rgba(240,96,210,1)
CMYK Modelcmyk(0%,60%,13%,6%)
HSL Color Space313,83% ,66%hsl(313,83% ,66%)
HSV Color Space312°, 60%, 94%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111100000110000011010010
Octal360140322
Decimal24096210
Hexf060d2

Different shades of #f060d2 color code.

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

Light Shade of #f060d2
#f48fdf
Dark Shade of #f060d2
#ec31c5
Saturated Shade of #f060d2
#f957d7
Desaturated Shade of #f060d2
#e769cd
Grey scale Shade of #f060d2
#a8a8a8
Brighten Shade
#ff79eb
Most Readable Shade
#000000

Shades of #f060d2 color code

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

#f060d2
#d555ba
#ba4aa3
#a0408c
#853574
#6a2a5d
#502046
#35152e
#1a0a17
#000000

Similar Color like #f060d2 color

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

#f161d3
#f262d4
#f363d5
#f464d6
#f565d7
#f666d8
#f767d9
#f868da
#f969db
#fa6adc
#fb6bdd
#fc6cde
#fd6ddf
#fe6ee0
#ef5fd1
#ee5ed0
#ed5dcf
#ec5cce
#eb5bcd
#ea5acc
#e959cb
#e858ca
#e757c9
#e656c8
#e555c7
#e454c6
#e353c5
#e252c4

Monochromatic Color with #f060d2

#f060d2
#1b0b18
#461c3d
#702d62
#9b3e88
#c54fad

Tints of #f060d2 Color

#f060d2
#f171d7
#f383dc
#f595e1
#f6a6e6
#f8b8eb
#facaf0
#fbdbf5
#fdedfa
#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

#f060d2
#60f07e

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

Split Complementary

#f060d2
#8af060
#60f0c6

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

Analogous Color

#d460f0
#f060ef
#f060d2
#f060b5
#f06098

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

#f060d2
#d2f060
#60d2f0

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

#f060d2
#f0c660
#60f07e
#608af0

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

#f060d2
#60f07e
#60f0c6
#f0608a

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

#f060d2 Color Code Preview on Black Background Color

This is how #f060d2 Color will look on black background color. Color contrast ratio is 7.31

#f060d2 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f060d2

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f060d2

#f060d2 color code is use for CSS Background Color

Background color for the above div is #f060d2

HTML with inline CSS

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

#f060d2 color code is use for CSS Border Color

CSS Border color for the above div is #f060d2

HTML with inline CSS

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

CSS Border Left color for the above div is #f060d2

HTML with inline CSS

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

CSS Border Right color for the above div is #f060d2

HTML with inline CSS

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

CSS Border Bottom color for the above div is #f060d2

HTML with inline CSS

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

CSS Border Top color for the above div is #f060d2

HTML with inline CSS

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

#f060d2 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#f060d2 Color code Preview on White Background

This is how #f060d2 Color code will look on white background color. Color contrast ratio is 2.87

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

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(240,96,210,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(96,240,126,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(240,96,210,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.