COLOR #F993AC

HEX: #F993AC
RGB: (249,147,172)

Renk bilgisi

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

RGB renk modeli

#F993AC color RGB value is (249,147,172).

  • kırmız ton 249;
  • yeşil ton 147;
  • mavi ton 172.
RGB:
(249,147,172)
(98%,58%,67%)

RGB bağlantıları ve doygunluk

R 249 of 255 = 98%
G 147 of 255 = 58%
B 172 of 255 = 67%

249
147
172

R + G + B ~ 74%. #F993AC is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
249 + 147 + 172 = 568 (100%)
R 249 of 568 ~ 43.84%
G 147 of 568 ~ 25.88%
B 172 of 568 ~ 30.28%

%43.84
%25.88
%30.28

CMYK RENK MODELİ

#F993AC rengi CMYK tonu (0,41,31,2).

  • camgöbeği tonu 0.00%
  • eflatun tonu 40.96%
  • sarı tonu 30.92%
  • ana renk tonu 2.35%
CMYK:
(0,41,31,2)
C0M41Y31K2 
(0%,41%,31%,2%)
(0.00/0.41/0.31/0.02)	

CMYK yüzdeleri

%0
%40.96
%30.92
%2.35

Codes

Color #F993AC in popluar color models

F993AC
RGB249147172
HSL345°89.47%77.65%
HSB/HSV345°40.96%97.65%
CMYK0.00%40.96%30.92%
2.35%

Color #F993AC in popluar number systems.

HEXF993AC
Decimal249147172
Binary111110011001001110101100
Octal371223254

Shades and tints

Shades of #F993AC

#F993AC
(249,147,172)
#E3869D
(227,134,157)
#CD798E
(205,121,142)
#B76C7F
(183,108,127)
#A15F70
(161,95,112)
#8B5261
(139,82,97)
#754552
(117,69,82)
#5F3843
(95,56,67)
#492B34
(73,43,52)
#331E25
(51,30,37)
#1D1116
(29,17,22)
#000000
(0,0,0)

Tints of #F993AC

#F993AC
(249,147,172)
#F99CB3
(249,156,179)
#F9A5BA
(249,165,186)
#F9AEC1
(249,174,193)
#F9B7C8
(249,183,200)
#F9C0CF
(249,192,207)
#F9C9D6
(249,201,214)
#F9D2DD
(249,210,221)
#F9DBE4
(249,219,228)
#F9E4EB
(249,228,235)
#F9EDF2
(249,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F993AC color. Also use rgb(249,147,172) instead hex code.

Text Font Color

.myTextColor { color: #F993AC; }

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

This text font color is #F993AC.


Background Color

.myBgColor { background-color: #F993AC; }

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

This div background color is #F993AC.


Border color

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

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

This div border color is #F993AC.


Opacity

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

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

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

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

This text has shadow with #F993AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F993AC on black background.


Color preview on white background

This text has color #F993AC on white background.



Black color preview on #F993AC background

This text has black color on #F993AC background.


White color preview on #F993AC background

This text has white color on #F993AC background.