crispedge.com

Color picker

Loading...

#f95dca hex color - Violet - Warm color - Information

#f95dca hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #f95dca Color code in RGB color code model is created after adding 97.65% red color, 36.47% green color and 79.22% blue color. Hex #f95dca Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 63% magenta, 19% yellow and 2% black.

Hex #f95dca color code is between #ff55cc web safe hex color code and #ee66bb web safe hex color code. #ff55cc is the nearest web safe color code. You can see here many more shades of #f95dca color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codef95dca#f95dca
RGB Decimal249, 93, 202rgb(249, 93, 202)
RGB Percent98%, 36%, 79%rgb(98%, 36%, 79%)
CSS RGBa249, 93, 202,1rgba(249,93,202,1)
CMYK Modelcmyk(0%,63%,19%,2%)
HSL Color Space318,93% ,67%hsl(318,93% ,67%)
HSV Color Space318°, 63%, 98%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111110010101110111001010
Octal371135312
Decimal24993202
Hexf95dca

Different shades of #f95dca color code.

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

Light Shade of #f95dca
#fb8eda
Dark Shade of #f95dca
#f72cba
Saturated Shade of #f95dca
#ff57cc
Desaturated Shade of #f95dca
#f165c7
Grey scale Shade of #f95dca
#ababab
Brighten Shade
#ff76e3
Most Readable Shade
#000000

Shades of #f95dca color code

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

#f95dca
#dd52b3
#c1489d
#a63e86
#8a3370
#6e2959
#531f43
#37142c
#1b0a16
#000000

Similar Color like #f95dca color

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

#fa5ecb
#fb5fcc
#fc60cd
#fd61ce
#fe62cf
#ff63d0
#ff64d1
#ff65d2
#ff66d3
#ff67d4
#ff68d5
#ff69d6
#ff6ad7
#ff6bd8
#f85cc9
#f75bc8
#f65ac7
#f559c6
#f458c5
#f357c4
#f256c3
#f155c2
#f054c1
#ef53c0
#ee52bf
#ed51be
#ec50bd
#eb4fbc

Monochromatic Color with #f95dca

#f95dca
#240e1e
#4f1e40
#792d63
#a43d85
#ce4da8

Tints of #f95dca Color

#f95dca
#f96fcf
#fa81d5
#fb93db
#fba5e1
#fcb7e7
#fdc9ed
#fddbf3
#feedf9
#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

#f95dca
#5df98c

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

Split Complementary

#f95dca
#7cf95d
#5df9da

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

Analogous Color

#ea5df9
#f95de9
#f95dca
#f95dab
#f95d8c

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

#f95dca
#caf95d
#5dcaf9

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

#f95dca
#f9da5d
#5df98c
#5d7cf9

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

#f95dca
#5df98c
#5df9da
#f95d7c

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

#f95dca Color Code Preview on Black Background Color

This is how #f95dca Color will look on black background color. Color contrast ratio is 7.45

#f95dca in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f95dca

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f95dca

#f95dca color code is use for CSS Background Color

Background color for the above div is #f95dca

HTML with inline CSS

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

#f95dca color code is use for CSS Border Color

CSS Border color for the above div is #f95dca

HTML with inline CSS

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

CSS Border Left color for the above div is #f95dca

HTML with inline CSS

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

CSS Border Right color for the above div is #f95dca

HTML with inline CSS

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

CSS Border Bottom color for the above div is #f95dca

HTML with inline CSS

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

CSS Border Top color for the above div is #f95dca

HTML with inline CSS

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

#f95dca hex Color code used as CSS color Codes

Example CSS Class for usage

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

#f95dca Color code Preview on White Background

This is how #f95dca Color code will look on white background color. Color contrast ratio is 2.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 #f95dca; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #f95dca; }

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(249,93,202,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(93,249,140,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(249,93,202,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.