COLOR #F0909A

HEX: #F0909A
RGB: (240,144,154)

Color info

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

RGB color model

#F0909A color RGB value is (240,144,154).

  • red value is 240;
  • green value is 144;
  • blue value is 154.
RGB:
(240,144,154)
(94%,56%,60%)

RGB channels and saturation

R 240 of 255 = 94%
G 144 of 255 = 56%
B 154 of 255 = 60%

240
144
154

R + G + B ~ 70%. #F0909A is quite light color.

Portions of RGB colors in percentages

R + G + B =
240 + 144 + 154 = 538 (100%)
R 240 of 538 ~ 44.61%
G 144 of 538 ~ 26.77%
B 154 of 538 ~ 28.62%

%44.61
%26.77
%28.62

CMYK color model

#F0909A color CMYK value is (0,40,36,6).

  • cyan value is 0.00%
  • magenta value is 40.00%
  • yellow value is 35.83%
  • key color value is 5.88%
CMYK:
(0,40,36,6)
C0M40Y36K6 
(0%,40%,36%,6%)
(0.00/0.40/0.36/0.06)	

CMYK percentages

%0
%40
%35.83
%5.88

Codes

Color #F0909A in popluar color models

F0909A
RGB240144154
HSL354°76.19%75.29%
HSB/HSV354°40.00%94.12%
CMYK0.00%40.00%35.83%
5.88%

Color #F0909A in popluar number systems.

HEXF0909A
Decimal240144154
Binary111100001001000010011010
Octal360220232

Shades and tints

Shades of #F0909A

#F0909A
(240,144,154)
#DB838C
(219,131,140)
#C6767E
(198,118,126)
#B16970
(177,105,112)
#9C5C62
(156,92,98)
#874F54
(135,79,84)
#724246
(114,66,70)
#5D3538
(93,53,56)
#48282A
(72,40,42)
#331B1C
(51,27,28)
#1E0E0E
(30,14,14)
#000000
(0,0,0)

Tints of #F0909A

#F0909A
(240,144,154)
#F19AA3
(241,154,163)
#F2A4AC
(242,164,172)
#F3AEB5
(243,174,181)
#F4B8BE
(244,184,190)
#F5C2C7
(245,194,199)
#F6CCD0
(246,204,208)
#F7D6D9
(247,214,217)
#F8E0E2
(248,224,226)
#F9EAEB
(249,234,235)
#FAF4F4
(250,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F0909A color. Also use rgb(240,144,154) instead hex code.

Text Font Color

.myTextColor { color: #F0909A; }

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

This text font color is #F0909A.


Background Color

.myBgColor { background-color: #F0909A; }

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

This div background color is #F0909A.


Border color

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

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

This div border color is #F0909A.


Opacity

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

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

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

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

This text has shadow with #F0909A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0909A on black background.


Color preview on white background

This text has color #F0909A on white background.



Black color preview on #F0909A background

This text has black color on #F0909A background.


White color preview on #F0909A background

This text has white color on #F0909A background.