COLOR #F61E68

HEX: #F61E68
RGB: (246,30,104)

Color info

#F61E68 contains mainly red color. Web safe color of #F61E68 is #FF3366 (or #F36).

RGB color model

#F61E68 color RGB value is (246,30,104).

  • red value is 246;
  • green value is 30;
  • blue value is 104.
RGB:
(246,30,104)
(96%,12%,41%)

RGB channels and saturation

R 246 of 255 = 96%
G 30 of 255 = 12%
B 104 of 255 = 41%

246
30
104

R + G + B ~ 50%. #F61E68 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
246 + 30 + 104 = 380 (100%)
R 246 of 380 ~ 64.74%
G 30 of 380 ~ 7.89%
B 104 of 380 ~ 27.37%

%64.74
%27.37

CMYK color model

#F61E68 color CMYK value is (0,88,58,4).

  • cyan value is 0.00%
  • magenta value is 87.80%
  • yellow value is 57.72%
  • key color value is 3.53%
CMYK:
(0,88,58,4)
C0M88Y58K4 
(0%,88%,58%,4%)
(0.00/0.88/0.58/0.04)	

CMYK percentages

%0
%87.8
%57.72
%3.53

Codes

Color #F61E68 in popluar color models

F61E68
RGB24630104
HSL339°92.31%54.12%
HSB/HSV339°87.80%96.47%
CMYK0.00%87.80%57.72%
3.53%

Color #F61E68 in popluar number systems.

HEXF61E68
Decimal24630104
Binary11110110111101101000
Octal36636150

Shades and tints

Shades of #F61E68

#F61E68
(246,30,104)
#E01C5F
(224,28,95)
#CA1A56
(202,26,86)
#B4184D
(180,24,77)
#9E1644
(158,22,68)
#88143B
(136,20,59)
#721232
(114,18,50)
#5C1029
(92,16,41)
#460E20
(70,14,32)
#300C17
(48,12,23)
#1A0A0E
(26,10,14)
#000000
(0,0,0)

Tints of #F61E68

#F61E68
(246,30,104)
#F63275
(246,50,117)
#F64682
(246,70,130)
#F65A8F
(246,90,143)
#F66E9C
(246,110,156)
#F682A9
(246,130,169)
#F696B6
(246,150,182)
#F6AAC3
(246,170,195)
#F6BED0
(246,190,208)
#F6D2DD
(246,210,221)
#F6E6EA
(246,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F61E68 color. Also use rgb(246,30,104) instead hex code.

Text Font Color

.myTextColor { color: #F61E68; }

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

This text font color is #F61E68.


Background Color

.myBgColor { background-color: #F61E68; }

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

This div background color is #F61E68.


Border color

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

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

This div border color is #F61E68.


Opacity

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

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

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

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

This text has shadow with #F61E68 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F61E68 on black background.


Color preview on white background

This text has color #F61E68 on white background.



Black color preview on #F61E68 background

This text has black color on #F61E68 background.


White color preview on #F61E68 background

This text has white color on #F61E68 background.