crispedge.com

Color picker

Loading...
Click "Search Color" button for color information.

#f038a6 hex color - Red - Warm color - Information

#f038a6 hex color - Red - Warm color

Color Mixture: Magenta and Pink

Color Hue/Base color: Red

Hex #f038a6 Color code in RGB color code model is created after adding 94.12% red color, 21.96% green color and 65.1% blue color. Hex #f038a6 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 77% magenta, 31% yellow and 6% black.

Hex #f038a6 color code is between #ee33aa web safe hex color code and #ff4499 web safe hex color code. #ee33aa is the nearest web safe color code. You can see here many more shades of #f038a6 color code.

0 Likes 0 Comments | 4 Views

Color Table

Hex Color Codef038a6#f038a6
RGB Decimal240, 56, 166rgb(240, 56, 166)
RGB Percent94%, 22%, 65%rgb(94%, 22%, 65%)
CSS RGBa240, 56, 166,1rgba(240,56,166,1)
CMYK Modelcmyk(0%,77%,31%,6%)
HSL Color Space324,86% ,58%hsl(324,86% ,58%)
HSV Color Space324°, 77%, 94%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111100000011100010100110
Octal36070246
Decimal24056166
Hexf038a6

Different shades of #f038a6 color code.

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

Light Shade of #f038a6
#f467bb
Dark Shade of #f038a6
#e4118f
Saturated Shade of #f038a6
#fb2da8
Desaturated Shade of #f038a6
#e543a4
Grey scale Shade of #f038a6
#949494
Brighten Shade
#ff51bf
Most Readable Shade
#FFFFFF

Shades of #f038a6 color code

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

#f038a6
#d53193
#ba2b81
#a0256e
#851f5c
#6a1849
#501237
#350c24
#1a0612
#000000

Similar Color like #f038a6 color

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

#f139a7
#f23aa8
#f33ba9
#f43caa
#f53dab
#f63eac
#f73fad
#f840ae
#f941af
#fa42b0
#fb43b1
#fc44b2
#fd45b3
#fe46b4
#ef37a5
#ee36a4
#ed35a3
#ec34a2
#eb33a1
#ea32a0
#e9319f
#e8309e
#e72f9d
#e62e9c
#e52d9b
#e42c9a
#e32b99
#e22a98

Monochromatic Color with #f038a6

#f038a6
#1b0613
#461030
#701a4e
#9b246b
#c52e89

Tints of #f038a6 Color

#f038a6
#f14eaf
#f364b9
#f57ac3
#f690cd
#f8a6d7
#fabce1
#fbd2eb
#fde8f5
#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

#f038a6
#38f082

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

Split Complementary

#f038a6
#4af038
#38f0de

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

Analogous Color

#f038f0
#f038cb
#f038a6
#f03881
#f0385c

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

#f038a6
#a6f038
#38a6f0

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

#f038a6
#f0de38
#38f082
#384af0

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

#f038a6
#38f082
#38f0de
#f0384a

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

#f038a6 Color Code Preview on Black Background Color

This is how #f038a6 Color will look on black background color. Color contrast ratio is 5.82

#f038a6 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f038a6

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f038a6

#f038a6 color code is use for CSS Background Color

Background color for the above div is #f038a6

HTML with inline CSS

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

#f038a6 color code is use for CSS Border Color

CSS Border color for the above div is #f038a6

HTML with inline CSS

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

CSS Border Left color for the above div is #f038a6

HTML with inline CSS

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

CSS Border Right color for the above div is #f038a6

HTML with inline CSS

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

CSS Border Bottom color for the above div is #f038a6

HTML with inline CSS

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

CSS Border Top color for the above div is #f038a6

HTML with inline CSS

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

#f038a6 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#f038a6 Color code Preview on White Background

This is how #f038a6 Color code will look on white background color. Color contrast ratio is 3.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 #f038a6; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #f038a6; }

Related Gradients

Beautiful Colored Gradient Background. Find awesome Gradient for your next project.

0 Likes 0 Comments | 4 Views

Post your comment:-

By submitting comment you agree to our privacy policy.