COLOR #F57EE6

HEX: #F57EE6 RGB: (245,126,230)

Color info

#F57EE6 contains mainly red and blue colors. Web safe color of #F57EE6 is #FF66CC (or #F6C).

RGB color model

#F57EE6 color RGB value is (245,126,230).

RGB: (245,126,230) (96%, 49%, 90%)

RGB channels and saturation

R 245 of 255 = 96%
G 126 of 255 = 49%
B 230 of 255 = 90%

245
126
230

R + G + B ~ 78%. #F57EE6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 245 + 126 + 230 = 601 (100%)
R 245 of 601 ~ 40.77%
G 126 of 601 ~ 20.97%
B 230 of 601 ~ 38.27'%

%40.77
%20.97
%38.27

CMYK color model

#F57EE6 color CMYK value is (0,49,6,4).

  • cyan value is 0.00%
  • magenta value is 48.57%
  • yellow value is 6.12%
  • key color value is 3.92%

CMYK: (0,49,6,4)
C0M49Y6K4 (0%, 49%, 6%, 4%)
(0.00 / 0.49 / 0.06 / 0.04)

CMYK percentages

%0
%48.57
%6.12
%3.92

Codes

Color #F57EE6 in popluar color models

F5 7E E6
RGB 245 126 230
HSL 308° 85.61% 72.75%
HSB/HSV 308° 48.57% 96.08%
CMYK 0.00% 48.57% 6.12%
3.92%

Color #F57EE6 in popluar number systems.

HEX F5 7E E6
Decimal 245 126 230
Binary 11110101 1111110 11100110
Octal 365 176 346

Shades and tints

Shades of #F57EE6

#F57EE6
(245,126,230)
#DF73D2
(223,115,210)
#C968BE
(201,104,190)
#B35DAA
(179,93,170)
#9D5296
(157,82,150)
#874782
(135,71,130)
#713C6E
(113,60,110)
#5B315A
(91,49,90)
#452646
(69,38,70)
#2F1B32
(47,27,50)
#19101E
(25,16,30)
#000000
(0,0,0)

Tints of #F57EE6

#F57EE6
(245,126,230)
#F589E8
(245,137,232)
#F594EA
(245,148,234)
#F59FEC
(245,159,236)
#F5AAEE
(245,170,238)
#F5B5F0
(245,181,240)
#F5C0F2
(245,192,242)
#F5CBF4
(245,203,244)
#F5D6F6
(245,214,246)
#F5E1F8
(245,225,248)
#F5ECFA
(245,236,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F57EE6 color. Also use rgb(245,126,230) instead hex code.

Text Font Color

.myTextColor { color: #F57EE6; }

<p style="color:#F57EE6">This sample text font color is #F57EE6.</p>

This text font color is #F57EE6.

Background Color

.myBgColor { background-color: #F57EE6; }

<div style="background-color:#F57EE6">Inner text</div>

This div background color is #F57EE6.

Border color

.myBorderColor { border: 1px solid #F57EE6; }

<div style="border:3px solid #F57EE6">Div</div>

This div border color is #F57EE6.

Opacity

.myOpacity80 { color: #F57EE6; opacity: 0.8; }

<p style="color:#F57EE6;opacity:0.8;">80%</p>

Text with #F57EE6 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #F57EE6;}

<p style="text-shadow: 3px 3px 1px #F57EE6">Text here.</p>

This text has shadow with #F57EE6 color.


.textShadow {text-shadow: 3px 3px 1px #F57EE6', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #F57EE6, 5px 5px 20px red">Text here.</p>

This text has shadow with #F57EE6 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#F57EE6, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#F57EE6, Direction=45, Strength=4)">Text</p>

This text has shadow with #F57EE6 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #F57EE6;
-webkit-box-shadow: 1px 1px 3px 2px #F57EE6;
box-shadow: 1px 1px 3px 2px #F57EE6;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #F57EE6; -webkit-box-shadow: 1px 1px 3px 2px #F57EE6; box-shadow:1px 1px 3px 2px #F57EE6;">
Div content here
</div>

This div box has shadow with color #F57EE6.

Preview

Color preview on black background

This text has color #F57EE6 on black background.


Color preview on white background

This text has color #F57EE6 on white background.


Black color preview on #F57EE6 background

This text has black color on #F57EE6 background.


White color preview on #F57EE6 background

This text has white color on #F57EE6 background.


Related colors

Complementary color

Complementary color for #hex is #0A8119.


I love getcolorcode.com

Triadic colors

1 #E6F57E and #7EE6F5 with #F57EE6 are triadic colors.

2 #E67EF5 and #7EF5E6 with #F57EE6 are triadic colors.