COLOR #F5656E

HEX: #F5656E
RGB: (245,101,110)

Color info

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

RGB color model

#F5656E color RGB value is (245,101,110).

  • red value is 245;
  • green value is 101;
  • blue value is 110.
RGB:
(245,101,110)
(96%,40%,43%)

RGB channels and saturation

R 245 of 255 = 96%
G 101 of 255 = 40%
B 110 of 255 = 43%

245
101
110

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

Portions of RGB colors in percentages

R + G + B =
245 + 101 + 110 = 456 (100%)
R 245 of 456 ~ 53.73%
G 101 of 456 ~ 22.15%
B 110 of 456 ~ 24.12%

%53.73
%22.15
%24.12

CMYK color model

#F5656E color CMYK value is (0,59,55,4).

  • cyan value is 0.00%
  • magenta value is 58.78%
  • yellow value is 55.10%
  • key color value is 3.92%
CMYK:
(0,59,55,4)
C0M59Y55K4 
(0%,59%,55%,4%)
(0.00/0.59/0.55/0.04)	

CMYK percentages

%0
%58.78
%55.1
%3.92

Codes

Color #F5656E in popluar color models

F5656E
RGB245101110
HSL356°87.80%67.84%
HSB/HSV356°58.78%96.08%
CMYK0.00%58.78%55.10%
3.92%

Color #F5656E in popluar number systems.

HEXF5656E
Decimal245101110
Binary1111010111001011101110
Octal365145156

Shades and tints

Shades of #F5656E

#F5656E
(245,101,110)
#DF5C64
(223,92,100)
#C9535A
(201,83,90)
#B34A50
(179,74,80)
#9D4146
(157,65,70)
#87383C
(135,56,60)
#712F32
(113,47,50)
#5B2628
(91,38,40)
#451D1E
(69,29,30)
#2F1414
(47,20,20)
#190B0A
(25,11,10)
#000000
(0,0,0)

Tints of #F5656E

#F5656E
(245,101,110)
#F5737B
(245,115,123)
#F58188
(245,129,136)
#F58F95
(245,143,149)
#F59DA2
(245,157,162)
#F5ABAF
(245,171,175)
#F5B9BC
(245,185,188)
#F5C7C9
(245,199,201)
#F5D5D6
(245,213,214)
#F5E3E3
(245,227,227)
#F5F1F0
(245,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F5656E color. Also use rgb(245,101,110) instead hex code.

Text Font Color

.myTextColor { color: #F5656E; }

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

This text font color is #F5656E.


Background Color

.myBgColor { background-color: #F5656E; }

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

This div background color is #F5656E.


Border color

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

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

This div border color is #F5656E.


Opacity

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

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

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

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

This text has shadow with #F5656E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5656E on black background.


Color preview on white background

This text has color #F5656E on white background.



Black color preview on #F5656E background

This text has black color on #F5656E background.


White color preview on #F5656E background

This text has white color on #F5656E background.