COLOR #F46976

HEX: #F46976
RGB: (244,105,118)

Color info

#F46976 contains mainly red color. Web safe color of #F46976 is #FF6666 (or #F66).

RGB color model

#F46976 color RGB value is (244,105,118).

  • red value is 244;
  • green value is 105;
  • blue value is 118.
RGB:
(244,105,118)
(96%,41%,46%)

RGB channels and saturation

R 244 of 255 = 96%
G 105 of 255 = 41%
B 118 of 255 = 46%

244
105
118

R + G + B ~ 61%. #F46976 is quite light color.

Portions of RGB colors in percentages

R + G + B =
244 + 105 + 118 = 467 (100%)
R 244 of 467 ~ 52.25%
G 105 of 467 ~ 22.48%
B 118 of 467 ~ 25.27%

%52.25
%22.48
%25.27

CMYK color model

#F46976 color CMYK value is (0,57,52,4).

  • cyan value is 0.00%
  • magenta value is 56.97%
  • yellow value is 51.64%
  • key color value is 4.31%
CMYK:
(0,57,52,4)
C0M57Y52K4 
(0%,57%,52%,4%)
(0.00/0.57/0.52/0.04)	

CMYK percentages

%0
%56.97
%51.64
%4.31

Codes

Color #F46976 in popluar color models

F46976
RGB244105118
HSL354°86.34%68.43%
HSB/HSV354°56.97%95.69%
CMYK0.00%56.97%51.64%
4.31%

Color #F46976 in popluar number systems.

HEXF46976
Decimal244105118
Binary1111010011010011110110
Octal364151166

Shades and tints

Shades of #F46976

#F46976
(244,105,118)
#DE606C
(222,96,108)
#C85762
(200,87,98)
#B24E58
(178,78,88)
#9C454E
(156,69,78)
#863C44
(134,60,68)
#70333A
(112,51,58)
#5A2A30
(90,42,48)
#442126
(68,33,38)
#2E181C
(46,24,28)
#180F12
(24,15,18)
#000000
(0,0,0)

Tints of #F46976

#F46976
(244,105,118)
#F57682
(245,118,130)
#F6838E
(246,131,142)
#F7909A
(247,144,154)
#F89DA6
(248,157,166)
#F9AAB2
(249,170,178)
#FAB7BE
(250,183,190)
#FBC4CA
(251,196,202)
#FCD1D6
(252,209,214)
#FDDEE2
(253,222,226)
#FEEBEE
(254,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F46976 color. Also use rgb(244,105,118) instead hex code.

Text Font Color

.myTextColor { color: #F46976; }

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

This text font color is #F46976.


Background Color

.myBgColor { background-color: #F46976; }

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

This div background color is #F46976.


Border color

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

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

This div border color is #F46976.


Opacity

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

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

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

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

This text has shadow with #F46976 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F46976 on black background.


Color preview on white background

This text has color #F46976 on white background.



Black color preview on #F46976 background

This text has black color on #F46976 background.


White color preview on #F46976 background

This text has white color on #F46976 background.