COLOR #F55569

HEX: #F55569
RGB: (245,85,105)

Color info

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

RGB color model

#F55569 color RGB value is (245,85,105).

  • red value is 245;
  • green value is 85;
  • blue value is 105.
RGB:
(245,85,105)
(96%,33%,41%)

RGB channels and saturation

R 245 of 255 = 96%
G 85 of 255 = 33%
B 105 of 255 = 41%

245
85
105

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

Portions of RGB colors in percentages

R + G + B =
245 + 85 + 105 = 435 (100%)
R 245 of 435 ~ 56.32%
G 85 of 435 ~ 19.54%
B 105 of 435 ~ 24.14%

%56.32
%19.54
%24.14

CMYK color model

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

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

CMYK percentages

%0
%65.31
%57.14
%3.92

Codes

Color #F55569 in popluar color models

F55569
RGB24585105
HSL353°88.89%64.71%
HSB/HSV353°65.31%96.08%
CMYK0.00%65.31%57.14%
3.92%

Color #F55569 in popluar number systems.

HEXF55569
Decimal24585105
Binary1111010110101011101001
Octal365125151

Shades and tints

Shades of #F55569

#F55569
(245,85,105)
#DF4E60
(223,78,96)
#C94757
(201,71,87)
#B3404E
(179,64,78)
#9D3945
(157,57,69)
#87323C
(135,50,60)
#712B33
(113,43,51)
#5B242A
(91,36,42)
#451D21
(69,29,33)
#2F1618
(47,22,24)
#190F0F
(25,15,15)
#000000
(0,0,0)

Tints of #F55569

#F55569
(245,85,105)
#F56476
(245,100,118)
#F57383
(245,115,131)
#F58290
(245,130,144)
#F5919D
(245,145,157)
#F5A0AA
(245,160,170)
#F5AFB7
(245,175,183)
#F5BEC4
(245,190,196)
#F5CDD1
(245,205,209)
#F5DCDE
(245,220,222)
#F5EBEB
(245,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F55569 color. Also use rgb(245,85,105) instead hex code.

Text Font Color

.myTextColor { color: #F55569; }

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

This text font color is #F55569.


Background Color

.myBgColor { background-color: #F55569; }

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

This div background color is #F55569.


Border color

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

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

This div border color is #F55569.


Opacity

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

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

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

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

This text has shadow with #F55569 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F55569 on black background.


Color preview on white background

This text has color #F55569 on white background.



Black color preview on #F55569 background

This text has black color on #F55569 background.


White color preview on #F55569 background

This text has white color on #F55569 background.