COLOR #F53B61

HEX: #F53B61
RGB: (245,59,97)

Color info

#F53B61 contains mainly red color. Web safe color of #F53B61 is #FF3366 (or #F36).

RGB color model

#F53B61 color RGB value is (245,59,97).

  • red value is 245;
  • green value is 59;
  • blue value is 97.
RGB:
(245,59,97)
(96%,23%,38%)

RGB channels and saturation

R 245 of 255 = 96%
G 59 of 255 = 23%
B 97 of 255 = 38%

245
59
97

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

Portions of RGB colors in percentages

R + G + B =
245 + 59 + 97 = 401 (100%)
R 245 of 401 ~ 61.1%
G 59 of 401 ~ 14.71%
B 97 of 401 ~ 24.19%

%61.1
%14.71
%24.19

CMYK color model

#F53B61 color CMYK value is (0,76,60,4).

  • cyan value is 0.00%
  • magenta value is 75.92%
  • yellow value is 60.41%
  • key color value is 3.92%
CMYK:
(0,76,60,4)
C0M76Y60K4 
(0%,76%,60%,4%)
(0.00/0.76/0.60/0.04)	

CMYK percentages

%0
%75.92
%60.41
%3.92

Codes

Color #F53B61 in popluar color models

F53B61
RGB2455997
HSL348°90.29%59.61%
HSB/HSV348°75.92%96.08%
CMYK0.00%75.92%60.41%
3.92%

Color #F53B61 in popluar number systems.

HEXF53B61
Decimal2455997
Binary111101011110111100001
Octal36573141

Shades and tints

Shades of #F53B61

#F53B61
(245,59,97)
#DF3659
(223,54,89)
#C93151
(201,49,81)
#B32C49
(179,44,73)
#9D2741
(157,39,65)
#872239
(135,34,57)
#711D31
(113,29,49)
#5B1829
(91,24,41)
#451321
(69,19,33)
#2F0E19
(47,14,25)
#190911
(25,9,17)
#000000
(0,0,0)

Tints of #F53B61

#F53B61
(245,59,97)
#F54C6F
(245,76,111)
#F55D7D
(245,93,125)
#F56E8B
(245,110,139)
#F57F99
(245,127,153)
#F590A7
(245,144,167)
#F5A1B5
(245,161,181)
#F5B2C3
(245,178,195)
#F5C3D1
(245,195,209)
#F5D4DF
(245,212,223)
#F5E5ED
(245,229,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F53B61 color. Also use rgb(245,59,97) instead hex code.

Text Font Color

.myTextColor { color: #F53B61; }

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

This text font color is #F53B61.


Background Color

.myBgColor { background-color: #F53B61; }

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

This div background color is #F53B61.


Border color

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

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

This div border color is #F53B61.


Opacity

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

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

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

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

This text has shadow with #F53B61 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F53B61 on black background.


Color preview on white background

This text has color #F53B61 on white background.



Black color preview on #F53B61 background

This text has black color on #F53B61 background.


White color preview on #F53B61 background

This text has white color on #F53B61 background.