COLOR #F57C99

HEX: #F57C99
RGB: (245,124,153)

Renk bilgisi

#F57C99 contains mainly red color. #F57C99 ‘ nin web güvenlik rengi #FF6699 (ya da #F69) dir.

RGB renk modeli

#F57C99 color RGB value is (245,124,153).

  • kırmız ton 245;
  • yeşil ton 124;
  • mavi ton 153.
RGB:
(245,124,153)
(96%,49%,60%)

RGB bağlantıları ve doygunluk

R 245 of 255 = 96%
G 124 of 255 = 49%
B 153 of 255 = 60%

245
124
153

R + G + B ~ 68%. #F57C99 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
245 + 124 + 153 = 522 (100%)
R 245 of 522 ~ 46.93%
G 124 of 522 ~ 23.75%
B 153 of 522 ~ 29.31%

%46.93
%23.75
%29.31

CMYK RENK MODELİ

#F57C99 rengi CMYK tonu (0,49,38,4).

  • camgöbeği tonu 0.00%
  • eflatun tonu 49.39%
  • sarı tonu 37.55%
  • ana renk tonu 3.92%
CMYK:
(0,49,38,4)
C0M49Y38K4 
(0%,49%,38%,4%)
(0.00/0.49/0.38/0.04)	

CMYK yüzdeleri

%0
%49.39
%37.55
%3.92

Codes

Color #F57C99 in popluar color models

F57C99
RGB245124153
HSL346°85.82%72.35%
HSB/HSV346°49.39%96.08%
CMYK0.00%49.39%37.55%
3.92%

Color #F57C99 in popluar number systems.

HEXF57C99
Decimal245124153
Binary11110101111110010011001
Octal365174231

Shades and tints

Shades of #F57C99

#F57C99
(245,124,153)
#DF718C
(223,113,140)
#C9667F
(201,102,127)
#B35B72
(179,91,114)
#9D5065
(157,80,101)
#874558
(135,69,88)
#713A4B
(113,58,75)
#5B2F3E
(91,47,62)
#452431
(69,36,49)
#2F1924
(47,25,36)
#190E17
(25,14,23)
#000000
(0,0,0)

Tints of #F57C99

#F57C99
(245,124,153)
#F587A2
(245,135,162)
#F592AB
(245,146,171)
#F59DB4
(245,157,180)
#F5A8BD
(245,168,189)
#F5B3C6
(245,179,198)
#F5BECF
(245,190,207)
#F5C9D8
(245,201,216)
#F5D4E1
(245,212,225)
#F5DFEA
(245,223,234)
#F5EAF3
(245,234,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F57C99 color. Also use rgb(245,124,153) instead hex code.

Text Font Color

.myTextColor { color: #F57C99; }

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

This text font color is #F57C99.


Background Color

.myBgColor { background-color: #F57C99; }

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

This div background color is #F57C99.


Border color

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

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

This div border color is #F57C99.


Opacity

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

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

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

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

This text has shadow with #F57C99 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F57C99 on black background.


Color preview on white background

This text has color #F57C99 on white background.



Black color preview on #F57C99 background

This text has black color on #F57C99 background.


White color preview on #F57C99 background

This text has white color on #F57C99 background.