COLOR #F6070C

HEX: #F6070C
RGB: (246,7,12)

Color info

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

RGB color model

#F6070C color RGB value is (246,7,12).

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

RGB channels and saturation

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

246
7
12

R + G + B ~ 35%. #F6070C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
246 + 7 + 12 = 265 (100%)
R 246 of 265 ~ 92.83%
G 7 of 265 ~ 2.64%
B 12 of 265 ~ 4.53%

%92.83

CMYK color model

#F6070C color CMYK value is (0,97,95,4).

  • cyan value is 0.00%
  • magenta value is 97.15%
  • yellow value is 95.12%
  • key color value is 3.53%
CMYK:
(0,97,95,4)
C0M97Y95K4 
(0%,97%,95%,4%)
(0.00/0.97/0.95/0.04)	

CMYK percentages

%0
%97.15
%95.12
%3.53

Codes

Color #F6070C in popluar color models

F6070C
RGB246712
HSL359°94.47%49.61%
HSB/HSV359°97.15%96.47%
CMYK0.00%97.15%95.12%
3.53%

Color #F6070C in popluar number systems.

HEXF6070C
Decimal246712
Binary111101101111100
Octal366714

Shades and tints

Shades of #F6070C

#F6070C
(246,7,12)
#E0070B
(224,7,11)
#CA070A
(202,7,10)
#B40709
(180,7,9)
#9E0708
(158,7,8)
#880707
(136,7,7)
#720706
(114,7,6)
#5C0705
(92,7,5)
#460704
(70,7,4)
#300703
(48,7,3)
#1A0702
(26,7,2)
#000000
(0,0,0)

Tints of #F6070C

#F6070C
(246,7,12)
#F61D22
(246,29,34)
#F63338
(246,51,56)
#F6494E
(246,73,78)
#F65F64
(246,95,100)
#F6757A
(246,117,122)
#F68B90
(246,139,144)
#F6A1A6
(246,161,166)
#F6B7BC
(246,183,188)
#F6CDD2
(246,205,210)
#F6E3E8
(246,227,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6070C; }

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

This text font color is #F6070C.


Background Color

.myBgColor { background-color: #F6070C; }

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

This div background color is #F6070C.


Border color

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

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

This div border color is #F6070C.


Opacity

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

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

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

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

This text has shadow with #F6070C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6070C on black background.


Color preview on white background

This text has color #F6070C on white background.



Black color preview on #F6070C background

This text has black color on #F6070C background.


White color preview on #F6070C background

This text has white color on #F6070C background.