COLOR #F94673

HEX: #F94673
RGB: (249,70,115)

Color info

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

RGB color model

#F94673 color RGB value is (249,70,115).

  • red value is 249;
  • green value is 70;
  • blue value is 115.
RGB:
(249,70,115)
(98%,27%,45%)

RGB channels and saturation

R 249 of 255 = 98%
G 70 of 255 = 27%
B 115 of 255 = 45%

249
70
115

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

Portions of RGB colors in percentages

R + G + B =
249 + 70 + 115 = 434 (100%)
R 249 of 434 ~ 57.37%
G 70 of 434 ~ 16.13%
B 115 of 434 ~ 26.5%

%57.37
%16.13
%26.5

CMYK color model

#F94673 color CMYK value is (0,72,54,2).

  • cyan value is 0.00%
  • magenta value is 71.89%
  • yellow value is 53.82%
  • key color value is 2.35%
CMYK:
(0,72,54,2)
C0M72Y54K2 
(0%,72%,54%,2%)
(0.00/0.72/0.54/0.02)	

CMYK percentages

%0
%71.89
%53.82
%2.35

Codes

Color #F94673 in popluar color models

F94673
RGB24970115
HSL345°93.72%62.55%
HSB/HSV345°71.89%97.65%
CMYK0.00%71.89%53.82%
2.35%

Color #F94673 in popluar number systems.

HEXF94673
Decimal24970115
Binary1111100110001101110011
Octal371106163

Shades and tints

Shades of #F94673

#F94673
(249,70,115)
#E34069
(227,64,105)
#CD3A5F
(205,58,95)
#B73455
(183,52,85)
#A12E4B
(161,46,75)
#8B2841
(139,40,65)
#752237
(117,34,55)
#5F1C2D
(95,28,45)
#491623
(73,22,35)
#331019
(51,16,25)
#1D0A0F
(29,10,15)
#000000
(0,0,0)

Tints of #F94673

#F94673
(249,70,115)
#F9567F
(249,86,127)
#F9668B
(249,102,139)
#F97697
(249,118,151)
#F986A3
(249,134,163)
#F996AF
(249,150,175)
#F9A6BB
(249,166,187)
#F9B6C7
(249,182,199)
#F9C6D3
(249,198,211)
#F9D6DF
(249,214,223)
#F9E6EB
(249,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F94673 color. Also use rgb(249,70,115) instead hex code.

Text Font Color

.myTextColor { color: #F94673; }

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

This text font color is #F94673.


Background Color

.myBgColor { background-color: #F94673; }

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

This div background color is #F94673.


Border color

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

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

This div border color is #F94673.


Opacity

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

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

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

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

This text has shadow with #F94673 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F94673 on black background.


Color preview on white background

This text has color #F94673 on white background.



Black color preview on #F94673 background

This text has black color on #F94673 background.


White color preview on #F94673 background

This text has white color on #F94673 background.