COLOR #F88081

HEX: #F88081
RGB: (248,128,129)

Renk bilgisi

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

RGB renk modeli

#F88081 color RGB value is (248,128,129).

  • kırmız ton 248;
  • yeşil ton 128;
  • mavi ton 129.
RGB:
(248,128,129)
(97%,50%,51%)

RGB bağlantıları ve doygunluk

R 248 of 255 = 97%
G 128 of 255 = 50%
B 129 of 255 = 51%

248
128
129

R + G + B ~ 66%. #F88081 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
248 + 128 + 129 = 505 (100%)
R 248 of 505 ~ 49.11%
G 128 of 505 ~ 25.35%
B 129 of 505 ~ 25.54%

%49.11
%25.35
%25.54

CMYK RENK MODELİ

#F88081 rengi CMYK tonu (0,48,48,3).

  • camgöbeği tonu 0.00%
  • eflatun tonu 48.39%
  • sarı tonu 47.98%
  • ana renk tonu 2.75%
CMYK:
(0,48,48,3)
C0M48Y48K3 
(0%,48%,48%,3%)
(0.00/0.48/0.48/0.03)	

CMYK yüzdeleri

%0
%48.39
%47.98
%2.75

Codes

Color #F88081 in popluar color models

F88081
RGB248128129
HSL360°89.55%73.73%
HSB/HSV360°48.39%97.25%
CMYK0.00%48.39%47.98%
2.75%

Color #F88081 in popluar number systems.

HEXF88081
Decimal248128129
Binary111110001000000010000001
Octal370200201

Shades and tints

Shades of #F88081

#F88081
(248,128,129)
#E27576
(226,117,118)
#CC6A6B
(204,106,107)
#B65F60
(182,95,96)
#A05455
(160,84,85)
#8A494A
(138,73,74)
#743E3F
(116,62,63)
#5E3334
(94,51,52)
#482829
(72,40,41)
#321D1E
(50,29,30)
#1C1213
(28,18,19)
#000000
(0,0,0)

Tints of #F88081

#F88081
(248,128,129)
#F88B8C
(248,139,140)
#F89697
(248,150,151)
#F8A1A2
(248,161,162)
#F8ACAD
(248,172,173)
#F8B7B8
(248,183,184)
#F8C2C3
(248,194,195)
#F8CDCE
(248,205,206)
#F8D8D9
(248,216,217)
#F8E3E4
(248,227,228)
#F8EEEF
(248,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F88081 color. Also use rgb(248,128,129) instead hex code.

Text Font Color

.myTextColor { color: #F88081; }

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

This text font color is #F88081.


Background Color

.myBgColor { background-color: #F88081; }

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

This div background color is #F88081.


Border color

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

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

This div border color is #F88081.


Opacity

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

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

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

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

This text has shadow with #F88081 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F88081 on black background.


Color preview on white background

This text has color #F88081 on white background.



Black color preview on #F88081 background

This text has black color on #F88081 background.


White color preview on #F88081 background

This text has white color on #F88081 background.