crispedge.com

Color picker

Loading...

#f482a1 hex color - Red - Warm color - Information

#f482a1 hex color - Red - Warm color

Color Hue/Base color: Red

Hex #f482a1 Color code in RGB color code model is created after adding 95.69% red color, 50.98% green color and 63.14% blue color. Hex #f482a1 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 47% magenta, 34% yellow and 4% black.

Hex #f482a1 color code is between #ee8899 web safe hex color code and #ff77aa web safe hex color code. #ee8899 is the nearest web safe color code. You can see here many more shades of #f482a1 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codef482a1#f482a1
RGB Decimal244, 130, 161rgb(244, 130, 161)
RGB Percent96%, 51%, 63%rgb(96%, 51%, 63%)
CSS RGBa244, 130, 161,1rgba(244,130,161,1)
CMYK Modelcmyk(0%,47%,34%,4%)
HSL Color Space344,84% ,73%hsl(344,84% ,73%)
HSV Color Space344°, 47%, 96%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111101001000001010100001
Octal364202241
Decimal244130161
Hexf482a1

Different shades of #f482a1 color code.

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

Light Shade of #f482a1
#f8b1c4
Dark Shade of #f482a1
#f0537e
Saturated Shade of #f482a1
#fb7b9e
Desaturated Shade of #f482a1
#ed89a4
Grey scale Shade of #f482a1
#bbbbbb
Brighten Shade
#ff9bba
Most Readable Shade
#000000

Shades of #f482a1 color code

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

#f482a1
#d8738f
#bd657d
#a2566b
#874859
#6c3947
#512b35
#361c23
#1b0e11
#000000

Similar Color like #f482a1 color

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

#f583a2
#f684a3
#f785a4
#f886a5
#f987a6
#fa88a7
#fb89a8
#fc8aa9
#fd8baa
#fe8cab
#ff8dac
#ff8ead
#ff8fae
#ff90af
#f381a0
#f2809f
#f17f9e
#f07e9d
#ef7d9c
#ee7c9b
#ed7b9a
#ec7a99
#eb7998
#ea7897
#e97796
#e87695
#e77594
#e67493

Monochromatic Color with #f482a1

#f482a1
#1f1115
#4a2731
#743e4d
#9f5569
#c96b85

Tints of #f482a1 Color

#f482a1
#f58fab
#f69db5
#f7abc0
#f8b9ca
#fac7d5
#fbd5df
#fce3ea
#fdf1f4
#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

#f482a1
#82f4d5

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

Split Complementary

#f482a1
#82f49c
#82daf4

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

Analogous Color

#f482cf
#f482b8
#f482a1
#f4828a
#f49182

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

#f482a1
#a1f482
#82a1f4

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

#f482a1
#daf482
#82f4d5
#9c82f4

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

#f482a1
#82f4d5
#82daf4
#f49c82

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

#f482a1 Color Code Preview on Black Background Color

This is how #f482a1 Color will look on black background color. Color contrast ratio is 8.55

#f482a1 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f482a1

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f482a1

#f482a1 color code is use for CSS Background Color

Background color for the above div is #f482a1

HTML with inline CSS

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

#f482a1 color code is use for CSS Border Color

CSS Border color for the above div is #f482a1

HTML with inline CSS

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

CSS Border Left color for the above div is #f482a1

HTML with inline CSS

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

CSS Border Right color for the above div is #f482a1

HTML with inline CSS

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

CSS Border Bottom color for the above div is #f482a1

HTML with inline CSS

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

CSS Border Top color for the above div is #f482a1

HTML with inline CSS

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

#f482a1 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#f482a1 Color code Preview on White Background

This is how #f482a1 Color code will look on white background color. Color contrast ratio is 2.45

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

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(244,130,161,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(130,244,213,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(244,130,161,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.