COLOR #F293EC

HEX: #F293EC RGB: (242,147,236)

Color info

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

RGB color model

#F293EC color RGB value is (242,147,236).

RGB: (242,147,236) (95%, 58%, 93%)

RGB channels and saturation

R 242 of 255 = 95%
G 147 of 255 = 58%
B 236 of 255 = 93%

242
147
236

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

Portions of RGB colors in percentages

R + G + B = 242 + 147 + 236 = 625 (100%)
R 242 of 625 ~ 38.72%
G 147 of 625 ~ 23.52%
B 236 of 625 ~ 37.76'%

%38.72
%23.52
%37.76

CMYK color model

#F293EC color CMYK value is (0,39,2,5).

  • cyan value is 0.00%
  • magenta value is 39.26%
  • yellow value is 2.48%
  • key color value is 5.10%

CMYK: (0,39,2,5)
C0M39Y2K5 (0%, 39%, 2%, 5%)
(0.00 / 0.39 / 0.02 / 0.05)

CMYK percentages

%0
%39.26
%2.48
%5.1

Codes

Color #F293EC in popluar color models

F2 93 EC
RGB 242 147 236
HSL 304° 78.51% 76.27%
HSB/HSV 304° 39.26% 94.90%
CMYK 0.00% 39.26% 2.48%
5.10%

Color #F293EC in popluar number systems.

HEX F2 93 EC
Decimal 242 147 236
Binary 11110010 10010011 11101100
Octal 362 223 354

Shades and tints

Shades of #F293EC

#F293EC
(242,147,236)
#DC86D7
(220,134,215)
#C679C2
(198,121,194)
#B06CAD
(176,108,173)
#9A5F98
(154,95,152)
#845283
(132,82,131)
#6E456E
(110,69,110)
#583859
(88,56,89)
#422B44
(66,43,68)
#2C1E2F
(44,30,47)
#16111A
(22,17,26)
#000000
(0,0,0)

Tints of #F293EC

#F293EC
(242,147,236)
#F39CED
(243,156,237)
#F4A5EE
(244,165,238)
#F5AEEF
(245,174,239)
#F6B7F0
(246,183,240)
#F7C0F1
(247,192,241)
#F8C9F2
(248,201,242)
#F9D2F3
(249,210,243)
#FADBF4
(250,219,244)
#FBE4F5
(251,228,245)
#FCEDF6
(252,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F293EC color. Also use rgb(242,147,236) instead hex code.

Text Font Color

.myTextColor { color: #F293EC; }

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

This text font color is #F293EC.

Background Color

.myBgColor { background-color: #F293EC; }

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

This div background color is #F293EC.

Border color

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

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

This div border color is #F293EC.

Opacity

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

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

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

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

This text has shadow with #F293EC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F293EC.

Preview

Color preview on black background

This text has color #F293EC on black background.


Color preview on white background

This text has color #F293EC on white background.


Black color preview on #F293EC background

This text has black color on #F293EC background.


White color preview on #F293EC background

This text has white color on #F293EC background.


Related colors

Complementary color

Complementary color for #hex is #0D6C13.


I love getcolorcode.com

Triadic colors

1 #ECF293 and #93ECF2 with #F293EC are triadic colors.

2 #EC93F2 and #93F2EC with #F293EC are triadic colors.