COLOR #F198E8

HEX: #F198E8
RGB: (241,152,232)

Color info

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

RGB color model

#F198E8 color RGB value is (241,152,232).

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

RGB channels and saturation

R 241 of 255 = 95%
G 152 of 255 = 60%
B 232 of 255 = 91%

241
152
232

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

Portions of RGB colors in percentages

R + G + B =
241 + 152 + 232 = 625 (100%)
R 241 of 625 ~ 38.56%
G 152 of 625 ~ 24.32%
B 232 of 625 ~ 37.12%

%38.56
%24.32
%37.12

CMYK color model

#F198E8 color CMYK value is (0,37,4,5).

  • cyan value is 0.00%
  • magenta value is 36.93%
  • yellow value is 3.73%
  • key color value is 5.49%
CMYK:
(0,37,4,5)
C0M37Y4K5 
(0%,37%,4%,5%)
(0.00/0.37/0.04/0.05)	

CMYK percentages

%0
%36.93
%3.73
%5.49

Codes

Color #F198E8 in popluar color models

F198E8
RGB241152232
HSL306°76.07%77.06%
HSB/HSV306°36.93%94.51%
CMYK0.00%36.93%3.73%
5.49%

Color #F198E8 in popluar number systems.

HEXF198E8
Decimal241152232
Binary111100011001100011101000
Octal361230350

Shades and tints

Shades of #F198E8

#F198E8
(241,152,232)
#DC8BD3
(220,139,211)
#C77EBE
(199,126,190)
#B271A9
(178,113,169)
#9D6494
(157,100,148)
#88577F
(136,87,127)
#734A6A
(115,74,106)
#5E3D55
(94,61,85)
#493040
(73,48,64)
#34232B
(52,35,43)
#1F1616
(31,22,22)
#000000
(0,0,0)

Tints of #F198E8

#F198E8
(241,152,232)
#F2A1EA
(242,161,234)
#F3AAEC
(243,170,236)
#F4B3EE
(244,179,238)
#F5BCF0
(245,188,240)
#F6C5F2
(246,197,242)
#F7CEF4
(247,206,244)
#F8D7F6
(248,215,246)
#F9E0F8
(249,224,248)
#FAE9FA
(250,233,250)
#FBF2FC
(251,242,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F198E8; }

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

This text font color is #F198E8.


Background Color

.myBgColor { background-color: #F198E8; }

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

This div background color is #F198E8.


Border color

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

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

This div border color is #F198E8.


Opacity

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

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

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

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

This text has shadow with #F198E8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F198E8 on black background.


Color preview on white background

This text has color #F198E8 on white background.



Black color preview on #F198E8 background

This text has black color on #F198E8 background.


White color preview on #F198E8 background

This text has white color on #F198E8 background.