COLOR #F0909D

HEX: #F0909D RGB: (240,144,157)

Color info

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

RGB color model

#F0909D color RGB value is (240,144,157).

RGB: (240,144,157) (94%, 56%, 62%)

RGB channels and saturation

R 240 of 255 = 94%
G 144 of 255 = 56%
B 157 of 255 = 62%

240
144
157

R + G + B ~ 71%. #F0909D is quite light color.

Portions of RGB colors in percentages

R + G + B = 240 + 144 + 157 = 541 (100%)
R 240 of 541 ~ 44.36%
G 144 of 541 ~ 26.62%
B 157 of 541 ~ 29.02'%

%44.36
%26.62
%29.02

CMYK color model

#F0909D color CMYK value is (0,40,35,6).

  • cyan value is 0.00%
  • magenta value is 40.00%
  • yellow value is 34.58%
  • key color value is 5.88%

CMYK: (0,40,35,6)
C0M40Y35K6 (0%, 40%, 35%, 6%)
(0.00 / 0.40 / 0.35 / 0.06)

CMYK percentages

%0
%40
%34.58
%5.88

Codes

Color #F0909D in popluar color models

F0 90 9D
RGB 240 144 157
HSL 352° 76.19% 75.29%
HSB/HSV 352° 40.00% 94.12%
CMYK 0.00% 40.00% 34.58%
5.88%

Color #F0909D in popluar number systems.

HEX F0 90 9D
Decimal 240 144 157
Binary 11110000 10010000 10011101
Octal 360 220 235

Shades and tints

Shades of #F0909D

#F0909D
(240,144,157)
#DB838F
(219,131,143)
#C67681
(198,118,129)
#B16973
(177,105,115)
#9C5C65
(156,92,101)
#874F57
(135,79,87)
#724249
(114,66,73)
#5D353B
(93,53,59)
#48282D
(72,40,45)
#331B1F
(51,27,31)
#1E0E11
(30,14,17)
#000000
(0,0,0)

Tints of #F0909D

#F0909D
(240,144,157)
#F19AA5
(241,154,165)
#F2A4AD
(242,164,173)
#F3AEB5
(243,174,181)
#F4B8BD
(244,184,189)
#F5C2C5
(245,194,197)
#F6CCCD
(246,204,205)
#F7D6D5
(247,214,213)
#F8E0DD
(248,224,221)
#F9EAE5
(249,234,229)
#FAF4ED
(250,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F0909D; }

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

This text font color is #F0909D.

Background Color

.myBgColor { background-color: #F0909D; }

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

This div background color is #F0909D.

Border color

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

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

This div border color is #F0909D.

Opacity

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

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

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

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

This text has shadow with #F0909D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F0909D.

Preview

Color preview on black background

This text has color #F0909D on black background.


Color preview on white background

This text has color #F0909D on white background.


Black color preview on #F0909D background

This text has black color on #F0909D background.


White color preview on #F0909D background

This text has white color on #F0909D background.


Related colors

Complementary color

Complementary color for #hex is #0F6F62.


I love getcolorcode.com

Triadic colors

1 #9DF090 and #909DF0 with #F0909D are triadic colors.

2 #9D90F0 and #90F09D with #F0909D are triadic colors.