COLOR #F996D5

HEX: #F996D5
RGB: (249,150,213)

Renk bilgisi

#F996D5 contains mainly red and blue colors. #F996D5 ‘ nin web güvenlik rengi #FF99CC (ya da #F9C) dir.

RGB renk modeli

#F996D5 color RGB value is (249,150,213).

  • kırmız ton 249;
  • yeşil ton 150;
  • mavi ton 213.
RGB:
(249,150,213)
(98%,59%,84%)

RGB bağlantıları ve doygunluk

R 249 of 255 = 98%
G 150 of 255 = 59%
B 213 of 255 = 84%

249
150
213

R + G + B ~ 80%. #F996D5 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
249 + 150 + 213 = 612 (100%)
R 249 of 612 ~ 40.69%
G 150 of 612 ~ 24.51%
B 213 of 612 ~ 34.8%

%40.69
%24.51
%34.8

CMYK RENK MODELİ

#F996D5 rengi CMYK tonu (0,40,14,2).

  • camgöbeği tonu 0.00%
  • eflatun tonu 39.76%
  • sarı tonu 14.46%
  • ana renk tonu 2.35%
CMYK:
(0,40,14,2)
C0M40Y14K2 
(0%,40%,14%,2%)
(0.00/0.40/0.14/0.02)	

CMYK yüzdeleri

%0
%39.76
%14.46
%2.35

Codes

Color #F996D5 in popluar color models

F996D5
RGB249150213
HSL322°89.19%78.24%
HSB/HSV322°39.76%97.65%
CMYK0.00%39.76%14.46%
2.35%

Color #F996D5 in popluar number systems.

HEXF996D5
Decimal249150213
Binary111110011001011011010101
Octal371226325

Shades and tints

Shades of #F996D5

#F996D5
(249,150,213)
#E389C2
(227,137,194)
#CD7CAF
(205,124,175)
#B76F9C
(183,111,156)
#A16289
(161,98,137)
#8B5576
(139,85,118)
#754863
(117,72,99)
#5F3B50
(95,59,80)
#492E3D
(73,46,61)
#33212A
(51,33,42)
#1D1417
(29,20,23)
#000000
(0,0,0)

Tints of #F996D5

#F996D5
(249,150,213)
#F99FD8
(249,159,216)
#F9A8DB
(249,168,219)
#F9B1DE
(249,177,222)
#F9BAE1
(249,186,225)
#F9C3E4
(249,195,228)
#F9CCE7
(249,204,231)
#F9D5EA
(249,213,234)
#F9DEED
(249,222,237)
#F9E7F0
(249,231,240)
#F9F0F3
(249,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F996D5 color. Also use rgb(249,150,213) instead hex code.

Text Font Color

.myTextColor { color: #F996D5; }

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

This text font color is #F996D5.


Background Color

.myBgColor { background-color: #F996D5; }

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

This div background color is #F996D5.


Border color

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

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

This div border color is #F996D5.


Opacity

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

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

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

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

This text has shadow with #F996D5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F996D5 on black background.


Color preview on white background

This text has color #F996D5 on white background.



Black color preview on #F996D5 background

This text has black color on #F996D5 background.


White color preview on #F996D5 background

This text has white color on #F996D5 background.