COLOR #F7075D

HEX: #F7075D
RGB: (247,7,93)

Color info

#F7075D contains mainly red color. Web safe color of #F7075D is #FF0066 (or #F06).

RGB color model

#F7075D color RGB value is (247,7,93).

  • red value is 247;
  • green value is 7;
  • blue value is 93.
RGB:
(247,7,93)
(97%,3%,36%)

RGB channels and saturation

R 247 of 255 = 97%
G 7 of 255 = 3%
B 93 of 255 = 36%

247
7
93

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

Portions of RGB colors in percentages

R + G + B =
247 + 7 + 93 = 347 (100%)
R 247 of 347 ~ 71.18%
G 7 of 347 ~ 2.02%
B 93 of 347 ~ 26.8%

%71.18
%26.8

CMYK color model

#F7075D color CMYK value is (0,97,62,3).

  • cyan value is 0.00%
  • magenta value is 97.17%
  • yellow value is 62.35%
  • key color value is 3.14%
CMYK:
(0,97,62,3)
C0M97Y62K3 
(0%,97%,62%,3%)
(0.00/0.97/0.62/0.03)	

CMYK percentages

%0
%97.17
%62.35
%3.14

Codes

Color #F7075D in popluar color models

F7075D
RGB247793
HSL339°94.49%49.80%
HSB/HSV339°97.17%96.86%
CMYK0.00%97.17%62.35%
3.14%

Color #F7075D in popluar number systems.

HEXF7075D
Decimal247793
Binary111101111111011101
Octal3677135

Shades and tints

Shades of #F7075D

#F7075D
(247,7,93)
#E10755
(225,7,85)
#CB074D
(203,7,77)
#B50745
(181,7,69)
#9F073D
(159,7,61)
#890735
(137,7,53)
#73072D
(115,7,45)
#5D0725
(93,7,37)
#47071D
(71,7,29)
#310715
(49,7,21)
#1B070D
(27,7,13)
#000000
(0,0,0)

Tints of #F7075D

#F7075D
(247,7,93)
#F71D6B
(247,29,107)
#F73379
(247,51,121)
#F74987
(247,73,135)
#F75F95
(247,95,149)
#F775A3
(247,117,163)
#F78BB1
(247,139,177)
#F7A1BF
(247,161,191)
#F7B7CD
(247,183,205)
#F7CDDB
(247,205,219)
#F7E3E9
(247,227,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F7075D color. Also use rgb(247,7,93) instead hex code.

Text Font Color

.myTextColor { color: #F7075D; }

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

This text font color is #F7075D.


Background Color

.myBgColor { background-color: #F7075D; }

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

This div background color is #F7075D.


Border color

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

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

This div border color is #F7075D.


Opacity

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

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

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

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

This text has shadow with #F7075D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F7075D on black background.


Color preview on white background

This text has color #F7075D on white background.



Black color preview on #F7075D background

This text has black color on #F7075D background.


White color preview on #F7075D background

This text has white color on #F7075D background.