COLOR #F06EFA

HEX: #F06EFA
RGB: (240,110,250)

Color info

#F06EFA contains mainly red and blue colors. Web safe color of #F06EFA is #FF66FF (or #F6F).

RGB color model

#F06EFA color RGB value is (240,110,250).

  • red value is 240;
  • green value is 110;
  • blue value is 250.
RGB:
(240,110,250)
(94%,43%,98%)

RGB channels and saturation

R 240 of 255 = 94%
G 110 of 255 = 43%
B 250 of 255 = 98%

240
110
250

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

Portions of RGB colors in percentages

R + G + B =
240 + 110 + 250 = 600 (100%)
R 240 of 600 ~ 40%
G 110 of 600 ~ 18.33%
B 250 of 600 ~ 41.67%

%40
%18.33
%41.67

CMYK color model

#F06EFA color CMYK value is (4,56,0,2).

  • cyan value is 4.00%
  • magenta value is 56.00%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK:
(4,56,0,2)
C4M56Y0K2 
(4%,56%,0%,2%)
(0.04/0.56/0.00/0.02)	

CMYK percentages

%4
%56
%0
%1.96

Codes

Color #F06EFA in popluar color models

F06EFA
RGB240110250
HSL296°93.33%70.59%
HSB/HSV296°56.00%98.04%
CMYK4.00%56.00%0.00%
1.96%

Color #F06EFA in popluar number systems.

HEXF06EFA
Decimal240110250
Binary11110000110111011111010
Octal360156372

Shades and tints

Shades of #F06EFA

#F06EFA
(240,110,250)
#DB64E4
(219,100,228)
#C65ACE
(198,90,206)
#B150B8
(177,80,184)
#9C46A2
(156,70,162)
#873C8C
(135,60,140)
#723276
(114,50,118)
#5D2860
(93,40,96)
#481E4A
(72,30,74)
#331434
(51,20,52)
#1E0A1E
(30,10,30)
#000000
(0,0,0)

Tints of #F06EFA

#F06EFA
(240,110,250)
#F17BFA
(241,123,250)
#F288FA
(242,136,250)
#F395FA
(243,149,250)
#F4A2FA
(244,162,250)
#F5AFFA
(245,175,250)
#F6BCFA
(246,188,250)
#F7C9FA
(247,201,250)
#F8D6FA
(248,214,250)
#F9E3FA
(249,227,250)
#FAF0FA
(250,240,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F06EFA color. Also use rgb(240,110,250) instead hex code.

Text Font Color

.myTextColor { color: #F06EFA; }

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

This text font color is #F06EFA.


Background Color

.myBgColor { background-color: #F06EFA; }

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

This div background color is #F06EFA.


Border color

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

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

This div border color is #F06EFA.


Opacity

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

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

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

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

This text has shadow with #F06EFA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F06EFA on black background.


Color preview on white background

This text has color #F06EFA on white background.



Black color preview on #F06EFA background

This text has black color on #F06EFA background.


White color preview on #F06EFA background

This text has white color on #F06EFA background.