COLOR #F77F87

HEX: #F77F87
RGB: (247,127,135)

Renk bilgisi

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

RGB renk modeli

#F77F87 color RGB value is (247,127,135).

  • kırmız ton 247;
  • yeşil ton 127;
  • mavi ton 135.
RGB:
(247,127,135)
(97%,50%,53%)

RGB bağlantıları ve doygunluk

R 247 of 255 = 97%
G 127 of 255 = 50%
B 135 of 255 = 53%

247
127
135

R + G + B ~ 67%. #F77F87 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
247 + 127 + 135 = 509 (100%)
R 247 of 509 ~ 48.53%
G 127 of 509 ~ 24.95%
B 135 of 509 ~ 26.52%

%48.53
%24.95
%26.52

CMYK RENK MODELİ

#F77F87 rengi CMYK tonu (0,49,45,3).

  • camgöbeği tonu 0.00%
  • eflatun tonu 48.58%
  • sarı tonu 45.34%
  • ana renk tonu 3.14%
CMYK:
(0,49,45,3)
C0M49Y45K3 
(0%,49%,45%,3%)
(0.00/0.49/0.45/0.03)	

CMYK yüzdeleri

%0
%48.58
%45.34
%3.14

Codes

Color #F77F87 in popluar color models

F77F87
RGB247127135
HSL356°88.24%73.33%
HSB/HSV356°48.58%96.86%
CMYK0.00%48.58%45.34%
3.14%

Color #F77F87 in popluar number systems.

HEXF77F87
Decimal247127135
Binary11110111111111110000111
Octal367177207

Shades and tints

Shades of #F77F87

#F77F87
(247,127,135)
#E1747B
(225,116,123)
#CB696F
(203,105,111)
#B55E63
(181,94,99)
#9F5357
(159,83,87)
#89484B
(137,72,75)
#733D3F
(115,61,63)
#5D3233
(93,50,51)
#472727
(71,39,39)
#311C1B
(49,28,27)
#1B110F
(27,17,15)
#000000
(0,0,0)

Tints of #F77F87

#F77F87
(247,127,135)
#F78A91
(247,138,145)
#F7959B
(247,149,155)
#F7A0A5
(247,160,165)
#F7ABAF
(247,171,175)
#F7B6B9
(247,182,185)
#F7C1C3
(247,193,195)
#F7CCCD
(247,204,205)
#F7D7D7
(247,215,215)
#F7E2E1
(247,226,225)
#F7EDEB
(247,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F77F87 color. Also use rgb(247,127,135) instead hex code.

Text Font Color

.myTextColor { color: #F77F87; }

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

This text font color is #F77F87.


Background Color

.myBgColor { background-color: #F77F87; }

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

This div background color is #F77F87.


Border color

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

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

This div border color is #F77F87.


Opacity

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

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

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

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

This text has shadow with #F77F87 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F77F87 on black background.


Color preview on white background

This text has color #F77F87 on white background.



Black color preview on #F77F87 background

This text has black color on #F77F87 background.


White color preview on #F77F87 background

This text has white color on #F77F87 background.