COLOR #F988A3

HEX: #F988A3
RGB: (249,136,163)

Renk bilgisi

#F988A3 contains mainly red color. #F988A3 ‘ nin web güvenlik rengi #FF9999 (ya da #F99) dir.

RGB renk modeli

#F988A3 color RGB value is (249,136,163).

  • kırmız ton 249;
  • yeşil ton 136;
  • mavi ton 163.
RGB:
(249,136,163)
(98%,53%,64%)

RGB bağlantıları ve doygunluk

R 249 of 255 = 98%
G 136 of 255 = 53%
B 163 of 255 = 64%

249
136
163

R + G + B ~ 72%. #F988A3 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
249 + 136 + 163 = 548 (100%)
R 249 of 548 ~ 45.44%
G 136 of 548 ~ 24.82%
B 163 of 548 ~ 29.74%

%45.44
%24.82
%29.74

CMYK RENK MODELİ

#F988A3 rengi CMYK tonu (0,45,35,2).

  • camgöbeği tonu 0.00%
  • eflatun tonu 45.38%
  • sarı tonu 34.54%
  • ana renk tonu 2.35%
CMYK:
(0,45,35,2)
C0M45Y35K2 
(0%,45%,35%,2%)
(0.00/0.45/0.35/0.02)	

CMYK yüzdeleri

%0
%45.38
%34.54
%2.35

Codes

Color #F988A3 in popluar color models

F988A3
RGB249136163
HSL346°90.40%75.49%
HSB/HSV346°45.38%97.65%
CMYK0.00%45.38%34.54%
2.35%

Color #F988A3 in popluar number systems.

HEXF988A3
Decimal249136163
Binary111110011000100010100011
Octal371210243

Shades and tints

Shades of #F988A3

#F988A3
(249,136,163)
#E37C95
(227,124,149)
#CD7087
(205,112,135)
#B76479
(183,100,121)
#A1586B
(161,88,107)
#8B4C5D
(139,76,93)
#75404F
(117,64,79)
#5F3441
(95,52,65)
#492833
(73,40,51)
#331C25
(51,28,37)
#1D1017
(29,16,23)
#000000
(0,0,0)

Tints of #F988A3

#F988A3
(249,136,163)
#F992AB
(249,146,171)
#F99CB3
(249,156,179)
#F9A6BB
(249,166,187)
#F9B0C3
(249,176,195)
#F9BACB
(249,186,203)
#F9C4D3
(249,196,211)
#F9CEDB
(249,206,219)
#F9D8E3
(249,216,227)
#F9E2EB
(249,226,235)
#F9ECF3
(249,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F988A3 color. Also use rgb(249,136,163) instead hex code.

Text Font Color

.myTextColor { color: #F988A3; }

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

This text font color is #F988A3.


Background Color

.myBgColor { background-color: #F988A3; }

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

This div background color is #F988A3.


Border color

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

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

This div border color is #F988A3.


Opacity

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

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

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

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

This text has shadow with #F988A3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F988A3 on black background.


Color preview on white background

This text has color #F988A3 on white background.



Black color preview on #F988A3 background

This text has black color on #F988A3 background.


White color preview on #F988A3 background

This text has white color on #F988A3 background.