COLOR #F097EA

HEX: #F097EA RGB: (240,151,234)

Color info

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

RGB color model

#F097EA color RGB value is (240,151,234).

RGB: (240,151,234) (94%, 59%, 92%)

RGB channels and saturation

R 240 of 255 = 94%
G 151 of 255 = 59%
B 234 of 255 = 92%

240
151
234

R + G + B ~ 82%. #F097EA is quite light color.

Portions of RGB colors in percentages

R + G + B = 240 + 151 + 234 = 625 (100%)
R 240 of 625 ~ 38.4%
G 151 of 625 ~ 24.16%
B 234 of 625 ~ 37.44'%

%38.4
%24.16
%37.44

CMYK color model

#F097EA color CMYK value is (0,37,3,6).

  • cyan value is 0.00%
  • magenta value is 37.08%
  • yellow value is 2.50%
  • key color value is 5.88%
CMYK: (0,37,3,6) C0M37Y3K6 (0%,37%,3%,6%) (0.00/0.37/0.03/0.06) 

CMYK percentages

%0
%37.08
%2.5
%5.88

Codes

Color #F097EA in popluar color models

F0 97 EA
RGB 240 151 234
HSL 304° 74.79% 76.67%
HSB/HSV 304° 37.08% 94.12%
CMYK 0.00% 37.08% 2.50%
5.88%

Color #F097EA in popluar number systems.

HEX F0 97 EA
Decimal 240 151 234
Binary 11110000 10010111 11101010
Octal 360 227 352

Shades and tints

Shades of #F097EA

#F097EA
(240,151,234)
#DB8AD5
(219,138,213)
#C67DC0
(198,125,192)
#B170AB
(177,112,171)
#9C6396
(156,99,150)
#875681
(135,86,129)
#72496C
(114,73,108)
#5D3C57
(93,60,87)
#482F42
(72,47,66)
#33222D
(51,34,45)
#1E1518
(30,21,24)
#000000
(0,0,0)

Tints of #F097EA

#F097EA
(240,151,234)
#F1A0EB
(241,160,235)
#F2A9EC
(242,169,236)
#F3B2ED
(243,178,237)
#F4BBEE
(244,187,238)
#F5C4EF
(245,196,239)
#F6CDF0
(246,205,240)
#F7D6F1
(247,214,241)
#F8DFF2
(248,223,242)
#F9E8F3
(249,232,243)
#FAF1F4
(250,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F097EA; }

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

This text font color is #F097EA.

Background Color

.myBgColor { background-color: #F097EA; }

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

This div background color is #F097EA.

Border color

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

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

This div border color is #F097EA.

Opacity

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

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

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

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

This text has shadow with #F097EA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F097EA.

Preview

Color preview on black background

This text has color #F097EA on black background.


Color preview on white background

This text has color #F097EA on white background.


Black color preview on #F097EA background

This text has black color on #F097EA background.


White color preview on #F097EA background

This text has white color on #F097EA background.


Related colors

Complementary color

Complementary color for #hex is #0F6815.


I love getcolorcode.com

Triadic colors

1 #EAF097 and #97EAF0 with #F097EA are triadic colors.

2 #EA97F0 and #97F0EA with #F097EA are triadic colors.