COLOR #F099E8

HEX: #F099E8
RGB: (240,153,232)

Color info

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

RGB color model

#F099E8 color RGB value is (240,153,232).

  • red value is 240;
  • green value is 153;
  • blue value is 232.
RGB:
(240,153,232)
(94%,60%,91%)

RGB channels and saturation

R 240 of 255 = 94%
G 153 of 255 = 60%
B 232 of 255 = 91%

240
153
232

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

Portions of RGB colors in percentages

R + G + B =
240 + 153 + 232 = 625 (100%)
R 240 of 625 ~ 38.4%
G 153 of 625 ~ 24.48%
B 232 of 625 ~ 37.12%

%38.4
%24.48
%37.12

CMYK color model

#F099E8 color CMYK value is (0,36,3,6).

  • cyan value is 0.00%
  • magenta value is 36.25%
  • yellow value is 3.33%
  • key color value is 5.88%
CMYK:
(0,36,3,6)
C0M36Y3K6 
(0%,36%,3%,6%)
(0.00/0.36/0.03/0.06)	

CMYK percentages

%0
%36.25
%3.33
%5.88

Codes

Color #F099E8 in popluar color models

F099E8
RGB240153232
HSL306°74.36%77.06%
HSB/HSV306°36.25%94.12%
CMYK0.00%36.25%3.33%
5.88%

Color #F099E8 in popluar number systems.

HEXF099E8
Decimal240153232
Binary111100001001100111101000
Octal360231350

Shades and tints

Shades of #F099E8

#F099E8
(240,153,232)
#DB8CD3
(219,140,211)
#C67FBE
(198,127,190)
#B172A9
(177,114,169)
#9C6594
(156,101,148)
#87587F
(135,88,127)
#724B6A
(114,75,106)
#5D3E55
(93,62,85)
#483140
(72,49,64)
#33242B
(51,36,43)
#1E1716
(30,23,22)
#000000
(0,0,0)

Tints of #F099E8

#F099E8
(240,153,232)
#F1A2EA
(241,162,234)
#F2ABEC
(242,171,236)
#F3B4EE
(243,180,238)
#F4BDF0
(244,189,240)
#F5C6F2
(245,198,242)
#F6CFF4
(246,207,244)
#F7D8F6
(247,216,246)
#F8E1F8
(248,225,248)
#F9EAFA
(249,234,250)
#FAF3FC
(250,243,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F099E8 color. Also use rgb(240,153,232) instead hex code.

Text Font Color

.myTextColor { color: #F099E8; }

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

This text font color is #F099E8.


Background Color

.myBgColor { background-color: #F099E8; }

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

This div background color is #F099E8.


Border color

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

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

This div border color is #F099E8.


Opacity

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

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

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

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

This text has shadow with #F099E8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F099E8 on black background.


Color preview on white background

This text has color #F099E8 on white background.



Black color preview on #F099E8 background

This text has black color on #F099E8 background.


White color preview on #F099E8 background

This text has white color on #F099E8 background.