COLOR #F00EE3

HEX: #F00EE3
RGB: (240,14,227)

Color info

#F00EE3 contains mainly red and blue colors. Web safe color of #F00EE3 is #FF00CC (or #F0C).

RGB color model

#F00EE3 color RGB value is (240,14,227).

  • red value is 240;
  • green value is 14;
  • blue value is 227.
RGB:
(240,14,227)
(94%,5%,89%)

RGB channels and saturation

R 240 of 255 = 94%
G 14 of 255 = 5%
B 227 of 255 = 89%

240
14
227

R + G + B ~ 63%. #F00EE3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
240 + 14 + 227 = 481 (100%)
R 240 of 481 ~ 49.9%
G 14 of 481 ~ 2.91%
B 227 of 481 ~ 47.19%

%49.9
%47.19

CMYK color model

#F00EE3 color CMYK value is (0,94,5,6).

  • cyan value is 0.00%
  • magenta value is 94.17%
  • yellow value is 5.42%
  • key color value is 5.88%
CMYK:
(0,94,5,6)
C0M94Y5K6 
(0%,94%,5%,6%)
(0.00/0.94/0.05/0.06)	

CMYK percentages

%0
%94.17
%5.42
%5.88

Codes

Color #F00EE3 in popluar color models

F00EE3
RGB24014227
HSL303°88.98%49.80%
HSB/HSV303°94.17%94.12%
CMYK0.00%94.17%5.42%
5.88%

Color #F00EE3 in popluar number systems.

HEXF00EE3
Decimal24014227
Binary11110000111011100011
Octal36016343

Shades and tints

Shades of #F00EE3

#F00EE3
(240,14,227)
#DB0DCF
(219,13,207)
#C60CBB
(198,12,187)
#B10BA7
(177,11,167)
#9C0A93
(156,10,147)
#87097F
(135,9,127)
#72086B
(114,8,107)
#5D0757
(93,7,87)
#480643
(72,6,67)
#33052F
(51,5,47)
#1E041B
(30,4,27)
#000000
(0,0,0)

Tints of #F00EE3

#F00EE3
(240,14,227)
#F123E5
(241,35,229)
#F238E7
(242,56,231)
#F34DE9
(243,77,233)
#F462EB
(244,98,235)
#F577ED
(245,119,237)
#F68CEF
(246,140,239)
#F7A1F1
(247,161,241)
#F8B6F3
(248,182,243)
#F9CBF5
(249,203,245)
#FAE0F7
(250,224,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F00EE3 color. Also use rgb(240,14,227) instead hex code.

Text Font Color

.myTextColor { color: #F00EE3; }

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

This text font color is #F00EE3.


Background Color

.myBgColor { background-color: #F00EE3; }

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

This div background color is #F00EE3.


Border color

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

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

This div border color is #F00EE3.


Opacity

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

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

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

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

This text has shadow with #F00EE3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F00EE3 on black background.


Color preview on white background

This text has color #F00EE3 on white background.



Black color preview on #F00EE3 background

This text has black color on #F00EE3 background.


White color preview on #F00EE3 background

This text has white color on #F00EE3 background.