COLOR #F098BF

HEX: #F098BF RGB: (240,152,191)

Color info

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

RGB color model

#F098BF color RGB value is (240,152,191).

RGB: (240,152,191) (94%, 60%, 75%)

RGB channels and saturation

R 240 of 255 = 94%
G 152 of 255 = 60%
B 191 of 255 = 75%

240
152
191

R + G + B ~ 76%. #F098BF is quite light color.

Portions of RGB colors in percentages

R + G + B = 240 + 152 + 191 = 583 (100%)
R 240 of 583 ~ 41.17%
G 152 of 583 ~ 26.07%
B 191 of 583 ~ 32.76'%

%41.17
%26.07
%32.76

CMYK color model

#F098BF color CMYK value is (0,37,20,6).

  • cyan value is 0.00%
  • magenta value is 36.67%
  • yellow value is 20.42%
  • key color value is 5.88%
CMYK: (0,37,20,6) C0M37Y20K6 (0%,37%,20%,6%) (0.00/0.37/0.20/0.06) 

CMYK percentages

%0
%36.67
%20.42
%5.88

Codes

Color #F098BF in popluar color models

F0 98 BF
RGB 240 152 191
HSL 333° 74.58% 76.86%
HSB/HSV 333° 36.67% 94.12%
CMYK 0.00% 36.67% 20.42%
5.88%

Color #F098BF in popluar number systems.

HEX F0 98 BF
Decimal 240 152 191
Binary 11110000 10011000 10111111
Octal 360 230 277

Shades and tints

Shades of #F098BF

#F098BF
(240,152,191)
#DB8BAE
(219,139,174)
#C67E9D
(198,126,157)
#B1718C
(177,113,140)
#9C647B
(156,100,123)
#87576A
(135,87,106)
#724A59
(114,74,89)
#5D3D48
(93,61,72)
#483037
(72,48,55)
#332326
(51,35,38)
#1E1615
(30,22,21)
#000000
(0,0,0)

Tints of #F098BF

#F098BF
(240,152,191)
#F1A1C4
(241,161,196)
#F2AAC9
(242,170,201)
#F3B3CE
(243,179,206)
#F4BCD3
(244,188,211)
#F5C5D8
(245,197,216)
#F6CEDD
(246,206,221)
#F7D7E2
(247,215,226)
#F8E0E7
(248,224,231)
#F9E9EC
(249,233,236)
#FAF2F1
(250,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F098BF; }

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

This text font color is #F098BF.

Background Color

.myBgColor { background-color: #F098BF; }

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

This div background color is #F098BF.

Border color

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

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

This div border color is #F098BF.

Opacity

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

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

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

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

This text has shadow with #F098BF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F098BF.

Preview

Color preview on black background

This text has color #F098BF on black background.


Color preview on white background

This text has color #F098BF on white background.


Black color preview on #F098BF background

This text has black color on #F098BF background.


White color preview on #F098BF background

This text has white color on #F098BF background.


Related colors

Complementary color

Complementary color for #hex is #0F6740.


I love getcolorcode.com

Triadic colors

1 #BFF098 and #98BFF0 with #F098BF are triadic colors.

2 #BF98F0 and #98F0BF with #F098BF are triadic colors.