COLOR #F7556A

HEX: #F7556A RGB: (247,85,106)

Color info

#F7556A contains mainly red color. Web safe color of #F7556A is #FF6666 (or #F66).

RGB color model

#F7556A color RGB value is (247,85,106).

RGB: (247,85,106) (97%, 33%, 42%)

RGB channels and saturation

R 247 of 255 = 97%
G 85 of 255 = 33%
B 106 of 255 = 42%

247
85
106

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

Portions of RGB colors in percentages

R + G + B = 247 + 85 + 106 = 438 (100%)
R 247 of 438 ~ 56.39%
G 85 of 438 ~ 19.41%
B 106 of 438 ~ 24.2'%

%56.39
%19.41
%24.2

CMYK color model

#F7556A color CMYK value is (0,66,57,3).

  • cyan value is 0.00%
  • magenta value is 65.59%
  • yellow value is 57.09%
  • key color value is 3.14%

CMYK: (0,66,57,3)
C0M66Y57K3 (0%, 66%, 57%, 3%)
(0.00 / 0.66 / 0.57 / 0.03)

CMYK percentages

%0
%65.59
%57.09
%3.14

Codes

Color #F7556A in popluar color models

F7 55 6A
RGB 247 85 106
HSL 352° 91.01% 65.10%
HSB/HSV 352° 65.59% 96.86%
CMYK 0.00% 65.59% 57.09%
3.14%

Color #F7556A in popluar number systems.

HEX F7 55 6A
Decimal 247 85 106
Binary 11110111 1010101 1101010
Octal 367 125 152

Shades and tints

Shades of #F7556A

#F7556A
(247,85,106)
#E14E61
(225,78,97)
#CB4758
(203,71,88)
#B5404F
(181,64,79)
#9F3946
(159,57,70)
#89323D
(137,50,61)
#732B34
(115,43,52)
#5D242B
(93,36,43)
#471D22
(71,29,34)
#311619
(49,22,25)
#1B0F10
(27,15,16)
#000000
(0,0,0)

Tints of #F7556A

#F7556A
(247,85,106)
#F76477
(247,100,119)
#F77384
(247,115,132)
#F78291
(247,130,145)
#F7919E
(247,145,158)
#F7A0AB
(247,160,171)
#F7AFB8
(247,175,184)
#F7BEC5
(247,190,197)
#F7CDD2
(247,205,210)
#F7DCDF
(247,220,223)
#F7EBEC
(247,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F7556A color. Also use rgb(247,85,106) instead hex code.

Text Font Color

.myTextColor { color: #F7556A; }

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

This text font color is #F7556A.

Background Color

.myBgColor { background-color: #F7556A; }

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

This div background color is #F7556A.

Border color

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

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

This div border color is #F7556A.

Opacity

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

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

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

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

This text has shadow with #F7556A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F7556A.

Preview

Color preview on black background

This text has color #F7556A on black background.


Color preview on white background

This text has color #F7556A on white background.


Black color preview on #F7556A background

This text has black color on #F7556A background.


White color preview on #F7556A background

This text has white color on #F7556A background.


Related colors

Complementary color

Complementary color for #hex is #08AA95.


I love getcolorcode.com

Triadic colors

1 #6AF755 and #556AF7 with #F7556A are triadic colors.

2 #6A55F7 and #55F76A with #F7556A are triadic colors.