COLOR #F7012A

HEX: #F7012A
RGB: (247,1,42)

Color info

#F7012A contains mainly red color. Web safe color of #F7012A is #FF0033 (or #F03).

RGB color model

#F7012A color RGB value is (247,1,42).

  • red value is 247;
  • green value is 1;
  • blue value is 42.
RGB:
(247,1,42)
(97%,0%,16%)

RGB channels and saturation

R 247 of 255 = 97%
G 1 of 255 = 0%
B 42 of 255 = 16%

247
1
42

R + G + B ~ 38%. #F7012A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
247 + 1 + 42 = 290 (100%)
R 247 of 290 ~ 85.17%
G 1 of 290 ~ 0.34%
B 42 of 290 ~ 14.48%

%85.17
%14.48

CMYK color model

#F7012A color CMYK value is (0,100,83,3).

  • cyan value is 0.00%
  • magenta value is 99.60%
  • yellow value is 83.00%
  • key color value is 3.14%
CMYK:
(0,100,83,3)
C0M100Y83K3 
(0%,100%,83%,3%)
(0.00/1.00/0.83/0.03)	

CMYK percentages

%0
%99.6
%83
%3.14

Codes

Color #F7012A in popluar color models

F7012A
RGB247142
HSL350°99.19%48.63%
HSB/HSV350°99.60%96.86%
CMYK0.00%99.60%83.00%
3.14%

Color #F7012A in popluar number systems.

HEXF7012A
Decimal247142
Binary111101111101010
Octal367152

Shades and tints

Shades of #F7012A

#F7012A
(247,1,42)
#E10127
(225,1,39)
#CB0124
(203,1,36)
#B50121
(181,1,33)
#9F011E
(159,1,30)
#89011B
(137,1,27)
#730118
(115,1,24)
#5D0115
(93,1,21)
#470112
(71,1,18)
#31010F
(49,1,15)
#1B010C
(27,1,12)
#000000
(0,0,0)

Tints of #F7012A

#F7012A
(247,1,42)
#F7183D
(247,24,61)
#F72F50
(247,47,80)
#F74663
(247,70,99)
#F75D76
(247,93,118)
#F77489
(247,116,137)
#F78B9C
(247,139,156)
#F7A2AF
(247,162,175)
#F7B9C2
(247,185,194)
#F7D0D5
(247,208,213)
#F7E7E8
(247,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F7012A color. Also use rgb(247,1,42) instead hex code.

Text Font Color

.myTextColor { color: #F7012A; }

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

This text font color is #F7012A.


Background Color

.myBgColor { background-color: #F7012A; }

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

This div background color is #F7012A.


Border color

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

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

This div border color is #F7012A.


Opacity

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

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

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

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

This text has shadow with #F7012A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F7012A on black background.


Color preview on white background

This text has color #F7012A on white background.



Black color preview on #F7012A background

This text has black color on #F7012A background.


White color preview on #F7012A background

This text has white color on #F7012A background.