crispedge.com

Color picker

Loading...

#f865c6 hex color - Red - Warm color - Information

#f865c6 hex color - Red - Warm color

Color Hue/Base color: Red

Hex #f865c6 Color code in RGB color code model is created after adding 97.25% red color, 39.61% green color and 77.65% blue color. Hex #f865c6 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 59% magenta, 20% yellow and 3% black.

Hex #f865c6 color code is between #ff66cc web safe hex color code and #ee55bb web safe hex color code. #ff66cc is the nearest web safe color code. You can see here many more shades of #f865c6 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codef865c6#f865c6
RGB Decimal248, 101, 198rgb(248, 101, 198)
RGB Percent97%, 40%, 78%rgb(97%, 40%, 78%)
CSS RGBa248, 101, 198,1rgba(248,101,198,1)
CMYK Modelcmyk(0%,59%,20%,3%)
HSL Color Space320,91% ,68%hsl(320,91% ,68%)
HSV Color Space320°, 59%, 97%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111110000110010111000110
Octal370145306
Decimal248101198
Hexf865c6

Different shades of #f865c6 color code.

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

Light Shade of #f865c6
#fa96d8
Dark Shade of #f865c6
#f634b4
Saturated Shade of #f865c6
#ff5ec8
Desaturated Shade of #f865c6
#f06dc3
Grey scale Shade of #f865c6
#aeaeae
Brighten Shade
#ff7edf
Most Readable Shade
#000000

Shades of #f865c6 color code

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

#f865c6
#dc59b0
#c04e9a
#a54384
#89386e
#6e2c58
#522142
#37162c
#1b0b16
#000000

Similar Color like #f865c6 color

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

#f966c7
#fa67c8
#fb68c9
#fc69ca
#fd6acb
#fe6bcc
#ff6ccd
#ff6dce
#ff6ecf
#ff6fd0
#ff70d1
#ff71d2
#ff72d3
#ff73d4
#f764c5
#f663c4
#f562c3
#f461c2
#f360c1
#f25fc0
#f15ebf
#f05dbe
#ef5cbd
#ee5bbc
#ed5abb
#ec59ba
#eb58b9
#ea57b8

Monochromatic Color with #f865c6

#f865c6
#230e1c
#4e203e
#783160
#a34282
#cd54a4

Tints of #f865c6 Color

#f865c6
#f876cc
#f987d2
#fa98d9
#fba9df
#fbbae5
#fccbec
#fddcf2
#feedf8
#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

#f865c6
#65f897

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

Split Complementary

#f865c6
#7cf865
#65f8e1

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

Analogous Color

#ef65f8
#f865e3
#f865c6
#f865a9
#f8658b

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

#f865c6
#c6f865
#65c6f8

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

#f865c6
#f8e065
#65f897
#657cf8

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

#f865c6
#65f897
#65f8e1
#f8657c

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

#f865c6 Color Code Preview on Black Background Color

This is how #f865c6 Color will look on black background color. Color contrast ratio is 7.67

#f865c6 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f865c6

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f865c6

#f865c6 color code is use for CSS Background Color

Background color for the above div is #f865c6

HTML with inline CSS

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

#f865c6 color code is use for CSS Border Color

CSS Border color for the above div is #f865c6

HTML with inline CSS

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

CSS Border Left color for the above div is #f865c6

HTML with inline CSS

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

CSS Border Right color for the above div is #f865c6

HTML with inline CSS

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

CSS Border Bottom color for the above div is #f865c6

HTML with inline CSS

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

CSS Border Top color for the above div is #f865c6

HTML with inline CSS

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

#f865c6 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#f865c6 Color code Preview on White Background

This is how #f865c6 Color code will look on white background color. Color contrast ratio is 2.74

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

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(248,101,198,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(101,248,151,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(248,101,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.