COLOR #F293D3

HEX: #F293D3
RGB: (242,147,211)

Color info

#F293D3 contains mainly red and blue colors. Web safe color of #F293D3 is #FF99CC (or #F9C).

RGB color model

#F293D3 color RGB value is (242,147,211).

  • red value is 242;
  • green value is 147;
  • blue value is 211.
RGB:
(242,147,211)
(95%,58%,83%)

RGB channels and saturation

R 242 of 255 = 95%
G 147 of 255 = 58%
B 211 of 255 = 83%

242
147
211

R + G + B ~ 79%. #F293D3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
242 + 147 + 211 = 600 (100%)
R 242 of 600 ~ 40.33%
G 147 of 600 ~ 24.5%
B 211 of 600 ~ 35.17%

%40.33
%24.5
%35.17

CMYK color model

#F293D3 color CMYK value is (0,39,13,5).

  • cyan value is 0.00%
  • magenta value is 39.26%
  • yellow value is 12.81%
  • key color value is 5.10%
CMYK:
(0,39,13,5)
C0M39Y13K5 
(0%,39%,13%,5%)
(0.00/0.39/0.13/0.05)	

CMYK percentages

%0
%39.26
%12.81
%5.1

Codes

Color #F293D3 in popluar color models

F293D3
RGB242147211
HSL320°78.51%76.27%
HSB/HSV320°39.26%94.90%
CMYK0.00%39.26%12.81%
5.10%

Color #F293D3 in popluar number systems.

HEXF293D3
Decimal242147211
Binary111100101001001111010011
Octal362223323

Shades and tints

Shades of #F293D3

#F293D3
(242,147,211)
#DC86C0
(220,134,192)
#C679AD
(198,121,173)
#B06C9A
(176,108,154)
#9A5F87
(154,95,135)
#845274
(132,82,116)
#6E4561
(110,69,97)
#58384E
(88,56,78)
#422B3B
(66,43,59)
#2C1E28
(44,30,40)
#161115
(22,17,21)
#000000
(0,0,0)

Tints of #F293D3

#F293D3
(242,147,211)
#F39CD7
(243,156,215)
#F4A5DB
(244,165,219)
#F5AEDF
(245,174,223)
#F6B7E3
(246,183,227)
#F7C0E7
(247,192,231)
#F8C9EB
(248,201,235)
#F9D2EF
(249,210,239)
#FADBF3
(250,219,243)
#FBE4F7
(251,228,247)
#FCEDFB
(252,237,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F293D3; }

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

This text font color is #F293D3.


Background Color

.myBgColor { background-color: #F293D3; }

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

This div background color is #F293D3.


Border color

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

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

This div border color is #F293D3.


Opacity

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

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

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

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

This text has shadow with #F293D3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F293D3 on black background.


Color preview on white background

This text has color #F293D3 on white background.



Black color preview on #F293D3 background

This text has black color on #F293D3 background.


White color preview on #F293D3 background

This text has white color on #F293D3 background.