crispedge.com

Color picker

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

#f392af hex color - Red - Warm color - Information

#f392af hex color - Red - Warm color

Color Hue/Base color: Red

Hex #f392af Color code in RGB color code model is created after adding 95.29% red color, 57.25% green color and 68.63% blue color. Hex #f392af Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 40% magenta, 28% yellow and 5% black.

Hex #f392af color code is between #ee99aa web safe hex color code and #ff88bb web safe hex color code. #ee99aa is the nearest web safe color code. You can see here many more shades of #f392af color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codef392af#f392af
RGB Decimal243, 146, 175rgb(243, 146, 175)
RGB Percent95%, 57%, 69%rgb(95%, 57%, 69%)
CSS RGBa243, 146, 175,1rgba(243,146,175,1)
CMYK Modelcmyk(0%,40%,28%,5%)
HSL Color Space342,80% ,76%hsl(342,80% ,76%)
HSV Color Space342°, 40%, 95%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111100111001001010101111
Octal363222257
Decimal243146175
Hexf392af

Different shades of #f392af color code.

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

Light Shade of #f392af
#f8c0d1
Dark Shade of #f392af
#ee648d
Saturated Shade of #f392af
#f98cad
Desaturated Shade of #f392af
#ed98b1
Grey scale Shade of #f392af
#c2c2c2
Brighten Shade
#ffabc8
Most Readable Shade
#000000

Shades of #f392af color code

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

#f392af
#d8819b
#bd7188
#a26174
#875161
#6c404d
#51303a
#362026
#1b1013
#000000

Similar Color like #f392af color

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

#f493b0
#f594b1
#f695b2
#f796b3
#f897b4
#f998b5
#fa99b6
#fb9ab7
#fc9bb8
#fd9cb9
#fe9dba
#ff9ebb
#ff9fbc
#ffa0bd
#f291ae
#f190ad
#f08fac
#ef8eab
#ee8daa
#ed8ca9
#ec8ba8
#eb8aa7
#ea89a6
#e988a5
#e887a4
#e786a3
#e685a2
#e584a1

Monochromatic Color with #f392af

#f392af
#1e1216
#492c35
#734553
#9e5f72
#c87890

Tints of #f392af Color

#f392af
#f49eb7
#f5aac0
#f7b6c9
#f8c2d2
#f9cedb
#fbdae4
#fce6ed
#fdf2f6
#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

#f392af
#92f3d6

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

Split Complementary

#f392af
#92f3a6
#92dff3

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

Analogous Color

#f392d6
#f392c2
#f392af
#f3929c
#f39c92

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

#f392af
#aff392
#92aff3

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

#f392af
#dff392
#92f3d6
#a592f3

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

#f392af
#92f3d6
#92dff3
#f3a692

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

#f392af Color Code Preview on Black Background Color

This is how #f392af Color will look on black background color. Color contrast ratio is 9.54

#f392af in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f392af

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f392af

#f392af color code is use for CSS Background Color

Background color for the above div is #f392af

HTML with inline CSS

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

#f392af color code is use for CSS Border Color

CSS Border color for the above div is #f392af

HTML with inline CSS

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

CSS Border Left color for the above div is #f392af

HTML with inline CSS

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

CSS Border Right color for the above div is #f392af

HTML with inline CSS

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

CSS Border Bottom color for the above div is #f392af

HTML with inline CSS

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

CSS Border Top color for the above div is #f392af

HTML with inline CSS

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

#f392af hex Color code used as CSS color Codes

Example CSS Class for usage

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

#f392af Color code Preview on White Background

This is how #f392af Color code will look on white background color. Color contrast ratio is 2.20

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

Related Gradients

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

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.