COLOR #F55D55

HEX: #F55D55
RGB: (245,93,85)

Renk bilgisi

#F55D55 contains mainly red color. #F55D55 ‘ nin web güvenlik rengi #FF6666 (ya da #F66) dir.

RGB renk modeli

#F55D55 color RGB value is (245,93,85).

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

RGB bağlantıları ve doygunluk

R 245 of 255 = 96%
G 93 of 255 = 36%
B 85 of 255 = 33%

245
93
85

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

Yüzdelerle RGB renk parçaları

R + G + B =
245 + 93 + 85 = 423 (100%)
R 245 of 423 ~ 57.92%
G 93 of 423 ~ 21.99%
B 85 of 423 ~ 20.09%

%57.92
%21.99
%20.09

CMYK RENK MODELİ

#F55D55 rengi CMYK tonu (0,62,65,4).

  • camgöbeği tonu 0.00%
  • eflatun tonu 62.04%
  • sarı tonu 65.31%
  • ana renk tonu 3.92%
CMYK:
(0,62,65,4)
C0M62Y65K4 
(0%,62%,65%,4%)
(0.00/0.62/0.65/0.04)	

CMYK yüzdeleri

%0
%62.04
%65.31
%3.92

Codes

Color #F55D55 in popluar color models

F55D55
RGB2459385
HSL88.89%64.71%
HSB/HSV65.31%96.08%
CMYK0.00%62.04%65.31%
3.92%

Color #F55D55 in popluar number systems.

HEXF55D55
Decimal2459385
Binary1111010110111011010101
Octal365135125

Shades and tints

Shades of #F55D55

#F55D55
(245,93,85)
#DF554E
(223,85,78)
#C94D47
(201,77,71)
#B34540
(179,69,64)
#9D3D39
(157,61,57)
#873532
(135,53,50)
#712D2B
(113,45,43)
#5B2524
(91,37,36)
#451D1D
(69,29,29)
#2F1516
(47,21,22)
#190D0F
(25,13,15)
#000000
(0,0,0)

Tints of #F55D55

#F55D55
(245,93,85)
#F56B64
(245,107,100)
#F57973
(245,121,115)
#F58782
(245,135,130)
#F59591
(245,149,145)
#F5A3A0
(245,163,160)
#F5B1AF
(245,177,175)
#F5BFBE
(245,191,190)
#F5CDCD
(245,205,205)
#F5DBDC
(245,219,220)
#F5E9EB
(245,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F55D55; }

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

This text font color is #F55D55.


Background Color

.myBgColor { background-color: #F55D55; }

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

This div background color is #F55D55.


Border color

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

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

This div border color is #F55D55.


Opacity

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

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

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

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

This text has shadow with #F55D55 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F55D55 on black background.


Color preview on white background

This text has color #F55D55 on white background.



Black color preview on #F55D55 background

This text has black color on #F55D55 background.


White color preview on #F55D55 background

This text has white color on #F55D55 background.