COLOR #F988EA

HEX: #F988EA
RGB: (249,136,234)

Color info

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

RGB color model

#F988EA color RGB value is (249,136,234).

  • red value is 249;
  • green value is 136;
  • blue value is 234.
RGB:
(249,136,234)
(98%,53%,92%)

RGB channels and saturation

R 249 of 255 = 98%
G 136 of 255 = 53%
B 234 of 255 = 92%

249
136
234

R + G + B ~ 81%. #F988EA is quite light color.

Portions of RGB colors in percentages

R + G + B =
249 + 136 + 234 = 619 (100%)
R 249 of 619 ~ 40.23%
G 136 of 619 ~ 21.97%
B 234 of 619 ~ 37.8%

%40.23
%21.97
%37.8

CMYK color model

#F988EA color CMYK value is (0,45,6,2).

  • cyan value is 0.00%
  • magenta value is 45.38%
  • yellow value is 6.02%
  • key color value is 2.35%
CMYK:
(0,45,6,2)
C0M45Y6K2 
(0%,45%,6%,2%)
(0.00/0.45/0.06/0.02)	

CMYK percentages

%0
%45.38
%6.02
%2.35

Codes

Color #F988EA in popluar color models

F988EA
RGB249136234
HSL308°90.40%75.49%
HSB/HSV308°45.38%97.65%
CMYK0.00%45.38%6.02%
2.35%

Color #F988EA in popluar number systems.

HEXF988EA
Decimal249136234
Binary111110011000100011101010
Octal371210352

Shades and tints

Shades of #F988EA

#F988EA
(249,136,234)
#E37CD5
(227,124,213)
#CD70C0
(205,112,192)
#B764AB
(183,100,171)
#A15896
(161,88,150)
#8B4C81
(139,76,129)
#75406C
(117,64,108)
#5F3457
(95,52,87)
#492842
(73,40,66)
#331C2D
(51,28,45)
#1D1018
(29,16,24)
#000000
(0,0,0)

Tints of #F988EA

#F988EA
(249,136,234)
#F992EB
(249,146,235)
#F99CEC
(249,156,236)
#F9A6ED
(249,166,237)
#F9B0EE
(249,176,238)
#F9BAEF
(249,186,239)
#F9C4F0
(249,196,240)
#F9CEF1
(249,206,241)
#F9D8F2
(249,216,242)
#F9E2F3
(249,226,243)
#F9ECF4
(249,236,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F988EA color. Also use rgb(249,136,234) instead hex code.

Text Font Color

.myTextColor { color: #F988EA; }

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

This text font color is #F988EA.


Background Color

.myBgColor { background-color: #F988EA; }

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

This div background color is #F988EA.


Border color

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

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

This div border color is #F988EA.


Opacity

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

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

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

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

This text has shadow with #F988EA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F988EA on black background.


Color preview on white background

This text has color #F988EA on white background.



Black color preview on #F988EA background

This text has black color on #F988EA background.


White color preview on #F988EA background

This text has white color on #F988EA background.