crispedge.com

Color picker

Loading...

#f255bd hex color - Red - Warm color - Information

#f255bd hex color - Red - Warm color

Color Hue/Base color: Red

Hex #f255bd Color code in RGB color code model is created after adding 94.9% red color, 33.33% green color and 74.12% blue color. Hex #f255bd Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 65% magenta, 22% yellow and 5% black.

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codef255bd#f255bd
RGB Decimal242, 85, 189rgb(242, 85, 189)
RGB Percent95%, 33%, 74%rgb(95%, 33%, 74%)
CSS RGBa242, 85, 189,1rgba(242,85,189,1)
CMYK Modelcmyk(0%,65%,22%,5%)
HSL Color Space320,86% ,64%hsl(320,86% ,64%)
HSV Color Space320°, 65%, 95%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111100100101010110111101
Octal362125275
Decimal24285189
Hexf255bd

Different shades of #f255bd color code.

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

Light Shade of #f255bd
#f684cf
Dark Shade of #f255bd
#ee26ab
Saturated Shade of #f255bd
#fb4cc0
Desaturated Shade of #f255bd
#e95eba
Grey scale Shade of #f255bd
#a3a3a3
Brighten Shade
#ff6ed6
Most Readable Shade
#000000

Shades of #f255bd color code

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

#f255bd
#d74ba8
#bc4293
#a1387e
#862f69
#6b2554
#501c3f
#35122a
#1a0915
#000000

Similar Color like #f255bd color

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

#f356be
#f457bf
#f558c0
#f659c1
#f75ac2
#f85bc3
#f95cc4
#fa5dc5
#fb5ec6
#fc5fc7
#fd60c8
#fe61c9
#ff62ca
#ff63cb
#f154bc
#f053bb
#ef52ba
#ee51b9
#ed50b8
#ec4fb7
#eb4eb6
#ea4db5
#e94cb4
#e84bb3
#e74ab2
#e649b1
#e548b0
#e447af

Monochromatic Color with #f255bd

#f255bd
#1d0a17
#481938
#722859
#9d377b
#c7469c

Tints of #f255bd Color

#f255bd
#f367c4
#f47acb
#f68dd3
#f7a0da
#f9b3e1
#fac6e9
#fcd9f0
#fdecf7
#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

#f255bd
#55f28a

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

Split Complementary

#f255bd
#6ef255
#55f2d9

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

Analogous Color

#e855f2
#f255dc
#f255bd
#f2559e
#f2557e

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

#f255bd
#bdf255
#55bdf2

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

#f255bd
#f2d855
#55f28a
#556ef2

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

#f255bd
#55f28a
#55f2d9
#f2556e

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

#f255bd Color Code Preview on Black Background Color

This is how #f255bd Color will look on black background color. Color contrast ratio is 6.81

#f255bd in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f255bd

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f255bd

#f255bd color code is use for CSS Background Color

Background color for the above div is #f255bd

HTML with inline CSS

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

#f255bd color code is use for CSS Border Color

CSS Border color for the above div is #f255bd

HTML with inline CSS

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

CSS Border Left color for the above div is #f255bd

HTML with inline CSS

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

CSS Border Right color for the above div is #f255bd

HTML with inline CSS

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

CSS Border Bottom color for the above div is #f255bd

HTML with inline CSS

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

CSS Border Top color for the above div is #f255bd

HTML with inline CSS

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

#f255bd hex Color code used as CSS color Codes

Example CSS Class for usage

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

#f255bd Color code Preview on White Background

This is how #f255bd Color code will look on white background color. Color contrast ratio is 3.08

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

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(242,85,189,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(85,242,138,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(242,85,189,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.