COLOR #F097F3

HEX: #F097F3
RGB: (240,151,243)

Color info

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

RGB color model

#F097F3 color RGB value is (240,151,243).

  • red value is 240;
  • green value is 151;
  • blue value is 243.
RGB:
(240,151,243)
(94%,59%,95%)

RGB channels and saturation

R 240 of 255 = 94%
G 151 of 255 = 59%
B 243 of 255 = 95%

240
151
243

R + G + B ~ 83%. #F097F3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
240 + 151 + 243 = 634 (100%)
R 240 of 634 ~ 37.85%
G 151 of 634 ~ 23.82%
B 243 of 634 ~ 38.33%

%37.85
%23.82
%38.33

CMYK color model

#F097F3 color CMYK value is (1,38,0,5).

  • cyan value is 1.23%
  • magenta value is 37.86%
  • yellow value is 0.00%
  • key color value is 4.71%
CMYK:
(1,38,0,5)
C1M38Y0K5 
(1%,38%,0%,5%)
(0.01/0.38/0.00/0.05)	

CMYK percentages

%1.23
%37.86
%0
%4.71

Codes

Color #F097F3 in popluar color models

F097F3
RGB240151243
HSL298°79.31%77.25%
HSB/HSV298°37.86%95.29%
CMYK1.23%37.86%0.00%
4.71%

Color #F097F3 in popluar number systems.

HEXF097F3
Decimal240151243
Binary111100001001011111110011
Octal360227363

Shades and tints

Shades of #F097F3

#F097F3
(240,151,243)
#DB8ADD
(219,138,221)
#C67DC7
(198,125,199)
#B170B1
(177,112,177)
#9C639B
(156,99,155)
#875685
(135,86,133)
#72496F
(114,73,111)
#5D3C59
(93,60,89)
#482F43
(72,47,67)
#33222D
(51,34,45)
#1E1517
(30,21,23)
#000000
(0,0,0)

Tints of #F097F3

#F097F3
(240,151,243)
#F1A0F4
(241,160,244)
#F2A9F5
(242,169,245)
#F3B2F6
(243,178,246)
#F4BBF7
(244,187,247)
#F5C4F8
(245,196,248)
#F6CDF9
(246,205,249)
#F7D6FA
(247,214,250)
#F8DFFB
(248,223,251)
#F9E8FC
(249,232,252)
#FAF1FD
(250,241,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F097F3 color. Also use rgb(240,151,243) instead hex code.

Text Font Color

.myTextColor { color: #F097F3; }

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

This text font color is #F097F3.


Background Color

.myBgColor { background-color: #F097F3; }

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

This div background color is #F097F3.


Border color

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

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

This div border color is #F097F3.


Opacity

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

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

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

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

This text has shadow with #F097F3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F097F3 on black background.


Color preview on white background

This text has color #F097F3 on white background.



Black color preview on #F097F3 background

This text has black color on #F097F3 background.


White color preview on #F097F3 background

This text has white color on #F097F3 background.