COLOR #F98CB4

HEX: #F98CB4
RGB: (249,140,180)

Renk bilgisi

#F98CB4 contains mainly red color. #F98CB4 ‘ nin web güvenlik rengi #FF99CC (ya da #F9C) dir.

RGB renk modeli

#F98CB4 color RGB value is (249,140,180).

  • kırmız ton 249;
  • yeşil ton 140;
  • mavi ton 180.
RGB:
(249,140,180)
(98%,55%,71%)

RGB bağlantıları ve doygunluk

R 249 of 255 = 98%
G 140 of 255 = 55%
B 180 of 255 = 71%

249
140
180

R + G + B ~ 75%. #F98CB4 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
249 + 140 + 180 = 569 (100%)
R 249 of 569 ~ 43.76%
G 140 of 569 ~ 24.6%
B 180 of 569 ~ 31.63%

%43.76
%24.6
%31.63

CMYK RENK MODELİ

#F98CB4 rengi CMYK tonu (0,44,28,2).

  • camgöbeği tonu 0.00%
  • eflatun tonu 43.78%
  • sarı tonu 27.71%
  • ana renk tonu 2.35%
CMYK:
(0,44,28,2)
C0M44Y28K2 
(0%,44%,28%,2%)
(0.00/0.44/0.28/0.02)	

CMYK yüzdeleri

%0
%43.78
%27.71
%2.35

Codes

Color #F98CB4 in popluar color models

F98CB4
RGB249140180
HSL338°90.08%76.27%
HSB/HSV338°43.78%97.65%
CMYK0.00%43.78%27.71%
2.35%

Color #F98CB4 in popluar number systems.

HEXF98CB4
Decimal249140180
Binary111110011000110010110100
Octal371214264

Shades and tints

Shades of #F98CB4

#F98CB4
(249,140,180)
#E380A4
(227,128,164)
#CD7494
(205,116,148)
#B76884
(183,104,132)
#A15C74
(161,92,116)
#8B5064
(139,80,100)
#754454
(117,68,84)
#5F3844
(95,56,68)
#492C34
(73,44,52)
#332024
(51,32,36)
#1D1414
(29,20,20)
#000000
(0,0,0)

Tints of #F98CB4

#F98CB4
(249,140,180)
#F996BA
(249,150,186)
#F9A0C0
(249,160,192)
#F9AAC6
(249,170,198)
#F9B4CC
(249,180,204)
#F9BED2
(249,190,210)
#F9C8D8
(249,200,216)
#F9D2DE
(249,210,222)
#F9DCE4
(249,220,228)
#F9E6EA
(249,230,234)
#F9F0F0
(249,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F98CB4 color. Also use rgb(249,140,180) instead hex code.

Text Font Color

.myTextColor { color: #F98CB4; }

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

This text font color is #F98CB4.


Background Color

.myBgColor { background-color: #F98CB4; }

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

This div background color is #F98CB4.


Border color

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

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

This div border color is #F98CB4.


Opacity

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

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

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

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

This text has shadow with #F98CB4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F98CB4 on black background.


Color preview on white background

This text has color #F98CB4 on white background.



Black color preview on #F98CB4 background

This text has black color on #F98CB4 background.


White color preview on #F98CB4 background

This text has white color on #F98CB4 background.