COLOR #F17E75

HEX: #F17E75
RGB: (241,126,117)

Renk bilgisi

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

RGB renk modeli

#F17E75 color RGB value is (241,126,117).

  • kırmız ton 241;
  • yeşil ton 126;
  • mavi ton 117.
RGB:
(241,126,117)
(95%,49%,46%)

RGB bağlantıları ve doygunluk

R 241 of 255 = 95%
G 126 of 255 = 49%
B 117 of 255 = 46%

241
126
117

R + G + B ~ 63%. #F17E75 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
241 + 126 + 117 = 484 (100%)
R 241 of 484 ~ 49.79%
G 126 of 484 ~ 26.03%
B 117 of 484 ~ 24.17%

%49.79
%26.03
%24.17

CMYK RENK MODELİ

#F17E75 rengi CMYK tonu (0,48,51,5).

  • camgöbeği tonu 0.00%
  • eflatun tonu 47.72%
  • sarı tonu 51.45%
  • ana renk tonu 5.49%
CMYK:
(0,48,51,5)
C0M48Y51K5 
(0%,48%,51%,5%)
(0.00/0.48/0.51/0.05)	

CMYK yüzdeleri

%0
%47.72
%51.45
%5.49

Codes

Color #F17E75 in popluar color models

F17E75
RGB241126117
HSL81.58%70.20%
HSB/HSV51.45%94.51%
CMYK0.00%47.72%51.45%
5.49%

Color #F17E75 in popluar number systems.

HEXF17E75
Decimal241126117
Binary1111000111111101110101
Octal361176165

Shades and tints

Shades of #F17E75

#F17E75
(241,126,117)
#DC736B
(220,115,107)
#C76861
(199,104,97)
#B25D57
(178,93,87)
#9D524D
(157,82,77)
#884743
(136,71,67)
#733C39
(115,60,57)
#5E312F
(94,49,47)
#492625
(73,38,37)
#341B1B
(52,27,27)
#1F1011
(31,16,17)
#000000
(0,0,0)

Tints of #F17E75

#F17E75
(241,126,117)
#F28981
(242,137,129)
#F3948D
(243,148,141)
#F49F99
(244,159,153)
#F5AAA5
(245,170,165)
#F6B5B1
(246,181,177)
#F7C0BD
(247,192,189)
#F8CBC9
(248,203,201)
#F9D6D5
(249,214,213)
#FAE1E1
(250,225,225)
#FBECED
(251,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F17E75 color. Also use rgb(241,126,117) instead hex code.

Text Font Color

.myTextColor { color: #F17E75; }

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

This text font color is #F17E75.


Background Color

.myBgColor { background-color: #F17E75; }

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

This div background color is #F17E75.


Border color

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

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

This div border color is #F17E75.


Opacity

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

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

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

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

This text has shadow with #F17E75 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F17E75 on black background.


Color preview on white background

This text has color #F17E75 on white background.



Black color preview on #F17E75 background

This text has black color on #F17E75 background.


White color preview on #F17E75 background

This text has white color on #F17E75 background.