COLOR #F099AF

HEX: #F099AF
RGB: (240,153,175)

Color info

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

RGB color model

#F099AF color RGB value is (240,153,175).

  • red value is 240;
  • green value is 153;
  • blue value is 175.
RGB:
(240,153,175)
(94%,60%,69%)

RGB channels and saturation

R 240 of 255 = 94%
G 153 of 255 = 60%
B 175 of 255 = 69%

240
153
175

R + G + B ~ 74%. #F099AF is quite light color.

Portions of RGB colors in percentages

R + G + B =
240 + 153 + 175 = 568 (100%)
R 240 of 568 ~ 42.25%
G 153 of 568 ~ 26.94%
B 175 of 568 ~ 30.81%

%42.25
%26.94
%30.81

CMYK color model

#F099AF color CMYK value is (0,36,27,6).

  • cyan value is 0.00%
  • magenta value is 36.25%
  • yellow value is 27.08%
  • key color value is 5.88%
CMYK:
(0,36,27,6)
C0M36Y27K6 
(0%,36%,27%,6%)
(0.00/0.36/0.27/0.06)	

CMYK percentages

%0
%36.25
%27.08
%5.88

Codes

Color #F099AF in popluar color models

F099AF
RGB240153175
HSL345°74.36%77.06%
HSB/HSV345°36.25%94.12%
CMYK0.00%36.25%27.08%
5.88%

Color #F099AF in popluar number systems.

HEXF099AF
Decimal240153175
Binary111100001001100110101111
Octal360231257

Shades and tints

Shades of #F099AF

#F099AF
(240,153,175)
#DB8CA0
(219,140,160)
#C67F91
(198,127,145)
#B17282
(177,114,130)
#9C6573
(156,101,115)
#875864
(135,88,100)
#724B55
(114,75,85)
#5D3E46
(93,62,70)
#483137
(72,49,55)
#332428
(51,36,40)
#1E1719
(30,23,25)
#000000
(0,0,0)

Tints of #F099AF

#F099AF
(240,153,175)
#F1A2B6
(241,162,182)
#F2ABBD
(242,171,189)
#F3B4C4
(243,180,196)
#F4BDCB
(244,189,203)
#F5C6D2
(245,198,210)
#F6CFD9
(246,207,217)
#F7D8E0
(247,216,224)
#F8E1E7
(248,225,231)
#F9EAEE
(249,234,238)
#FAF3F5
(250,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F099AF color. Also use rgb(240,153,175) instead hex code.

Text Font Color

.myTextColor { color: #F099AF; }

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

This text font color is #F099AF.


Background Color

.myBgColor { background-color: #F099AF; }

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

This div background color is #F099AF.


Border color

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

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

This div border color is #F099AF.


Opacity

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

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

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

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

This text has shadow with #F099AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F099AF on black background.


Color preview on white background

This text has color #F099AF on white background.



Black color preview on #F099AF background

This text has black color on #F099AF background.


White color preview on #F099AF background

This text has white color on #F099AF background.