COLOR #F094EF

HEX: #F094EF RGB: (240,148,239)

Color info

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

RGB color model

#F094EF color RGB value is (240,148,239).

RGB: (240,148,239) (94%, 58%, 94%)

RGB channels and saturation

R 240 of 255 = 94%
G 148 of 255 = 58%
B 239 of 255 = 94%

240
148
239

R + G + B ~ 82%. #F094EF is quite light color.

Portions of RGB colors in percentages

R + G + B = 240 + 148 + 239 = 627 (100%)
R 240 of 627 ~ 38.28%
G 148 of 627 ~ 23.6%
B 239 of 627 ~ 38.12'%

%38.28
%23.6
%38.12

CMYK color model

#F094EF color CMYK value is (0,38,0,6).

  • cyan value is 0.00%
  • magenta value is 38.33%
  • yellow value is 0.42%
  • key color value is 5.88%

CMYK: (0,38,0,6)
C0M38Y0K6 (0%, 38%, 0%, 6%)
(0.00 / 0.38 / 0.00 / 0.06)

CMYK percentages

%0
%38.33
%0.42
%5.88

Codes

Color #F094EF in popluar color models

F0 94 EF
RGB 240 148 239
HSL 301° 75.41% 76.08%
HSB/HSV 301° 38.33% 94.12%
CMYK 0.00% 38.33% 0.42%
5.88%

Color #F094EF in popluar number systems.

HEX F0 94 EF
Decimal 240 148 239
Binary 11110000 10010100 11101111
Octal 360 224 357

Shades and tints

Shades of #F094EF

#F094EF
(240,148,239)
#DB87DA
(219,135,218)
#C67AC5
(198,122,197)
#B16DB0
(177,109,176)
#9C609B
(156,96,155)
#875386
(135,83,134)
#724671
(114,70,113)
#5D395C
(93,57,92)
#482C47
(72,44,71)
#331F32
(51,31,50)
#1E121D
(30,18,29)
#000000
(0,0,0)

Tints of #F094EF

#F094EF
(240,148,239)
#F19DF0
(241,157,240)
#F2A6F1
(242,166,241)
#F3AFF2
(243,175,242)
#F4B8F3
(244,184,243)
#F5C1F4
(245,193,244)
#F6CAF5
(246,202,245)
#F7D3F6
(247,211,246)
#F8DCF7
(248,220,247)
#F9E5F8
(249,229,248)
#FAEEF9
(250,238,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F094EF color. Also use rgb(240,148,239) instead hex code.

Text Font Color

.myTextColor { color: #F094EF; }

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

This text font color is #F094EF.

Background Color

.myBgColor { background-color: #F094EF; }

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

This div background color is #F094EF.

Border color

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

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

This div border color is #F094EF.

Opacity

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

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

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

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

This text has shadow with #F094EF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F094EF.

Preview

Color preview on black background

This text has color #F094EF on black background.


Color preview on white background

This text has color #F094EF on white background.


Black color preview on #F094EF background

This text has black color on #F094EF background.


White color preview on #F094EF background

This text has white color on #F094EF background.


Related colors

Complementary color

Complementary color for #hex is #0F6B10.


I love getcolorcode.com

Triadic colors

1 #EFF094 and #94EFF0 with #F094EF are triadic colors.

2 #EF94F0 and #94F0EF with #F094EF are triadic colors.