COLOR #F198FA

HEX: #F198FA
RGB: (241,152,250)

Color info

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

RGB color model

#F198FA color RGB value is (241,152,250).

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

RGB channels and saturation

R 241 of 255 = 95%
G 152 of 255 = 60%
B 250 of 255 = 98%

241
152
250

R + G + B ~ 84%. #F198FA is quite light color.

Portions of RGB colors in percentages

R + G + B =
241 + 152 + 250 = 643 (100%)
R 241 of 643 ~ 37.48%
G 152 of 643 ~ 23.64%
B 250 of 643 ~ 38.88%

%37.48
%23.64
%38.88

CMYK color model

#F198FA color CMYK value is (4,39,0,2).

  • cyan value is 3.60%
  • magenta value is 39.20%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK:
(4,39,0,2)
C4M39Y0K2 
(4%,39%,0%,2%)
(0.04/0.39/0.00/0.02)	

CMYK percentages

%3.6
%39.2
%0
%1.96

Codes

Color #F198FA in popluar color models

F198FA
RGB241152250
HSL294°90.74%78.82%
HSB/HSV294°39.20%98.04%
CMYK3.60%39.20%0.00%
1.96%

Color #F198FA in popluar number systems.

HEXF198FA
Decimal241152250
Binary111100011001100011111010
Octal361230372

Shades and tints

Shades of #F198FA

#F198FA
(241,152,250)
#DC8BE4
(220,139,228)
#C77ECE
(199,126,206)
#B271B8
(178,113,184)
#9D64A2
(157,100,162)
#88578C
(136,87,140)
#734A76
(115,74,118)
#5E3D60
(94,61,96)
#49304A
(73,48,74)
#342334
(52,35,52)
#1F161E
(31,22,30)
#000000
(0,0,0)

Tints of #F198FA

#F198FA
(241,152,250)
#F2A1FA
(242,161,250)
#F3AAFA
(243,170,250)
#F4B3FA
(244,179,250)
#F5BCFA
(245,188,250)
#F6C5FA
(246,197,250)
#F7CEFA
(247,206,250)
#F8D7FA
(248,215,250)
#F9E0FA
(249,224,250)
#FAE9FA
(250,233,250)
#FBF2FA
(251,242,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F198FA; }

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

This text font color is #F198FA.


Background Color

.myBgColor { background-color: #F198FA; }

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

This div background color is #F198FA.


Border color

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

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

This div border color is #F198FA.


Opacity

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

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

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

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

This text has shadow with #F198FA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F198FA on black background.


Color preview on white background

This text has color #F198FA on white background.



Black color preview on #F198FA background

This text has black color on #F198FA background.


White color preview on #F198FA background

This text has white color on #F198FA background.