COLOR #F0605C

HEX: #F0605C
RGB: (240,96,92)

Color info

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

RGB color model

#F0605C color RGB value is (240,96,92).

  • red value is 240;
  • green value is 96;
  • blue value is 92.
RGB:
(240,96,92)
(94%,38%,36%)

RGB channels and saturation

R 240 of 255 = 94%
G 96 of 255 = 38%
B 92 of 255 = 36%

240
96
92

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

Portions of RGB colors in percentages

R + G + B =
240 + 96 + 92 = 428 (100%)
R 240 of 428 ~ 56.07%
G 96 of 428 ~ 22.43%
B 92 of 428 ~ 21.5%

%56.07
%22.43
%21.5

CMYK color model

#F0605C color CMYK value is (0,60,62,6).

  • cyan value is 0.00%
  • magenta value is 60.00%
  • yellow value is 61.67%
  • key color value is 5.88%
CMYK:
(0,60,62,6)
C0M60Y62K6 
(0%,60%,62%,6%)
(0.00/0.60/0.62/0.06)	

CMYK percentages

%0
%60
%61.67
%5.88

Codes

Color #F0605C in popluar color models

F0605C
RGB2409692
HSL83.15%65.10%
HSB/HSV61.67%94.12%
CMYK0.00%60.00%61.67%
5.88%

Color #F0605C in popluar number systems.

HEXF0605C
Decimal2409692
Binary1111000011000001011100
Octal360140134

Shades and tints

Shades of #F0605C

#F0605C
(240,96,92)
#DB5854
(219,88,84)
#C6504C
(198,80,76)
#B14844
(177,72,68)
#9C403C
(156,64,60)
#873834
(135,56,52)
#72302C
(114,48,44)
#5D2824
(93,40,36)
#48201C
(72,32,28)
#331814
(51,24,20)
#1E100C
(30,16,12)
#000000
(0,0,0)

Tints of #F0605C

#F0605C
(240,96,92)
#F16E6A
(241,110,106)
#F27C78
(242,124,120)
#F38A86
(243,138,134)
#F49894
(244,152,148)
#F5A6A2
(245,166,162)
#F6B4B0
(246,180,176)
#F7C2BE
(247,194,190)
#F8D0CC
(248,208,204)
#F9DEDA
(249,222,218)
#FAECE8
(250,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F0605C color. Also use rgb(240,96,92) instead hex code.

Text Font Color

.myTextColor { color: #F0605C; }

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

This text font color is #F0605C.


Background Color

.myBgColor { background-color: #F0605C; }

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

This div background color is #F0605C.


Border color

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

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

This div border color is #F0605C.


Opacity

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

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

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

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

This text has shadow with #F0605C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0605C on black background.


Color preview on white background

This text has color #F0605C on white background.



Black color preview on #F0605C background

This text has black color on #F0605C background.


White color preview on #F0605C background

This text has white color on #F0605C background.