COLOR #F093A3

HEX: #F093A3 RGB: (240,147,163)

Color info

#F093A3 contains mainly red color. Web safe color of #F093A3 is #FF9999 (or #F99).

RGB color model

#F093A3 color RGB value is (240,147,163).

RGB: (240,147,163) (94%, 58%, 64%)

RGB channels and saturation

R 240 of 255 = 94%
G 147 of 255 = 58%
B 163 of 255 = 64%

240
147
163

R + G + B ~ 72%. #F093A3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 240 + 147 + 163 = 550 (100%)
R 240 of 550 ~ 43.64%
G 147 of 550 ~ 26.73%
B 163 of 550 ~ 29.64'%

%43.64
%26.73
%29.64

CMYK color model

#F093A3 color CMYK value is (0,39,32,6).

  • cyan value is 0.00%
  • magenta value is 38.75%
  • yellow value is 32.08%
  • key color value is 5.88%
CMYK: (0,39,32,6) C0M39Y32K6 (0%,39%,32%,6%) (0.00/0.39/0.32/0.06) 

CMYK percentages

%0
%38.75
%32.08
%5.88

Codes

Color #F093A3 in popluar color models

F0 93 A3
RGB 240 147 163
HSL 350° 75.61% 75.88%
HSB/HSV 350° 38.75% 94.12%
CMYK 0.00% 38.75% 32.08%
5.88%

Color #F093A3 in popluar number systems.

HEX F0 93 A3
Decimal 240 147 163
Binary 11110000 10010011 10100011
Octal 360 223 243

Shades and tints

Shades of #F093A3

#F093A3
(240,147,163)
#DB8695
(219,134,149)
#C67987
(198,121,135)
#B16C79
(177,108,121)
#9C5F6B
(156,95,107)
#87525D
(135,82,93)
#72454F
(114,69,79)
#5D3841
(93,56,65)
#482B33
(72,43,51)
#331E25
(51,30,37)
#1E1117
(30,17,23)
#000000
(0,0,0)

Tints of #F093A3

#F093A3
(240,147,163)
#F19CAB
(241,156,171)
#F2A5B3
(242,165,179)
#F3AEBB
(243,174,187)
#F4B7C3
(244,183,195)
#F5C0CB
(245,192,203)
#F6C9D3
(246,201,211)
#F7D2DB
(247,210,219)
#F8DBE3
(248,219,227)
#F9E4EB
(249,228,235)
#FAEDF3
(250,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F093A3; }

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

This text font color is #F093A3.

Background Color

.myBgColor { background-color: #F093A3; }

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

This div background color is #F093A3.

Border color

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

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

This div border color is #F093A3.

Opacity

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

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

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

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

This text has shadow with #F093A3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F093A3.

Preview

Color preview on black background

This text has color #F093A3 on black background.


Color preview on white background

This text has color #F093A3 on white background.


Black color preview on #F093A3 background

This text has black color on #F093A3 background.


White color preview on #F093A3 background

This text has white color on #F093A3 background.


Related colors

Complementary color

Complementary color for #hex is #0F6C5C.


I love getcolorcode.com

Triadic colors

1 #A3F093 and #93A3F0 with #F093A3 are triadic colors.

2 #A393F0 and #93F0A3 with #F093A3 are triadic colors.