COLOR #F46058

HEX: #F46058
RGB: (244,96,88)

Color info

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

RGB color model

#F46058 color RGB value is (244,96,88).

  • red value is 244;
  • green value is 96;
  • blue value is 88.
RGB:
(244,96,88)
(96%,38%,35%)

RGB channels and saturation

R 244 of 255 = 96%
G 96 of 255 = 38%
B 88 of 255 = 35%

244
96
88

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

Portions of RGB colors in percentages

R + G + B =
244 + 96 + 88 = 428 (100%)
R 244 of 428 ~ 57.01%
G 96 of 428 ~ 22.43%
B 88 of 428 ~ 20.56%

%57.01
%22.43
%20.56

CMYK color model

#F46058 color CMYK value is (0,61,64,4).

  • cyan value is 0.00%
  • magenta value is 60.66%
  • yellow value is 63.93%
  • key color value is 4.31%
CMYK:
(0,61,64,4)
C0M61Y64K4 
(0%,61%,64%,4%)
(0.00/0.61/0.64/0.04)	

CMYK percentages

%0
%60.66
%63.93
%4.31

Codes

Color #F46058 in popluar color models

F46058
RGB2449688
HSL87.64%65.10%
HSB/HSV63.93%95.69%
CMYK0.00%60.66%63.93%
4.31%

Color #F46058 in popluar number systems.

HEXF46058
Decimal2449688
Binary1111010011000001011000
Octal364140130

Shades and tints

Shades of #F46058

#F46058
(244,96,88)
#DE5850
(222,88,80)
#C85048
(200,80,72)
#B24840
(178,72,64)
#9C4038
(156,64,56)
#863830
(134,56,48)
#703028
(112,48,40)
#5A2820
(90,40,32)
#442018
(68,32,24)
#2E1810
(46,24,16)
#181008
(24,16,8)
#000000
(0,0,0)

Tints of #F46058

#F46058
(244,96,88)
#F56E67
(245,110,103)
#F67C76
(246,124,118)
#F78A85
(247,138,133)
#F89894
(248,152,148)
#F9A6A3
(249,166,163)
#FAB4B2
(250,180,178)
#FBC2C1
(251,194,193)
#FCD0D0
(252,208,208)
#FDDEDF
(253,222,223)
#FEECEE
(254,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F46058 color. Also use rgb(244,96,88) instead hex code.

Text Font Color

.myTextColor { color: #F46058; }

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

This text font color is #F46058.


Background Color

.myBgColor { background-color: #F46058; }

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

This div background color is #F46058.


Border color

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

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

This div border color is #F46058.


Opacity

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

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

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

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

This text has shadow with #F46058 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F46058 on black background.


Color preview on white background

This text has color #F46058 on white background.



Black color preview on #F46058 background

This text has black color on #F46058 background.


White color preview on #F46058 background

This text has white color on #F46058 background.