COLOR #F7009C

HEX: #F7009C
RGB: (247,0,156)

Color info

#F7009C contains mainly red color. Web safe color of #F7009C is #FF0099 (or #F09).

RGB color model

#F7009C color RGB value is (247,0,156).

  • red value is 247;
  • green value is 0;
  • blue value is 156.
RGB:
(247,0,156)
(97%,0%,61%)

RGB channels and saturation

R 247 of 255 = 97%
G 0 of 255 = 0%
B 156 of 255 = 61%

247
0
156

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

Portions of RGB colors in percentages

R + G + B =
247 + 0 + 156 = 403 (100%)
R 247 of 403 ~ 61.29%
G 0 of 403 ~ 0%
B 156 of 403 ~ 38.71%

%61.29
%38.71

CMYK color model

#F7009C color CMYK value is (0,100,37,3).

  • cyan value is 0.00%
  • magenta value is 100.00%
  • yellow value is 36.84%
  • key color value is 3.14%
CMYK:
(0,100,37,3)
C0M100Y37K3 
(0%,100%,37%,3%)
(0.00/1.00/0.37/0.03)	

CMYK percentages

%0
%100
%36.84
%3.14

Codes

Color #F7009C in popluar color models

F7009C
RGB2470156
HSL322°100.00%48.43%
HSB/HSV322°100.00%96.86%
CMYK0.00%100.00%36.84%
3.14%

Color #F7009C in popluar number systems.

HEXF7009C
Decimal2470156
Binary11110111010011100
Octal3670234

Shades and tints

Shades of #F7009C

#F7009C
(247,0,156)
#E1008E
(225,0,142)
#CB0080
(203,0,128)
#B50072
(181,0,114)
#9F0064
(159,0,100)
#890056
(137,0,86)
#730048
(115,0,72)
#5D003A
(93,0,58)
#47002C
(71,0,44)
#31001E
(49,0,30)
#1B0010
(27,0,16)
#000000
(0,0,0)

Tints of #F7009C

#F7009C
(247,0,156)
#F717A5
(247,23,165)
#F72EAE
(247,46,174)
#F745B7
(247,69,183)
#F75CC0
(247,92,192)
#F773C9
(247,115,201)
#F78AD2
(247,138,210)
#F7A1DB
(247,161,219)
#F7B8E4
(247,184,228)
#F7CFED
(247,207,237)
#F7E6F6
(247,230,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F7009C color. Also use rgb(247,0,156) instead hex code.

Text Font Color

.myTextColor { color: #F7009C; }

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

This text font color is #F7009C.


Background Color

.myBgColor { background-color: #F7009C; }

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

This div background color is #F7009C.


Border color

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

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

This div border color is #F7009C.


Opacity

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

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

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

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

This text has shadow with #F7009C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F7009C on black background.


Color preview on white background

This text has color #F7009C on white background.



Black color preview on #F7009C background

This text has black color on #F7009C background.


White color preview on #F7009C background

This text has white color on #F7009C background.