COLOR #F46FA0

HEX: #F46FA0
RGB: (244,111,160)

Color info

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

RGB color model

#F46FA0 color RGB value is (244,111,160).

  • red value is 244;
  • green value is 111;
  • blue value is 160.
RGB:
(244,111,160)
(96%,44%,63%)

RGB channels and saturation

R 244 of 255 = 96%
G 111 of 255 = 44%
B 160 of 255 = 63%

244
111
160

R + G + B ~ 68%. #F46FA0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
244 + 111 + 160 = 515 (100%)
R 244 of 515 ~ 47.38%
G 111 of 515 ~ 21.55%
B 160 of 515 ~ 31.07%

%47.38
%21.55
%31.07

CMYK color model

#F46FA0 color CMYK value is (0,55,34,4).

  • cyan value is 0.00%
  • magenta value is 54.51%
  • yellow value is 34.43%
  • key color value is 4.31%
CMYK:
(0,55,34,4)
C0M55Y34K4 
(0%,55%,34%,4%)
(0.00/0.55/0.34/0.04)	

CMYK percentages

%0
%54.51
%34.43
%4.31

Codes

Color #F46FA0 in popluar color models

F46FA0
RGB244111160
HSL338°85.81%69.61%
HSB/HSV338°54.51%95.69%
CMYK0.00%54.51%34.43%
4.31%

Color #F46FA0 in popluar number systems.

HEXF46FA0
Decimal244111160
Binary11110100110111110100000
Octal364157240

Shades and tints

Shades of #F46FA0

#F46FA0
(244,111,160)
#DE6592
(222,101,146)
#C85B84
(200,91,132)
#B25176
(178,81,118)
#9C4768
(156,71,104)
#863D5A
(134,61,90)
#70334C
(112,51,76)
#5A293E
(90,41,62)
#441F30
(68,31,48)
#2E1522
(46,21,34)
#180B14
(24,11,20)
#000000
(0,0,0)

Tints of #F46FA0

#F46FA0
(244,111,160)
#F57CA8
(245,124,168)
#F689B0
(246,137,176)
#F796B8
(247,150,184)
#F8A3C0
(248,163,192)
#F9B0C8
(249,176,200)
#FABDD0
(250,189,208)
#FBCAD8
(251,202,216)
#FCD7E0
(252,215,224)
#FDE4E8
(253,228,232)
#FEF1F0
(254,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F46FA0 color. Also use rgb(244,111,160) instead hex code.

Text Font Color

.myTextColor { color: #F46FA0; }

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

This text font color is #F46FA0.


Background Color

.myBgColor { background-color: #F46FA0; }

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

This div background color is #F46FA0.


Border color

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

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

This div border color is #F46FA0.


Opacity

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

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

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

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

This text has shadow with #F46FA0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F46FA0 on black background.


Color preview on white background

This text has color #F46FA0 on white background.



Black color preview on #F46FA0 background

This text has black color on #F46FA0 background.


White color preview on #F46FA0 background

This text has white color on #F46FA0 background.