COLOR #F098CD

HEX: #F098CD
RGB: (240,152,205)

Color info

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

RGB color model

#F098CD color RGB value is (240,152,205).

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

RGB channels and saturation

R 240 of 255 = 94%
G 152 of 255 = 60%
B 205 of 255 = 80%

240
152
205

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

Portions of RGB colors in percentages

R + G + B =
240 + 152 + 205 = 597 (100%)
R 240 of 597 ~ 40.2%
G 152 of 597 ~ 25.46%
B 205 of 597 ~ 34.34%

%40.2
%25.46
%34.34

CMYK color model

#F098CD color CMYK value is (0,37,15,6).

  • cyan value is 0.00%
  • magenta value is 36.67%
  • yellow value is 14.58%
  • key color value is 5.88%
CMYK:
(0,37,15,6)
C0M37Y15K6 
(0%,37%,15%,6%)
(0.00/0.37/0.15/0.06)	

CMYK percentages

%0
%36.67
%14.58
%5.88

Codes

Color #F098CD in popluar color models

F098CD
RGB240152205
HSL324°74.58%76.86%
HSB/HSV324°36.67%94.12%
CMYK0.00%36.67%14.58%
5.88%

Color #F098CD in popluar number systems.

HEXF098CD
Decimal240152205
Binary111100001001100011001101
Octal360230315

Shades and tints

Shades of #F098CD

#F098CD
(240,152,205)
#DB8BBB
(219,139,187)
#C67EA9
(198,126,169)
#B17197
(177,113,151)
#9C6485
(156,100,133)
#875773
(135,87,115)
#724A61
(114,74,97)
#5D3D4F
(93,61,79)
#48303D
(72,48,61)
#33232B
(51,35,43)
#1E1619
(30,22,25)
#000000
(0,0,0)

Tints of #F098CD

#F098CD
(240,152,205)
#F1A1D1
(241,161,209)
#F2AAD5
(242,170,213)
#F3B3D9
(243,179,217)
#F4BCDD
(244,188,221)
#F5C5E1
(245,197,225)
#F6CEE5
(246,206,229)
#F7D7E9
(247,215,233)
#F8E0ED
(248,224,237)
#F9E9F1
(249,233,241)
#FAF2F5
(250,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F098CD color. Also use rgb(240,152,205) instead hex code.

Text Font Color

.myTextColor { color: #F098CD; }

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

This text font color is #F098CD.


Background Color

.myBgColor { background-color: #F098CD; }

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

This div background color is #F098CD.


Border color

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

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

This div border color is #F098CD.


Opacity

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

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

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

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

This text has shadow with #F098CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F098CD on black background.


Color preview on white background

This text has color #F098CD on white background.



Black color preview on #F098CD background

This text has black color on #F098CD background.


White color preview on #F098CD background

This text has white color on #F098CD background.