COLOR #F6556A

HEX: #F6556A
RGB: (246,85,106)

Color info

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

RGB color model

#F6556A color RGB value is (246,85,106).

  • red value is 246;
  • green value is 85;
  • blue value is 106.
RGB:
(246,85,106)
(96%,33%,42%)

RGB channels and saturation

R 246 of 255 = 96%
G 85 of 255 = 33%
B 106 of 255 = 42%

246
85
106

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

Portions of RGB colors in percentages

R + G + B =
246 + 85 + 106 = 437 (100%)
R 246 of 437 ~ 56.29%
G 85 of 437 ~ 19.45%
B 106 of 437 ~ 24.26%

%56.29
%19.45
%24.26

CMYK color model

#F6556A color CMYK value is (0,65,57,4).

  • cyan value is 0.00%
  • magenta value is 65.45%
  • yellow value is 56.91%
  • key color value is 3.53%
CMYK:
(0,65,57,4)
C0M65Y57K4 
(0%,65%,57%,4%)
(0.00/0.65/0.57/0.04)	

CMYK percentages

%0
%65.45
%56.91
%3.53

Codes

Color #F6556A in popluar color models

F6556A
RGB24685106
HSL352°89.94%64.90%
HSB/HSV352°65.45%96.47%
CMYK0.00%65.45%56.91%
3.53%

Color #F6556A in popluar number systems.

HEXF6556A
Decimal24685106
Binary1111011010101011101010
Octal366125152

Shades and tints

Shades of #F6556A

#F6556A
(246,85,106)
#E04E61
(224,78,97)
#CA4758
(202,71,88)
#B4404F
(180,64,79)
#9E3946
(158,57,70)
#88323D
(136,50,61)
#722B34
(114,43,52)
#5C242B
(92,36,43)
#461D22
(70,29,34)
#301619
(48,22,25)
#1A0F10
(26,15,16)
#000000
(0,0,0)

Tints of #F6556A

#F6556A
(246,85,106)
#F66477
(246,100,119)
#F67384
(246,115,132)
#F68291
(246,130,145)
#F6919E
(246,145,158)
#F6A0AB
(246,160,171)
#F6AFB8
(246,175,184)
#F6BEC5
(246,190,197)
#F6CDD2
(246,205,210)
#F6DCDF
(246,220,223)
#F6EBEC
(246,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6556A; }

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

This text font color is #F6556A.


Background Color

.myBgColor { background-color: #F6556A; }

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

This div background color is #F6556A.


Border color

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

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

This div border color is #F6556A.


Opacity

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

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

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

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

This text has shadow with #F6556A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6556A on black background.


Color preview on white background

This text has color #F6556A on white background.



Black color preview on #F6556A background

This text has black color on #F6556A background.


White color preview on #F6556A background

This text has white color on #F6556A background.