COLOR #F984EF

HEX: #F984EF
RGB: (249,132,239)

Color info

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

RGB color model

#F984EF color RGB value is (249,132,239).

  • red value is 249;
  • green value is 132;
  • blue value is 239.
RGB:
(249,132,239)
(98%,52%,94%)

RGB channels and saturation

R 249 of 255 = 98%
G 132 of 255 = 52%
B 239 of 255 = 94%

249
132
239

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

Portions of RGB colors in percentages

R + G + B =
249 + 132 + 239 = 620 (100%)
R 249 of 620 ~ 40.16%
G 132 of 620 ~ 21.29%
B 239 of 620 ~ 38.55%

%40.16
%21.29
%38.55

CMYK color model

#F984EF color CMYK value is (0,47,4,2).

  • cyan value is 0.00%
  • magenta value is 46.99%
  • yellow value is 4.02%
  • key color value is 2.35%
CMYK:
(0,47,4,2)
C0M47Y4K2 
(0%,47%,4%,2%)
(0.00/0.47/0.04/0.02)	

CMYK percentages

%0
%46.99
%4.02
%2.35

Codes

Color #F984EF in popluar color models

F984EF
RGB249132239
HSL305°90.70%74.71%
HSB/HSV305°46.99%97.65%
CMYK0.00%46.99%4.02%
2.35%

Color #F984EF in popluar number systems.

HEXF984EF
Decimal249132239
Binary111110011000010011101111
Octal371204357

Shades and tints

Shades of #F984EF

#F984EF
(249,132,239)
#E378DA
(227,120,218)
#CD6CC5
(205,108,197)
#B760B0
(183,96,176)
#A1549B
(161,84,155)
#8B4886
(139,72,134)
#753C71
(117,60,113)
#5F305C
(95,48,92)
#492447
(73,36,71)
#331832
(51,24,50)
#1D0C1D
(29,12,29)
#000000
(0,0,0)

Tints of #F984EF

#F984EF
(249,132,239)
#F98FF0
(249,143,240)
#F99AF1
(249,154,241)
#F9A5F2
(249,165,242)
#F9B0F3
(249,176,243)
#F9BBF4
(249,187,244)
#F9C6F5
(249,198,245)
#F9D1F6
(249,209,246)
#F9DCF7
(249,220,247)
#F9E7F8
(249,231,248)
#F9F2F9
(249,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F984EF color. Also use rgb(249,132,239) instead hex code.

Text Font Color

.myTextColor { color: #F984EF; }

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

This text font color is #F984EF.


Background Color

.myBgColor { background-color: #F984EF; }

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

This div background color is #F984EF.


Border color

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

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

This div border color is #F984EF.


Opacity

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

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

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

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

This text has shadow with #F984EF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F984EF on black background.


Color preview on white background

This text has color #F984EF on white background.



Black color preview on #F984EF background

This text has black color on #F984EF background.


White color preview on #F984EF background

This text has white color on #F984EF background.