COLOR #F199EA

HEX: #F199EA
RGB: (241,153,234)

Color info

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

RGB color model

#F199EA color RGB value is (241,153,234).

  • red value is 241;
  • green value is 153;
  • blue value is 234.
RGB:
(241,153,234)
(95%,60%,92%)

RGB channels and saturation

R 241 of 255 = 95%
G 153 of 255 = 60%
B 234 of 255 = 92%

241
153
234

R + G + B ~ 82%. #F199EA is quite light color.

Portions of RGB colors in percentages

R + G + B =
241 + 153 + 234 = 628 (100%)
R 241 of 628 ~ 38.38%
G 153 of 628 ~ 24.36%
B 234 of 628 ~ 37.26%

%38.38
%24.36
%37.26

CMYK color model

#F199EA color CMYK value is (0,37,3,5).

  • cyan value is 0.00%
  • magenta value is 36.51%
  • yellow value is 2.90%
  • key color value is 5.49%
CMYK:
(0,37,3,5)
C0M37Y3K5 
(0%,37%,3%,5%)
(0.00/0.37/0.03/0.05)	

CMYK percentages

%0
%36.51
%2.9
%5.49

Codes

Color #F199EA in popluar color models

F199EA
RGB241153234
HSL305°75.86%77.25%
HSB/HSV305°36.51%94.51%
CMYK0.00%36.51%2.90%
5.49%

Color #F199EA in popluar number systems.

HEXF199EA
Decimal241153234
Binary111100011001100111101010
Octal361231352

Shades and tints

Shades of #F199EA

#F199EA
(241,153,234)
#DC8CD5
(220,140,213)
#C77FC0
(199,127,192)
#B272AB
(178,114,171)
#9D6596
(157,101,150)
#885881
(136,88,129)
#734B6C
(115,75,108)
#5E3E57
(94,62,87)
#493142
(73,49,66)
#34242D
(52,36,45)
#1F1718
(31,23,24)
#000000
(0,0,0)

Tints of #F199EA

#F199EA
(241,153,234)
#F2A2EB
(242,162,235)
#F3ABEC
(243,171,236)
#F4B4ED
(244,180,237)
#F5BDEE
(245,189,238)
#F6C6EF
(246,198,239)
#F7CFF0
(247,207,240)
#F8D8F1
(248,216,241)
#F9E1F2
(249,225,242)
#FAEAF3
(250,234,243)
#FBF3F4
(251,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F199EA color. Also use rgb(241,153,234) instead hex code.

Text Font Color

.myTextColor { color: #F199EA; }

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

This text font color is #F199EA.


Background Color

.myBgColor { background-color: #F199EA; }

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

This div background color is #F199EA.


Border color

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

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

This div border color is #F199EA.


Opacity

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

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

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

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

This text has shadow with #F199EA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F199EA on black background.


Color preview on white background

This text has color #F199EA on white background.



Black color preview on #F199EA background

This text has black color on #F199EA background.


White color preview on #F199EA background

This text has white color on #F199EA background.