COLOR #F093D5

HEX: #F093D5
RGB: (240,147,213)

Color info

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

RGB color model

#F093D5 color RGB value is (240,147,213).

  • red value is 240;
  • green value is 147;
  • blue value is 213.
RGB:
(240,147,213)
(94%,58%,84%)

RGB channels and saturation

R 240 of 255 = 94%
G 147 of 255 = 58%
B 213 of 255 = 84%

240
147
213

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

Portions of RGB colors in percentages

R + G + B =
240 + 147 + 213 = 600 (100%)
R 240 of 600 ~ 40%
G 147 of 600 ~ 24.5%
B 213 of 600 ~ 35.5%

%40
%24.5
%35.5

CMYK color model

#F093D5 color CMYK value is (0,39,11,6).

  • cyan value is 0.00%
  • magenta value is 38.75%
  • yellow value is 11.25%
  • key color value is 5.88%
CMYK:
(0,39,11,6)
C0M39Y11K6 
(0%,39%,11%,6%)
(0.00/0.39/0.11/0.06)	

CMYK percentages

%0
%38.75
%11.25
%5.88

Codes

Color #F093D5 in popluar color models

F093D5
RGB240147213
HSL317°75.61%75.88%
HSB/HSV317°38.75%94.12%
CMYK0.00%38.75%11.25%
5.88%

Color #F093D5 in popluar number systems.

HEXF093D5
Decimal240147213
Binary111100001001001111010101
Octal360223325

Shades and tints

Shades of #F093D5

#F093D5
(240,147,213)
#DB86C2
(219,134,194)
#C679AF
(198,121,175)
#B16C9C
(177,108,156)
#9C5F89
(156,95,137)
#875276
(135,82,118)
#724563
(114,69,99)
#5D3850
(93,56,80)
#482B3D
(72,43,61)
#331E2A
(51,30,42)
#1E1117
(30,17,23)
#000000
(0,0,0)

Tints of #F093D5

#F093D5
(240,147,213)
#F19CD8
(241,156,216)
#F2A5DB
(242,165,219)
#F3AEDE
(243,174,222)
#F4B7E1
(244,183,225)
#F5C0E4
(245,192,228)
#F6C9E7
(246,201,231)
#F7D2EA
(247,210,234)
#F8DBED
(248,219,237)
#F9E4F0
(249,228,240)
#FAEDF3
(250,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F093D5 color. Also use rgb(240,147,213) instead hex code.

Text Font Color

.myTextColor { color: #F093D5; }

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

This text font color is #F093D5.


Background Color

.myBgColor { background-color: #F093D5; }

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

This div background color is #F093D5.


Border color

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

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

This div border color is #F093D5.


Opacity

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

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

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

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

This text has shadow with #F093D5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F093D5 on black background.


Color preview on white background

This text has color #F093D5 on white background.



Black color preview on #F093D5 background

This text has black color on #F093D5 background.


White color preview on #F093D5 background

This text has white color on #F093D5 background.