COLOR #F7147C

HEX: #F7147C
RGB: (247,20,124)

Color info

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

RGB color model

#F7147C color RGB value is (247,20,124).

  • red value is 247;
  • green value is 20;
  • blue value is 124.
RGB:
(247,20,124)
(97%,8%,49%)

RGB channels and saturation

R 247 of 255 = 97%
G 20 of 255 = 8%
B 124 of 255 = 49%

247
20
124

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

Portions of RGB colors in percentages

R + G + B =
247 + 20 + 124 = 391 (100%)
R 247 of 391 ~ 63.17%
G 20 of 391 ~ 5.12%
B 124 of 391 ~ 31.71%

%63.17
%31.71

CMYK color model

#F7147C color CMYK value is (0,92,50,3).

  • cyan value is 0.00%
  • magenta value is 91.90%
  • yellow value is 49.80%
  • key color value is 3.14%
CMYK:
(0,92,50,3)
C0M92Y50K3 
(0%,92%,50%,3%)
(0.00/0.92/0.50/0.03)	

CMYK percentages

%0
%91.9
%49.8
%3.14

Codes

Color #F7147C in popluar color models

F7147C
RGB24720124
HSL333°93.42%52.35%
HSB/HSV333°91.90%96.86%
CMYK0.00%91.90%49.80%
3.14%

Color #F7147C in popluar number systems.

HEXF7147C
Decimal24720124
Binary11110111101001111100
Octal36724174

Shades and tints

Shades of #F7147C

#F7147C
(247,20,124)
#E11371
(225,19,113)
#CB1266
(203,18,102)
#B5115B
(181,17,91)
#9F1050
(159,16,80)
#890F45
(137,15,69)
#730E3A
(115,14,58)
#5D0D2F
(93,13,47)
#470C24
(71,12,36)
#310B19
(49,11,25)
#1B0A0E
(27,10,14)
#000000
(0,0,0)

Tints of #F7147C

#F7147C
(247,20,124)
#F72987
(247,41,135)
#F73E92
(247,62,146)
#F7539D
(247,83,157)
#F768A8
(247,104,168)
#F77DB3
(247,125,179)
#F792BE
(247,146,190)
#F7A7C9
(247,167,201)
#F7BCD4
(247,188,212)
#F7D1DF
(247,209,223)
#F7E6EA
(247,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F7147C color. Also use rgb(247,20,124) instead hex code.

Text Font Color

.myTextColor { color: #F7147C; }

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

This text font color is #F7147C.


Background Color

.myBgColor { background-color: #F7147C; }

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

This div background color is #F7147C.


Border color

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

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

This div border color is #F7147C.


Opacity

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

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

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

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

This text has shadow with #F7147C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F7147C on black background.


Color preview on white background

This text has color #F7147C on white background.



Black color preview on #F7147C background

This text has black color on #F7147C background.


White color preview on #F7147C background

This text has white color on #F7147C background.