COLOR #F198EB

HEX: #F198EB
RGB: (241,152,235)

Color info

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

RGB color model

#F198EB color RGB value is (241,152,235).

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

RGB channels and saturation

R 241 of 255 = 95%
G 152 of 255 = 60%
B 235 of 255 = 92%

241
152
235

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

Portions of RGB colors in percentages

R + G + B =
241 + 152 + 235 = 628 (100%)
R 241 of 628 ~ 38.38%
G 152 of 628 ~ 24.2%
B 235 of 628 ~ 37.42%

%38.38
%24.2
%37.42

CMYK color model

#F198EB color CMYK value is (0,37,2,5).

  • cyan value is 0.00%
  • magenta value is 36.93%
  • yellow value is 2.49%
  • key color value is 5.49%
CMYK:
(0,37,2,5)
C0M37Y2K5 
(0%,37%,2%,5%)
(0.00/0.37/0.02/0.05)	

CMYK percentages

%0
%36.93
%2.49
%5.49

Codes

Color #F198EB in popluar color models

F198EB
RGB241152235
HSL304°76.07%77.06%
HSB/HSV304°36.93%94.51%
CMYK0.00%36.93%2.49%
5.49%

Color #F198EB in popluar number systems.

HEXF198EB
Decimal241152235
Binary111100011001100011101011
Octal361230353

Shades and tints

Shades of #F198EB

#F198EB
(241,152,235)
#DC8BD6
(220,139,214)
#C77EC1
(199,126,193)
#B271AC
(178,113,172)
#9D6497
(157,100,151)
#885782
(136,87,130)
#734A6D
(115,74,109)
#5E3D58
(94,61,88)
#493043
(73,48,67)
#34232E
(52,35,46)
#1F1619
(31,22,25)
#000000
(0,0,0)

Tints of #F198EB

#F198EB
(241,152,235)
#F2A1EC
(242,161,236)
#F3AAED
(243,170,237)
#F4B3EE
(244,179,238)
#F5BCEF
(245,188,239)
#F6C5F0
(246,197,240)
#F7CEF1
(247,206,241)
#F8D7F2
(248,215,242)
#F9E0F3
(249,224,243)
#FAE9F4
(250,233,244)
#FBF2F5
(251,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F198EB color. Also use rgb(241,152,235) instead hex code.

Text Font Color

.myTextColor { color: #F198EB; }

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

This text font color is #F198EB.


Background Color

.myBgColor { background-color: #F198EB; }

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

This div background color is #F198EB.


Border color

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

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

This div border color is #F198EB.


Opacity

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

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

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

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

This text has shadow with #F198EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F198EB on black background.


Color preview on white background

This text has color #F198EB on white background.



Black color preview on #F198EB background

This text has black color on #F198EB background.


White color preview on #F198EB background

This text has white color on #F198EB background.