COLOR #F093AA

HEX: #F093AA
RGB: (240,147,170)

Color info

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

RGB color model

#F093AA color RGB value is (240,147,170).

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

RGB channels and saturation

R 240 of 255 = 94%
G 147 of 255 = 58%
B 170 of 255 = 67%

240
147
170

R + G + B ~ 73%. #F093AA is quite light color.

Portions of RGB colors in percentages

R + G + B =
240 + 147 + 170 = 557 (100%)
R 240 of 557 ~ 43.09%
G 147 of 557 ~ 26.39%
B 170 of 557 ~ 30.52%

%43.09
%26.39
%30.52

CMYK color model

#F093AA color CMYK value is (0,39,29,6).

  • cyan value is 0.00%
  • magenta value is 38.75%
  • yellow value is 29.17%
  • key color value is 5.88%
CMYK:
(0,39,29,6)
C0M39Y29K6 
(0%,39%,29%,6%)
(0.00/0.39/0.29/0.06)	

CMYK percentages

%0
%38.75
%29.17
%5.88

Codes

Color #F093AA in popluar color models

F093AA
RGB240147170
HSL345°75.61%75.88%
HSB/HSV345°38.75%94.12%
CMYK0.00%38.75%29.17%
5.88%

Color #F093AA in popluar number systems.

HEXF093AA
Decimal240147170
Binary111100001001001110101010
Octal360223252

Shades and tints

Shades of #F093AA

#F093AA
(240,147,170)
#DB869B
(219,134,155)
#C6798C
(198,121,140)
#B16C7D
(177,108,125)
#9C5F6E
(156,95,110)
#87525F
(135,82,95)
#724550
(114,69,80)
#5D3841
(93,56,65)
#482B32
(72,43,50)
#331E23
(51,30,35)
#1E1114
(30,17,20)
#000000
(0,0,0)

Tints of #F093AA

#F093AA
(240,147,170)
#F19CB1
(241,156,177)
#F2A5B8
(242,165,184)
#F3AEBF
(243,174,191)
#F4B7C6
(244,183,198)
#F5C0CD
(245,192,205)
#F6C9D4
(246,201,212)
#F7D2DB
(247,210,219)
#F8DBE2
(248,219,226)
#F9E4E9
(249,228,233)
#FAEDF0
(250,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F093AA; }

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

This text font color is #F093AA.


Background Color

.myBgColor { background-color: #F093AA; }

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

This div background color is #F093AA.


Border color

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

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

This div border color is #F093AA.


Opacity

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

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

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

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

This text has shadow with #F093AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F093AA on black background.


Color preview on white background

This text has color #F093AA on white background.



Black color preview on #F093AA background

This text has black color on #F093AA background.


White color preview on #F093AA background

This text has white color on #F093AA background.