COLOR #F086EC

HEX: #F086EC
RGB: (240,134,236)

Color info

#F086EC contains mainly red and blue colors. Web safe color of #F086EC is #FF99FF (or #F9F).

RGB color model

#F086EC color RGB value is (240,134,236).

  • red value is 240;
  • green value is 134;
  • blue value is 236.
RGB:
(240,134,236)
(94%,53%,93%)

RGB channels and saturation

R 240 of 255 = 94%
G 134 of 255 = 53%
B 236 of 255 = 93%

240
134
236

R + G + B ~ 80%. #F086EC is quite light color.

Portions of RGB colors in percentages

R + G + B =
240 + 134 + 236 = 610 (100%)
R 240 of 610 ~ 39.34%
G 134 of 610 ~ 21.97%
B 236 of 610 ~ 38.69%

%39.34
%21.97
%38.69

CMYK color model

#F086EC color CMYK value is (0,44,2,6).

  • cyan value is 0.00%
  • magenta value is 44.17%
  • yellow value is 1.67%
  • key color value is 5.88%
CMYK:
(0,44,2,6)
C0M44Y2K6 
(0%,44%,2%,6%)
(0.00/0.44/0.02/0.06)	

CMYK percentages

%0
%44.17
%1.67
%5.88

Codes

Color #F086EC in popluar color models

F086EC
RGB240134236
HSL302°77.94%73.33%
HSB/HSV302°44.17%94.12%
CMYK0.00%44.17%1.67%
5.88%

Color #F086EC in popluar number systems.

HEXF086EC
Decimal240134236
Binary111100001000011011101100
Octal360206354

Shades and tints

Shades of #F086EC

#F086EC
(240,134,236)
#DB7AD7
(219,122,215)
#C66EC2
(198,110,194)
#B162AD
(177,98,173)
#9C5698
(156,86,152)
#874A83
(135,74,131)
#723E6E
(114,62,110)
#5D3259
(93,50,89)
#482644
(72,38,68)
#331A2F
(51,26,47)
#1E0E1A
(30,14,26)
#000000
(0,0,0)

Tints of #F086EC

#F086EC
(240,134,236)
#F191ED
(241,145,237)
#F29CEE
(242,156,238)
#F3A7EF
(243,167,239)
#F4B2F0
(244,178,240)
#F5BDF1
(245,189,241)
#F6C8F2
(246,200,242)
#F7D3F3
(247,211,243)
#F8DEF4
(248,222,244)
#F9E9F5
(249,233,245)
#FAF4F6
(250,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F086EC color. Also use rgb(240,134,236) instead hex code.

Text Font Color

.myTextColor { color: #F086EC; }

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

This text font color is #F086EC.


Background Color

.myBgColor { background-color: #F086EC; }

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

This div background color is #F086EC.


Border color

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

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

This div border color is #F086EC.


Opacity

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

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

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

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

This text has shadow with #F086EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F086EC on black background.


Color preview on white background

This text has color #F086EC on white background.



Black color preview on #F086EC background

This text has black color on #F086EC background.


White color preview on #F086EC background

This text has white color on #F086EC background.