COLOR #F088DE

HEX: #F088DE
RGB: (240,136,222)

Color info

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

RGB color model

#F088DE color RGB value is (240,136,222).

  • red value is 240;
  • green value is 136;
  • blue value is 222.
RGB:
(240,136,222)
(94%,53%,87%)

RGB channels and saturation

R 240 of 255 = 94%
G 136 of 255 = 53%
B 222 of 255 = 87%

240
136
222

R + G + B ~ 78%. #F088DE is quite light color.

Portions of RGB colors in percentages

R + G + B =
240 + 136 + 222 = 598 (100%)
R 240 of 598 ~ 40.13%
G 136 of 598 ~ 22.74%
B 222 of 598 ~ 37.12%

%40.13
%22.74
%37.12

CMYK color model

#F088DE color CMYK value is (0,43,8,6).

  • cyan value is 0.00%
  • magenta value is 43.33%
  • yellow value is 7.50%
  • key color value is 5.88%
CMYK:
(0,43,8,6)
C0M43Y8K6 
(0%,43%,8%,6%)
(0.00/0.43/0.08/0.06)	

CMYK percentages

%0
%43.33
%7.5
%5.88

Codes

Color #F088DE in popluar color models

F088DE
RGB240136222
HSL310°77.61%73.73%
HSB/HSV310°43.33%94.12%
CMYK0.00%43.33%7.50%
5.88%

Color #F088DE in popluar number systems.

HEXF088DE
Decimal240136222
Binary111100001000100011011110
Octal360210336

Shades and tints

Shades of #F088DE

#F088DE
(240,136,222)
#DB7CCA
(219,124,202)
#C670B6
(198,112,182)
#B164A2
(177,100,162)
#9C588E
(156,88,142)
#874C7A
(135,76,122)
#724066
(114,64,102)
#5D3452
(93,52,82)
#48283E
(72,40,62)
#331C2A
(51,28,42)
#1E1016
(30,16,22)
#000000
(0,0,0)

Tints of #F088DE

#F088DE
(240,136,222)
#F192E1
(241,146,225)
#F29CE4
(242,156,228)
#F3A6E7
(243,166,231)
#F4B0EA
(244,176,234)
#F5BAED
(245,186,237)
#F6C4F0
(246,196,240)
#F7CEF3
(247,206,243)
#F8D8F6
(248,216,246)
#F9E2F9
(249,226,249)
#FAECFC
(250,236,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F088DE color. Also use rgb(240,136,222) instead hex code.

Text Font Color

.myTextColor { color: #F088DE; }

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

This text font color is #F088DE.


Background Color

.myBgColor { background-color: #F088DE; }

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

This div background color is #F088DE.


Border color

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

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

This div border color is #F088DE.


Opacity

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

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

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

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

This text has shadow with #F088DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F088DE on black background.


Color preview on white background

This text has color #F088DE on white background.



Black color preview on #F088DE background

This text has black color on #F088DE background.


White color preview on #F088DE background

This text has white color on #F088DE background.