COLOR #F47F7D

HEX: #F47F7D
RGB: (244,127,125)

Renk bilgisi

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

RGB renk modeli

#F47F7D color RGB value is (244,127,125).

  • kırmız ton 244;
  • yeşil ton 127;
  • mavi ton 125.
RGB:
(244,127,125)
(96%,50%,49%)

RGB bağlantıları ve doygunluk

R 244 of 255 = 96%
G 127 of 255 = 50%
B 125 of 255 = 49%

244
127
125

R + G + B ~ 65%. #F47F7D is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
244 + 127 + 125 = 496 (100%)
R 244 of 496 ~ 49.19%
G 127 of 496 ~ 25.6%
B 125 of 496 ~ 25.2%

%49.19
%25.6
%25.2

CMYK RENK MODELİ

#F47F7D rengi CMYK tonu (0,48,49,4).

  • camgöbeği tonu 0.00%
  • eflatun tonu 47.95%
  • sarı tonu 48.77%
  • ana renk tonu 4.31%
CMYK:
(0,48,49,4)
C0M48Y49K4 
(0%,48%,49%,4%)
(0.00/0.48/0.49/0.04)	

CMYK yüzdeleri

%0
%47.95
%48.77
%4.31

Codes

Color #F47F7D in popluar color models

F47F7D
RGB244127125
HSL84.40%72.35%
HSB/HSV48.77%95.69%
CMYK0.00%47.95%48.77%
4.31%

Color #F47F7D in popluar number systems.

HEXF47F7D
Decimal244127125
Binary1111010011111111111101
Octal364177175

Shades and tints

Shades of #F47F7D

#F47F7D
(244,127,125)
#DE7472
(222,116,114)
#C86967
(200,105,103)
#B25E5C
(178,94,92)
#9C5351
(156,83,81)
#864846
(134,72,70)
#703D3B
(112,61,59)
#5A3230
(90,50,48)
#442725
(68,39,37)
#2E1C1A
(46,28,26)
#18110F
(24,17,15)
#000000
(0,0,0)

Tints of #F47F7D

#F47F7D
(244,127,125)
#F58A88
(245,138,136)
#F69593
(246,149,147)
#F7A09E
(247,160,158)
#F8ABA9
(248,171,169)
#F9B6B4
(249,182,180)
#FAC1BF
(250,193,191)
#FBCCCA
(251,204,202)
#FCD7D5
(252,215,213)
#FDE2E0
(253,226,224)
#FEEDEB
(254,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F47F7D color. Also use rgb(244,127,125) instead hex code.

Text Font Color

.myTextColor { color: #F47F7D; }

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

This text font color is #F47F7D.


Background Color

.myBgColor { background-color: #F47F7D; }

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

This div background color is #F47F7D.


Border color

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

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

This div border color is #F47F7D.


Opacity

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

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

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

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

This text has shadow with #F47F7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F47F7D on black background.


Color preview on white background

This text has color #F47F7D on white background.



Black color preview on #F47F7D background

This text has black color on #F47F7D background.


White color preview on #F47F7D background

This text has white color on #F47F7D background.