COLOR #F293EB

HEX: #F293EB RGB: (242,147,235)

Color info

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

RGB color model

#F293EB color RGB value is (242,147,235).

RGB: (242,147,235) (95%, 58%, 92%)

RGB channels and saturation

R 242 of 255 = 95%
G 147 of 255 = 58%
B 235 of 255 = 92%

242
147
235

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

Portions of RGB colors in percentages

R + G + B = 242 + 147 + 235 = 624 (100%)
R 242 of 624 ~ 38.78%
G 147 of 624 ~ 23.56%
B 235 of 624 ~ 37.66'%

%38.78
%23.56
%37.66

CMYK color model

#F293EB color CMYK value is (0,39,3,5).

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

CMYK: (0,39,3,5)
C0M39Y3K5 (0%, 39%, 3%, 5%)
(0.00 / 0.39 / 0.03 / 0.05)

CMYK percentages

%0
%39.26
%2.89
%5.1

Codes

Color #F293EB in popluar color models

F2 93 EB
RGB 242 147 235
HSL 304° 78.51% 76.27%
HSB/HSV 304° 39.26% 94.90%
CMYK 0.00% 39.26% 2.89%
5.10%

Color #F293EB in popluar number systems.

HEX F2 93 EB
Decimal 242 147 235
Binary 11110010 10010011 11101011
Octal 362 223 353

Shades and tints

Shades of #F293EB

#F293EB
(242,147,235)
#DC86D6
(220,134,214)
#C679C1
(198,121,193)
#B06CAC
(176,108,172)
#9A5F97
(154,95,151)
#845282
(132,82,130)
#6E456D
(110,69,109)
#583858
(88,56,88)
#422B43
(66,43,67)
#2C1E2E
(44,30,46)
#161119
(22,17,25)
#000000
(0,0,0)

Tints of #F293EB

#F293EB
(242,147,235)
#F39CEC
(243,156,236)
#F4A5ED
(244,165,237)
#F5AEEE
(245,174,238)
#F6B7EF
(246,183,239)
#F7C0F0
(247,192,240)
#F8C9F1
(248,201,241)
#F9D2F2
(249,210,242)
#FADBF3
(250,219,243)
#FBE4F4
(251,228,244)
#FCEDF5
(252,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F293EB; }

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

This text font color is #F293EB.

Background Color

.myBgColor { background-color: #F293EB; }

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

This div background color is #F293EB.

Border color

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

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

This div border color is #F293EB.

Opacity

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

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

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

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

This text has shadow with #F293EB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F293EB.

Preview

Color preview on black background

This text has color #F293EB on black background.


Color preview on white background

This text has color #F293EB on white background.


Black color preview on #F293EB background

This text has black color on #F293EB background.


White color preview on #F293EB background

This text has white color on #F293EB background.


Related colors

Complementary color

Complementary color for #hex is #0D6C14.


I love getcolorcode.com

Triadic colors

1 #EBF293 and #93EBF2 with #F293EB are triadic colors.

2 #EB93F2 and #93F2EB with #F293EB are triadic colors.