COLOR #F53B5D

HEX: #F53B5D
RGB: (245,59,93)

Renk bilgisi

#F53B5D contains mainly red color. #F53B5D ‘ nin web güvenlik rengi #FF3366 (ya da #F36) dir.

RGB renk modeli

#F53B5D color RGB value is (245,59,93).

  • kırmız ton 245;
  • yeşil ton 59;
  • mavi ton 93.
RGB:
(245,59,93)
(96%,23%,36%)

RGB bağlantıları ve doygunluk

R 245 of 255 = 96%
G 59 of 255 = 23%
B 93 of 255 = 36%

245
59
93

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

Yüzdelerle RGB renk parçaları

R + G + B =
245 + 59 + 93 = 397 (100%)
R 245 of 397 ~ 61.71%
G 59 of 397 ~ 14.86%
B 93 of 397 ~ 23.43%

%61.71
%14.86
%23.43

CMYK RENK MODELİ

#F53B5D rengi CMYK tonu (0,76,62,4).

  • camgöbeği tonu 0.00%
  • eflatun tonu 75.92%
  • sarı tonu 62.04%
  • ana renk tonu 3.92%
CMYK:
(0,76,62,4)
C0M76Y62K4 
(0%,76%,62%,4%)
(0.00/0.76/0.62/0.04)	

CMYK yüzdeleri

%0
%75.92
%62.04
%3.92

Codes

Color #F53B5D in popluar color models

F53B5D
RGB2455993
HSL349°90.29%59.61%
HSB/HSV349°75.92%96.08%
CMYK0.00%75.92%62.04%
3.92%

Color #F53B5D in popluar number systems.

HEXF53B5D
Decimal2455993
Binary111101011110111011101
Octal36573135

Shades and tints

Shades of #F53B5D

#F53B5D
(245,59,93)
#DF3655
(223,54,85)
#C9314D
(201,49,77)
#B32C45
(179,44,69)
#9D273D
(157,39,61)
#872235
(135,34,53)
#711D2D
(113,29,45)
#5B1825
(91,24,37)
#45131D
(69,19,29)
#2F0E15
(47,14,21)
#19090D
(25,9,13)
#000000
(0,0,0)

Tints of #F53B5D

#F53B5D
(245,59,93)
#F54C6B
(245,76,107)
#F55D79
(245,93,121)
#F56E87
(245,110,135)
#F57F95
(245,127,149)
#F590A3
(245,144,163)
#F5A1B1
(245,161,177)
#F5B2BF
(245,178,191)
#F5C3CD
(245,195,205)
#F5D4DB
(245,212,219)
#F5E5E9
(245,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F53B5D; }

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

This text font color is #F53B5D.


Background Color

.myBgColor { background-color: #F53B5D; }

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

This div background color is #F53B5D.


Border color

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

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

This div border color is #F53B5D.


Opacity

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

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

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

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

This text has shadow with #F53B5D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F53B5D on black background.


Color preview on white background

This text has color #F53B5D on white background.



Black color preview on #F53B5D background

This text has black color on #F53B5D background.


White color preview on #F53B5D background

This text has white color on #F53B5D background.