COLOR #F057E6

HEX: #F057E6
RGB: (240,87,230)

Color info

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

RGB color model

#F057E6 color RGB value is (240,87,230).

  • red value is 240;
  • green value is 87;
  • blue value is 230.
RGB:
(240,87,230)
(94%,34%,90%)

RGB channels and saturation

R 240 of 255 = 94%
G 87 of 255 = 34%
B 230 of 255 = 90%

240
87
230

R + G + B ~ 73%. #F057E6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
240 + 87 + 230 = 557 (100%)
R 240 of 557 ~ 43.09%
G 87 of 557 ~ 15.62%
B 230 of 557 ~ 41.29%

%43.09
%15.62
%41.29

CMYK color model

#F057E6 color CMYK value is (0,64,4,6).

  • cyan value is 0.00%
  • magenta value is 63.75%
  • yellow value is 4.17%
  • key color value is 5.88%
CMYK:
(0,64,4,6)
C0M64Y4K6 
(0%,64%,4%,6%)
(0.00/0.64/0.04/0.06)	

CMYK percentages

%0
%63.75
%4.17
%5.88

Codes

Color #F057E6 in popluar color models

F057E6
RGB24087230
HSL304°83.61%64.12%
HSB/HSV304°63.75%94.12%
CMYK0.00%63.75%4.17%
5.88%

Color #F057E6 in popluar number systems.

HEXF057E6
Decimal24087230
Binary11110000101011111100110
Octal360127346

Shades and tints

Shades of #F057E6

#F057E6
(240,87,230)
#DB50D2
(219,80,210)
#C649BE
(198,73,190)
#B142AA
(177,66,170)
#9C3B96
(156,59,150)
#873482
(135,52,130)
#722D6E
(114,45,110)
#5D265A
(93,38,90)
#481F46
(72,31,70)
#331832
(51,24,50)
#1E111E
(30,17,30)
#000000
(0,0,0)

Tints of #F057E6

#F057E6
(240,87,230)
#F166E8
(241,102,232)
#F275EA
(242,117,234)
#F384EC
(243,132,236)
#F493EE
(244,147,238)
#F5A2F0
(245,162,240)
#F6B1F2
(246,177,242)
#F7C0F4
(247,192,244)
#F8CFF6
(248,207,246)
#F9DEF8
(249,222,248)
#FAEDFA
(250,237,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F057E6 color. Also use rgb(240,87,230) instead hex code.

Text Font Color

.myTextColor { color: #F057E6; }

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

This text font color is #F057E6.


Background Color

.myBgColor { background-color: #F057E6; }

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

This div background color is #F057E6.


Border color

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

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

This div border color is #F057E6.


Opacity

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

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

Text with #F057E6 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 #F057E6;}

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

This text has shadow with #F057E6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F057E6 on black background.


Color preview on white background

This text has color #F057E6 on white background.



Black color preview on #F057E6 background

This text has black color on #F057E6 background.


White color preview on #F057E6 background

This text has white color on #F057E6 background.