crispedge.com

Color picker

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

#f074c4 hex color - Red - Warm color - Information

#f074c4 hex color - Red - Warm color

Color Mixture: Magenta and Pink

Color Hue/Base color: Red

Hex #f074c4 Color code in RGB color code model is created after adding 94.12% red color, 45.49% green color and 76.86% blue color. Hex #f074c4 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 52% magenta, 18% yellow and 6% black.

Hex #f074c4 color code is between #ee77cc web safe hex color code and #ff66bb web safe hex color code. #ee77cc is the nearest web safe color code. You can see here many more shades of #f074c4 color code.

0 Likes 0 Comments | 3 Views

Color Table

Hex Color Codef074c4#f074c4
RGB Decimal240, 116, 196rgb(240, 116, 196)
RGB Percent94%, 45%, 77%rgb(94%, 45%, 77%)
CSS RGBa240, 116, 196,1rgba(240,116,196,1)
CMYK Modelcmyk(0%,52%,18%,6%)
HSL Color Space321,81% ,70%hsl(321,81% ,70%)
HSV Color Space321°, 52%, 94%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111100000111010011000100
Octal360164304
Decimal240116196
Hexf074c4

Different shades of #f074c4 color code.

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

Light Shade of #f074c4
#f5a2d8
Dark Shade of #f074c4
#eb46b0
Saturated Shade of #f074c4
#f86cc6
Desaturated Shade of #f074c4
#e87cc2
Grey scale Shade of #f074c4
#b2b2b2
Brighten Shade
#ff8ddd
Most Readable Shade
#000000

Shades of #f074c4 color code

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

#f074c4
#d567ae
#ba5a98
#a04d82
#85406c
#6a3357
#502641
#35192b
#1a0c15
#000000

Similar Color like #f074c4 color

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

#f175c5
#f276c6
#f377c7
#f478c8
#f579c9
#f67aca
#f77bcb
#f87ccc
#f97dcd
#fa7ece
#fb7fcf
#fc80d0
#fd81d1
#fe82d2
#ef73c3
#ee72c2
#ed71c1
#ec70c0
#eb6fbf
#ea6ebe
#e96dbd
#e86cbc
#e76bbb
#e66aba
#e569b9
#e468b8
#e367b7
#e266b6

Monochromatic Color with #f074c4

#f074c4
#1b0d16
#462239
#70365c
#9b4b7f
#c55fa1

Tints of #f074c4 Color

#f074c4
#f183ca
#f392d1
#f5a2d7
#f6b1de
#f8c1e4
#fad0eb
#fbe0f1
#fdeff8
#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

#f074c4
#74f0a0

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

Split Complementary

#f074c4
#86f074
#74f0de

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

Analogous Color

#ea74f0
#f074dd
#f074c4
#f074ab
#f07492

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

#f074c4
#c4f074
#74c4f0

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

#f074c4
#f0de74
#74f0a0
#7486f0

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

#f074c4
#74f0a0
#74f0de
#f07486

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

#f074c4 Color Code Preview on Black Background Color

This is how #f074c4 Color will look on black background color. Color contrast ratio is 8.00

#f074c4 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f074c4

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f074c4

#f074c4 color code is use for CSS Background Color

Background color for the above div is #f074c4

HTML with inline CSS

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

#f074c4 color code is use for CSS Border Color

CSS Border color for the above div is #f074c4

HTML with inline CSS

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

CSS Border Left color for the above div is #f074c4

HTML with inline CSS

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

CSS Border Right color for the above div is #f074c4

HTML with inline CSS

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

CSS Border Bottom color for the above div is #f074c4

HTML with inline CSS

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

CSS Border Top color for the above div is #f074c4

HTML with inline CSS

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

#f074c4 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#f074c4 Color code Preview on White Background

This is how #f074c4 Color code will look on white background color. Color contrast ratio is 2.62

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

Related Gradients

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

0 Likes 0 Comments | 3 Views

Post your comment:-

By submitting comment you agree to our privacy policy.