COLOR #F16EB0

HEX: #F16EB0
RGB: (241,110,176)

Color info

#F16EB0 contains mainly red color. Web safe color of #F16EB0 is #FF6699 (or #F69).

RGB color model

#F16EB0 color RGB value is (241,110,176).

  • red value is 241;
  • green value is 110;
  • blue value is 176.
RGB:
(241,110,176)
(95%,43%,69%)

RGB channels and saturation

R 241 of 255 = 95%
G 110 of 255 = 43%
B 176 of 255 = 69%

241
110
176

R + G + B ~ 69%. #F16EB0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
241 + 110 + 176 = 527 (100%)
R 241 of 527 ~ 45.73%
G 110 of 527 ~ 20.87%
B 176 of 527 ~ 33.4%

%45.73
%20.87
%33.4

CMYK color model

#F16EB0 color CMYK value is (0,54,27,5).

  • cyan value is 0.00%
  • magenta value is 54.36%
  • yellow value is 26.97%
  • key color value is 5.49%
CMYK:
(0,54,27,5)
C0M54Y27K5 
(0%,54%,27%,5%)
(0.00/0.54/0.27/0.05)	

CMYK percentages

%0
%54.36
%26.97
%5.49

Codes

Color #F16EB0 in popluar color models

F16EB0
RGB241110176
HSL330°82.39%68.82%
HSB/HSV330°54.36%94.51%
CMYK0.00%54.36%26.97%
5.49%

Color #F16EB0 in popluar number systems.

HEXF16EB0
Decimal241110176
Binary11110001110111010110000
Octal361156260

Shades and tints

Shades of #F16EB0

#F16EB0
(241,110,176)
#DC64A0
(220,100,160)
#C75A90
(199,90,144)
#B25080
(178,80,128)
#9D4670
(157,70,112)
#883C60
(136,60,96)
#733250
(115,50,80)
#5E2840
(94,40,64)
#491E30
(73,30,48)
#341420
(52,20,32)
#1F0A10
(31,10,16)
#000000
(0,0,0)

Tints of #F16EB0

#F16EB0
(241,110,176)
#F27BB7
(242,123,183)
#F388BE
(243,136,190)
#F495C5
(244,149,197)
#F5A2CC
(245,162,204)
#F6AFD3
(246,175,211)
#F7BCDA
(247,188,218)
#F8C9E1
(248,201,225)
#F9D6E8
(249,214,232)
#FAE3EF
(250,227,239)
#FBF0F6
(251,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F16EB0 color. Also use rgb(241,110,176) instead hex code.

Text Font Color

.myTextColor { color: #F16EB0; }

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

This text font color is #F16EB0.


Background Color

.myBgColor { background-color: #F16EB0; }

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

This div background color is #F16EB0.


Border color

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

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

This div border color is #F16EB0.


Opacity

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

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

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

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

This text has shadow with #F16EB0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F16EB0 on black background.


Color preview on white background

This text has color #F16EB0 on white background.



Black color preview on #F16EB0 background

This text has black color on #F16EB0 background.


White color preview on #F16EB0 background

This text has white color on #F16EB0 background.