COLOR #F47E99

HEX: #F47E99
RGB: (244,126,153)

Renk bilgisi

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

RGB renk modeli

#F47E99 color RGB value is (244,126,153).

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

RGB bağlantıları ve doygunluk

R 244 of 255 = 96%
G 126 of 255 = 49%
B 153 of 255 = 60%

244
126
153

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

Yüzdelerle RGB renk parçaları

R + G + B =
244 + 126 + 153 = 523 (100%)
R 244 of 523 ~ 46.65%
G 126 of 523 ~ 24.09%
B 153 of 523 ~ 29.25%

%46.65
%24.09
%29.25

CMYK RENK MODELİ

#F47E99 rengi CMYK tonu (0,48,37,4).

  • camgöbeği tonu 0.00%
  • eflatun tonu 48.36%
  • sarı tonu 37.30%
  • ana renk tonu 4.31%
CMYK:
(0,48,37,4)
C0M48Y37K4 
(0%,48%,37%,4%)
(0.00/0.48/0.37/0.04)	

CMYK yüzdeleri

%0
%48.36
%37.3
%4.31

Codes

Color #F47E99 in popluar color models

F47E99
RGB244126153
HSL346°84.29%72.55%
HSB/HSV346°48.36%95.69%
CMYK0.00%48.36%37.30%
4.31%

Color #F47E99 in popluar number systems.

HEXF47E99
Decimal244126153
Binary11110100111111010011001
Octal364176231

Shades and tints

Shades of #F47E99

#F47E99
(244,126,153)
#DE738C
(222,115,140)
#C8687F
(200,104,127)
#B25D72
(178,93,114)
#9C5265
(156,82,101)
#864758
(134,71,88)
#703C4B
(112,60,75)
#5A313E
(90,49,62)
#442631
(68,38,49)
#2E1B24
(46,27,36)
#181017
(24,16,23)
#000000
(0,0,0)

Tints of #F47E99

#F47E99
(244,126,153)
#F589A2
(245,137,162)
#F694AB
(246,148,171)
#F79FB4
(247,159,180)
#F8AABD
(248,170,189)
#F9B5C6
(249,181,198)
#FAC0CF
(250,192,207)
#FBCBD8
(251,203,216)
#FCD6E1
(252,214,225)
#FDE1EA
(253,225,234)
#FEECF3
(254,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F47E99 color. Also use rgb(244,126,153) instead hex code.

Text Font Color

.myTextColor { color: #F47E99; }

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

This text font color is #F47E99.


Background Color

.myBgColor { background-color: #F47E99; }

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

This div background color is #F47E99.


Border color

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

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

This div border color is #F47E99.


Opacity

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

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

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

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

This text has shadow with #F47E99 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F47E99 on black background.


Color preview on white background

This text has color #F47E99 on white background.



Black color preview on #F47E99 background

This text has black color on #F47E99 background.


White color preview on #F47E99 background

This text has white color on #F47E99 background.