COLOR #F994BC

HEX: #F994BC
RGB: (249,148,188)

Renk bilgisi

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

RGB renk modeli

#F994BC color RGB value is (249,148,188).

  • kırmız ton 249;
  • yeşil ton 148;
  • mavi ton 188.
RGB:
(249,148,188)
(98%,58%,74%)

RGB bağlantıları ve doygunluk

R 249 of 255 = 98%
G 148 of 255 = 58%
B 188 of 255 = 74%

249
148
188

R + G + B ~ 77%. #F994BC is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
249 + 148 + 188 = 585 (100%)
R 249 of 585 ~ 42.56%
G 148 of 585 ~ 25.3%
B 188 of 585 ~ 32.14%

%42.56
%25.3
%32.14

CMYK RENK MODELİ

#F994BC rengi CMYK tonu (0,41,24,2).

  • camgöbeği tonu 0.00%
  • eflatun tonu 40.56%
  • sarı tonu 24.50%
  • ana renk tonu 2.35%
CMYK:
(0,41,24,2)
C0M41Y24K2 
(0%,41%,24%,2%)
(0.00/0.41/0.24/0.02)	

CMYK yüzdeleri

%0
%40.56
%24.5
%2.35

Codes

Color #F994BC in popluar color models

F994BC
RGB249148188
HSL336°89.38%77.84%
HSB/HSV336°40.56%97.65%
CMYK0.00%40.56%24.50%
2.35%

Color #F994BC in popluar number systems.

HEXF994BC
Decimal249148188
Binary111110011001010010111100
Octal371224274

Shades and tints

Shades of #F994BC

#F994BC
(249,148,188)
#E387AB
(227,135,171)
#CD7A9A
(205,122,154)
#B76D89
(183,109,137)
#A16078
(161,96,120)
#8B5367
(139,83,103)
#754656
(117,70,86)
#5F3945
(95,57,69)
#492C34
(73,44,52)
#331F23
(51,31,35)
#1D1212
(29,18,18)
#000000
(0,0,0)

Tints of #F994BC

#F994BC
(249,148,188)
#F99DC2
(249,157,194)
#F9A6C8
(249,166,200)
#F9AFCE
(249,175,206)
#F9B8D4
(249,184,212)
#F9C1DA
(249,193,218)
#F9CAE0
(249,202,224)
#F9D3E6
(249,211,230)
#F9DCEC
(249,220,236)
#F9E5F2
(249,229,242)
#F9EEF8
(249,238,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F994BC color. Also use rgb(249,148,188) instead hex code.

Text Font Color

.myTextColor { color: #F994BC; }

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

This text font color is #F994BC.


Background Color

.myBgColor { background-color: #F994BC; }

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

This div background color is #F994BC.


Border color

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

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

This div border color is #F994BC.


Opacity

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

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

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

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

This text has shadow with #F994BC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F994BC on black background.


Color preview on white background

This text has color #F994BC on white background.



Black color preview on #F994BC background

This text has black color on #F994BC background.


White color preview on #F994BC background

This text has white color on #F994BC background.