COLOR #F908ED

HEX: #F908ED
RGB: (249,8,237)

Color info

#F908ED contains mainly red and blue colors. Web safe color of #F908ED is #FF00FF (or #F0F).

RGB color model

#F908ED color RGB value is (249,8,237).

  • red value is 249;
  • green value is 8;
  • blue value is 237.
RGB:
(249,8,237)
(98%,3%,93%)

RGB channels and saturation

R 249 of 255 = 98%
G 8 of 255 = 3%
B 237 of 255 = 93%

249
8
237

R + G + B ~ 65%. #F908ED is quite light color.

Portions of RGB colors in percentages

R + G + B =
249 + 8 + 237 = 494 (100%)
R 249 of 494 ~ 50.4%
G 8 of 494 ~ 1.62%
B 237 of 494 ~ 47.98%

%50.4
%47.98

CMYK color model

#F908ED color CMYK value is (0,97,5,2).

  • cyan value is 0.00%
  • magenta value is 96.79%
  • yellow value is 4.82%
  • key color value is 2.35%
CMYK:
(0,97,5,2)
C0M97Y5K2 
(0%,97%,5%,2%)
(0.00/0.97/0.05/0.02)	

CMYK percentages

%0
%96.79
%4.82
%2.35

Codes

Color #F908ED in popluar color models

F908ED
RGB2498237
HSL303°95.26%50.39%
HSB/HSV303°96.79%97.65%
CMYK0.00%96.79%4.82%
2.35%

Color #F908ED in popluar number systems.

HEXF908ED
Decimal2498237
Binary11111001100011101101
Octal37110355

Shades and tints

Shades of #F908ED

#F908ED
(249,8,237)
#E308D8
(227,8,216)
#CD08C3
(205,8,195)
#B708AE
(183,8,174)
#A10899
(161,8,153)
#8B0884
(139,8,132)
#75086F
(117,8,111)
#5F085A
(95,8,90)
#490845
(73,8,69)
#330830
(51,8,48)
#1D081B
(29,8,27)
#000000
(0,0,0)

Tints of #F908ED

#F908ED
(249,8,237)
#F91EEE
(249,30,238)
#F934EF
(249,52,239)
#F94AF0
(249,74,240)
#F960F1
(249,96,241)
#F976F2
(249,118,242)
#F98CF3
(249,140,243)
#F9A2F4
(249,162,244)
#F9B8F5
(249,184,245)
#F9CEF6
(249,206,246)
#F9E4F7
(249,228,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F908ED color. Also use rgb(249,8,237) instead hex code.

Text Font Color

.myTextColor { color: #F908ED; }

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

This text font color is #F908ED.


Background Color

.myBgColor { background-color: #F908ED; }

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

This div background color is #F908ED.


Border color

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

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

This div border color is #F908ED.


Opacity

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

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

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

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

This text has shadow with #F908ED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F908ED on black background.


Color preview on white background

This text has color #F908ED on white background.



Black color preview on #F908ED background

This text has black color on #F908ED background.


White color preview on #F908ED background

This text has white color on #F908ED background.