COLOR #F166FA

HEX: #F166FA
RGB: (241,102,250)

Color info

#F166FA contains mainly red and blue colors. Web safe color of #F166FA is #FF66FF (or #F6F).

RGB color model

#F166FA color RGB value is (241,102,250).

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

RGB channels and saturation

R 241 of 255 = 95%
G 102 of 255 = 40%
B 250 of 255 = 98%

241
102
250

R + G + B ~ 78%. #F166FA is quite light color.

Portions of RGB colors in percentages

R + G + B =
241 + 102 + 250 = 593 (100%)
R 241 of 593 ~ 40.64%
G 102 of 593 ~ 17.2%
B 250 of 593 ~ 42.16%

%40.64
%17.2
%42.16

CMYK color model

#F166FA color CMYK value is (4,59,0,2).

  • cyan value is 3.60%
  • magenta value is 59.20%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK:
(4,59,0,2)
C4M59Y0K2 
(4%,59%,0%,2%)
(0.04/0.59/0.00/0.02)	

CMYK percentages

%3.6
%59.2
%0
%1.96

Codes

Color #F166FA in popluar color models

F166FA
RGB241102250
HSL296°93.67%69.02%
HSB/HSV296°59.20%98.04%
CMYK3.60%59.20%0.00%
1.96%

Color #F166FA in popluar number systems.

HEXF166FA
Decimal241102250
Binary11110001110011011111010
Octal361146372

Shades and tints

Shades of #F166FA

#F166FA
(241,102,250)
#DC5DE4
(220,93,228)
#C754CE
(199,84,206)
#B24BB8
(178,75,184)
#9D42A2
(157,66,162)
#88398C
(136,57,140)
#733076
(115,48,118)
#5E2760
(94,39,96)
#491E4A
(73,30,74)
#341534
(52,21,52)
#1F0C1E
(31,12,30)
#000000
(0,0,0)

Tints of #F166FA

#F166FA
(241,102,250)
#F273FA
(242,115,250)
#F380FA
(243,128,250)
#F48DFA
(244,141,250)
#F59AFA
(245,154,250)
#F6A7FA
(246,167,250)
#F7B4FA
(247,180,250)
#F8C1FA
(248,193,250)
#F9CEFA
(249,206,250)
#FADBFA
(250,219,250)
#FBE8FA
(251,232,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F166FA; }

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

This text font color is #F166FA.


Background Color

.myBgColor { background-color: #F166FA; }

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

This div background color is #F166FA.


Border color

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

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

This div border color is #F166FA.


Opacity

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

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

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

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

This text has shadow with #F166FA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F166FA on black background.


Color preview on white background

This text has color #F166FA on white background.



Black color preview on #F166FA background

This text has black color on #F166FA background.


White color preview on #F166FA background

This text has white color on #F166FA background.