COLOR #F099CB

HEX: #F099CB
RGB: (240,153,203)

Color info

#F099CB contains mainly red and blue colors. Web safe color of #F099CB is #FF99CC (or #F9C).

RGB color model

#F099CB color RGB value is (240,153,203).

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

RGB channels and saturation

R 240 of 255 = 94%
G 153 of 255 = 60%
B 203 of 255 = 80%

240
153
203

R + G + B ~ 78%. #F099CB is quite light color.

Portions of RGB colors in percentages

R + G + B =
240 + 153 + 203 = 596 (100%)
R 240 of 596 ~ 40.27%
G 153 of 596 ~ 25.67%
B 203 of 596 ~ 34.06%

%40.27
%25.67
%34.06

CMYK color model

#F099CB color CMYK value is (0,36,15,6).

  • cyan value is 0.00%
  • magenta value is 36.25%
  • yellow value is 15.42%
  • key color value is 5.88%
CMYK:
(0,36,15,6)
C0M36Y15K6 
(0%,36%,15%,6%)
(0.00/0.36/0.15/0.06)	

CMYK percentages

%0
%36.25
%15.42
%5.88

Codes

Color #F099CB in popluar color models

F099CB
RGB240153203
HSL326°74.36%77.06%
HSB/HSV326°36.25%94.12%
CMYK0.00%36.25%15.42%
5.88%

Color #F099CB in popluar number systems.

HEXF099CB
Decimal240153203
Binary111100001001100111001011
Octal360231313

Shades and tints

Shades of #F099CB

#F099CB
(240,153,203)
#DB8CB9
(219,140,185)
#C67FA7
(198,127,167)
#B17295
(177,114,149)
#9C6583
(156,101,131)
#875871
(135,88,113)
#724B5F
(114,75,95)
#5D3E4D
(93,62,77)
#48313B
(72,49,59)
#332429
(51,36,41)
#1E1717
(30,23,23)
#000000
(0,0,0)

Tints of #F099CB

#F099CB
(240,153,203)
#F1A2CF
(241,162,207)
#F2ABD3
(242,171,211)
#F3B4D7
(243,180,215)
#F4BDDB
(244,189,219)
#F5C6DF
(245,198,223)
#F6CFE3
(246,207,227)
#F7D8E7
(247,216,231)
#F8E1EB
(248,225,235)
#F9EAEF
(249,234,239)
#FAF3F3
(250,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F099CB; }

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

This text font color is #F099CB.


Background Color

.myBgColor { background-color: #F099CB; }

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

This div background color is #F099CB.


Border color

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

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

This div border color is #F099CB.


Opacity

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

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

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

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

This text has shadow with #F099CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F099CB on black background.


Color preview on white background

This text has color #F099CB on white background.



Black color preview on #F099CB background

This text has black color on #F099CB background.


White color preview on #F099CB background

This text has white color on #F099CB background.