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

#f955c6 hex color - Red - Warm color - Information

#f955c6 hex color - Red - Warm color

Color Hue/Base color: Red

Hex #f955c6 Color code in RGB color code model is created after adding 97.65% red color, 33.33% green color and 77.65% blue color. Hex #f955c6 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 66% magenta, 20% yellow and 2.35% black.

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codef955c6#f955c6
RGB Decimal249, 85, 198rgb(249, 85, 198)
RGB Percent98%, 33%, 78%rgb(98%, 33%, 78%)
CSS RGBa249, 85, 198,1rgba(249,85,198,1)
CMYK Modelcmyk(0%,66%,20%,2.35%)
HSL Color Space319,93% ,65%hsl(319,93% ,65%)
HSV Color Space319°, 66%, 98%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111110010101010111000110
Octal371125306
Decimal24985198
Hexf955c6

Different shades of #f955c6 color code.

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

Light Shade of #f955c6
#fb86d7
Dark Shade of #f955c6
#f724b5
Saturated Shade of #f955c6
#ff4fc8
Desaturated Shade of #f955c6
#f05ec3
Grey scale Shade of #f955c6
#a7a7a7
Brighten Shade
#ff6edf
Most Readable Shade
#000000

Shades of #f955c6 color code

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

#f955c6
#dd4bb0
#c1429a
#a63884
#8a2f6e
#6e2558
#531c42
#37122c
#1b0916
#000000

Similar Color like #f955c6 color

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

#fa56c7
#fb57c8
#fc58c9
#fd59ca
#fe5acb
#ff5bcc
#ff5ccd
#ff5dce
#ff5ecf
#ff5fd0
#ff60d1
#ff61d2
#ff62d3
#ff63d4
#f854c5
#f753c4
#f652c3
#f551c2
#f450c1
#f34fc0
#f24ebf
#f14dbe
#f04cbd
#ef4bbc
#ee4abb
#ed49ba
#ec48b9
#eb47b8

Monochromatic Color with #f955c6

#f955c6
#240c1d
#4f1b3f
#792961
#a43882
#ce46a4

Tints of #f955c6 Color

#f955c6
#f967cc
#fa7ad2
#fb8dd9
#fba0df
#fcb3e5
#fdc6ec
#fdd9f2
#feecf8
#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

#f955c6
#55f988

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

Split Complementary

#f955c6
#74f955
#55f9da

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

Analogous Color

#ea55f9
#f955e7
#f955c6
#f955a5
#f95584

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

#f955c6
#c6f955
#55c6f9

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

#f955c6
#f9da55
#55f988
#5574f9

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

#f955c6
#55f988
#55f9da
#f95574

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

#f955c6 Color Code Preview on Black Background Color

This is how #f955c6 Color will look on black background color. Color contrast ratio is 7.14

#f955c6 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f955c6

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f955c6

#f955c6 color code is use for CSS Background Color

Background color for the above div is #f955c6

HTML with inline CSS

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

#f955c6 color code is use for CSS Border Color

CSS Border color for the above div is #f955c6

HTML with inline CSS

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

CSS Border Left color for the above div is #f955c6

HTML with inline CSS

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

CSS Border Right color for the above div is #f955c6

HTML with inline CSS

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

CSS Border Bottom color for the above div is #f955c6

HTML with inline CSS

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

CSS Border Top color for the above div is #f955c6

HTML with inline CSS

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

#f955c6 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#f955c6 Color code Preview on White Background

This is how #f955c6 Color code will look on white background color. Color contrast ratio is 2.94

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

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,85,198,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(85,249,136,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(249,85,198,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.