COLOR #F088E4

HEX: #F088E4
RGB: (240,136,228)

Color info

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

RGB color model

#F088E4 color RGB value is (240,136,228).

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

RGB channels and saturation

R 240 of 255 = 94%
G 136 of 255 = 53%
B 228 of 255 = 89%

240
136
228

R + G + B ~ 79%. #F088E4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
240 + 136 + 228 = 604 (100%)
R 240 of 604 ~ 39.74%
G 136 of 604 ~ 22.52%
B 228 of 604 ~ 37.75%

%39.74
%22.52
%37.75

CMYK color model

#F088E4 color CMYK value is (0,43,5,6).

  • cyan value is 0.00%
  • magenta value is 43.33%
  • yellow value is 5.00%
  • key color value is 5.88%
CMYK:
(0,43,5,6)
C0M43Y5K6 
(0%,43%,5%,6%)
(0.00/0.43/0.05/0.06)	

CMYK percentages

%0
%43.33
%5
%5.88

Codes

Color #F088E4 in popluar color models

F088E4
RGB240136228
HSL307°77.61%73.73%
HSB/HSV307°43.33%94.12%
CMYK0.00%43.33%5.00%
5.88%

Color #F088E4 in popluar number systems.

HEXF088E4
Decimal240136228
Binary111100001000100011100100
Octal360210344

Shades and tints

Shades of #F088E4

#F088E4
(240,136,228)
#DB7CD0
(219,124,208)
#C670BC
(198,112,188)
#B164A8
(177,100,168)
#9C5894
(156,88,148)
#874C80
(135,76,128)
#72406C
(114,64,108)
#5D3458
(93,52,88)
#482844
(72,40,68)
#331C30
(51,28,48)
#1E101C
(30,16,28)
#000000
(0,0,0)

Tints of #F088E4

#F088E4
(240,136,228)
#F192E6
(241,146,230)
#F29CE8
(242,156,232)
#F3A6EA
(243,166,234)
#F4B0EC
(244,176,236)
#F5BAEE
(245,186,238)
#F6C4F0
(246,196,240)
#F7CEF2
(247,206,242)
#F8D8F4
(248,216,244)
#F9E2F6
(249,226,246)
#FAECF8
(250,236,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F088E4; }

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

This text font color is #F088E4.


Background Color

.myBgColor { background-color: #F088E4; }

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

This div background color is #F088E4.


Border color

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

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

This div border color is #F088E4.


Opacity

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

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

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

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

This text has shadow with #F088E4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F088E4 on black background.


Color preview on white background

This text has color #F088E4 on white background.



Black color preview on #F088E4 background

This text has black color on #F088E4 background.


White color preview on #F088E4 background

This text has white color on #F088E4 background.