COLOR #F098F7

HEX: #F098F7
RGB: (240,152,247)

Color info

#F098F7 contains mainly red and blue colors. Web safe color of #F098F7 is #FF99FF (or #F9F).

RGB color model

#F098F7 color RGB value is (240,152,247).

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

RGB channels and saturation

R 240 of 255 = 94%
G 152 of 255 = 60%
B 247 of 255 = 97%

240
152
247

R + G + B ~ 84%. #F098F7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
240 + 152 + 247 = 639 (100%)
R 240 of 639 ~ 37.56%
G 152 of 639 ~ 23.79%
B 247 of 639 ~ 38.65%

%37.56
%23.79
%38.65

CMYK color model

#F098F7 color CMYK value is (3,38,0,3).

  • cyan value is 2.83%
  • magenta value is 38.46%
  • yellow value is 0.00%
  • key color value is 3.14%
CMYK:
(3,38,0,3)
C3M38Y0K3 
(3%,38%,0%,3%)
(0.03/0.38/0.00/0.03)	

CMYK percentages

%2.83
%38.46
%0
%3.14

Codes

Color #F098F7 in popluar color models

F098F7
RGB240152247
HSL296°85.59%78.24%
HSB/HSV296°38.46%96.86%
CMYK2.83%38.46%0.00%
3.14%

Color #F098F7 in popluar number systems.

HEXF098F7
Decimal240152247
Binary111100001001100011110111
Octal360230367

Shades and tints

Shades of #F098F7

#F098F7
(240,152,247)
#DB8BE1
(219,139,225)
#C67ECB
(198,126,203)
#B171B5
(177,113,181)
#9C649F
(156,100,159)
#875789
(135,87,137)
#724A73
(114,74,115)
#5D3D5D
(93,61,93)
#483047
(72,48,71)
#332331
(51,35,49)
#1E161B
(30,22,27)
#000000
(0,0,0)

Tints of #F098F7

#F098F7
(240,152,247)
#F1A1F7
(241,161,247)
#F2AAF7
(242,170,247)
#F3B3F7
(243,179,247)
#F4BCF7
(244,188,247)
#F5C5F7
(245,197,247)
#F6CEF7
(246,206,247)
#F7D7F7
(247,215,247)
#F8E0F7
(248,224,247)
#F9E9F7
(249,233,247)
#FAF2F7
(250,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F098F7; }

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

This text font color is #F098F7.


Background Color

.myBgColor { background-color: #F098F7; }

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

This div background color is #F098F7.


Border color

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

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

This div border color is #F098F7.


Opacity

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

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

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

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

This text has shadow with #F098F7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F098F7 on black background.


Color preview on white background

This text has color #F098F7 on white background.



Black color preview on #F098F7 background

This text has black color on #F098F7 background.


White color preview on #F098F7 background

This text has white color on #F098F7 background.