crispedge.com

Color picker

Loading...

#f279a4 hex color - Red - Warm color - Information

#f279a4 hex color - Red - Warm color

Color Hue/Base color: Red

Hex #f279a4 Color code in RGB color code model is created after adding 94.9% red color, 47.45% green color and 64.31% blue color. Hex #f279a4 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 50% magenta, 32% yellow and 5% black.

Hex #f279a4 color code is between #ee77aa web safe hex color code and #ff8899 web safe hex color code. #ee77aa is the nearest web safe color code. You can see here many more shades of #f279a4 color code.

0 Likes 0 Comments | 2 Views

RGB Chart

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

Color Table

Hex Color Codef279a4#f279a4
RGB Decimal242, 121, 164rgb(242, 121, 164)
RGB Percent95%, 47%, 64%rgb(95%, 47%, 64%)
CSS RGBa242, 121, 164,1rgba(242,121,164,1)
CMYK Modelcmyk(0%,50%,32%,5%)
HSL Color Space339,82% ,71%hsl(339,82% ,71%)
HSV Color Space339°, 50%, 95%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111100100111100110100100
Octal362171244
Decimal242121164
Hexf279a4

Different shades of #f279a4 color code.

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

Light Shade of #f279a4
#f7a7c4
Dark Shade of #f279a4
#ed4a84
Saturated Shade of #f279a4
#f972a2
Desaturated Shade of #f279a4
#eb80a6
Grey scale Shade of #f279a4
#b5b5b5
Brighten Shade
#ff92bd
Most Readable Shade
#000000

Shades of #f279a4 color code

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

#f279a4
#d76b91
#bc5e7f
#a1506d
#86435b
#6b3548
#502836
#351a24
#1a0d12
#000000

Similar Color like #f279a4 color

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

#f37aa5
#f47ba6
#f57ca7
#f67da8
#f77ea9
#f87faa
#f980ab
#fa81ac
#fb82ad
#fc83ae
#fd84af
#fe85b0
#ff86b1
#ff87b2
#f178a3
#f077a2
#ef76a1
#ee75a0
#ed749f
#ec739e
#eb729d
#ea719c
#e9709b
#e86f9a
#e76e99
#e66d98
#e56c97
#e46b96

Monochromatic Color with #f279a4

#f279a4
#1d0f14
#482431
#72394e
#9d4e6a
#c76487

Tints of #f279a4 Color

#f279a4
#f387ae
#f496b8
#f6a5c2
#f7b4cc
#f9c3d6
#fad2e0
#fce1ea
#fdf0f4
#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

#f279a4
#79f2c7

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

Split Complementary

#f279a4
#79f28a
#79e1f2

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

Analogous Color

#f279d4
#f279bc
#f279a4
#f2798c
#f27e79

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

#f279a4
#a4f279
#79a4f2

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

#f279a4
#e0f279
#79f2c7
#8a79f2

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

#f279a4
#79f2c7
#79e1f2
#f28a79

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

#f279a4 Color Code Preview on Black Background Color

This is how #f279a4 Color will look on black background color. Color contrast ratio is 8.05

#f279a4 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f279a4

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f279a4

#f279a4 color code is use for CSS Background Color

Background color for the above div is #f279a4

HTML with inline CSS

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

#f279a4 color code is use for CSS Border Color

CSS Border color for the above div is #f279a4

HTML with inline CSS

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

CSS Border Left color for the above div is #f279a4

HTML with inline CSS

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

CSS Border Right color for the above div is #f279a4

HTML with inline CSS

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

CSS Border Bottom color for the above div is #f279a4

HTML with inline CSS

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

CSS Border Top color for the above div is #f279a4

HTML with inline CSS

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

#f279a4 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#f279a4 Color code Preview on White Background

This is how #f279a4 Color code will look on white background color. Color contrast ratio is 2.61

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

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,121,164,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(121,242,199,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(242,121,164,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 2 Views

Post your comment:-

By submitting comment you agree to our privacy policy.