COLOR #F60507

HEX: #F60507
RGB: (246,5,7)

Color info

#F60507 contains mainly red color. Web safe color of #F60507 is #FF0000 (or #F00).

RGB color model

#F60507 color RGB value is (246,5,7).

  • red value is 246;
  • green value is 5;
  • blue value is 7.
RGB:
(246,5,7)
(96%,2%,3%)

RGB channels and saturation

R 246 of 255 = 96%
G 5 of 255 = 2%
B 7 of 255 = 3%

246
5
7

R + G + B ~ 34%. #F60507 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
246 + 5 + 7 = 258 (100%)
R 246 of 258 ~ 95.35%
G 5 of 258 ~ 1.94%
B 7 of 258 ~ 2.71%

%95.35

CMYK color model

#F60507 color CMYK value is (0,98,97,4).

  • cyan value is 0.00%
  • magenta value is 97.97%
  • yellow value is 97.15%
  • key color value is 3.53%
CMYK:
(0,98,97,4)
C0M98Y97K4 
(0%,98%,97%,4%)
(0.00/0.98/0.97/0.04)	

CMYK percentages

%0
%97.97
%97.15
%3.53

Codes

Color #F60507 in popluar color models

F60507
RGB24657
HSL360°96.02%49.22%
HSB/HSV360°97.97%96.47%
CMYK0.00%97.97%97.15%
3.53%

Color #F60507 in popluar number systems.

HEXF60507
Decimal24657
Binary11110110101111
Octal36657

Shades and tints

Shades of #F60507

#F60507
(246,5,7)
#E00507
(224,5,7)
#CA0507
(202,5,7)
#B40507
(180,5,7)
#9E0507
(158,5,7)
#880507
(136,5,7)
#720507
(114,5,7)
#5C0507
(92,5,7)
#460507
(70,5,7)
#300507
(48,5,7)
#1A0507
(26,5,7)
#000000
(0,0,0)

Tints of #F60507

#F60507
(246,5,7)
#F61B1D
(246,27,29)
#F63133
(246,49,51)
#F64749
(246,71,73)
#F65D5F
(246,93,95)
#F67375
(246,115,117)
#F6898B
(246,137,139)
#F69FA1
(246,159,161)
#F6B5B7
(246,181,183)
#F6CBCD
(246,203,205)
#F6E1E3
(246,225,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F60507 color. Also use rgb(246,5,7) instead hex code.

Text Font Color

.myTextColor { color: #F60507; }

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

This text font color is #F60507.


Background Color

.myBgColor { background-color: #F60507; }

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

This div background color is #F60507.


Border color

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

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

This div border color is #F60507.


Opacity

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

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

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

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

This text has shadow with #F60507 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F60507 on black background.


Color preview on white background

This text has color #F60507 on white background.



Black color preview on #F60507 background

This text has black color on #F60507 background.


White color preview on #F60507 background

This text has white color on #F60507 background.