COLOR #F096D6

HEX: #F096D6
RGB: (240,150,214)

Renk bilgisi

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

RGB renk modeli

#F096D6 color RGB value is (240,150,214).

  • kırmız ton 240;
  • yeşil ton 150;
  • mavi ton 214.
RGB:
(240,150,214)
(94%,59%,84%)

RGB bağlantıları ve doygunluk

R 240 of 255 = 94%
G 150 of 255 = 59%
B 214 of 255 = 84%

240
150
214

R + G + B ~ 79%. #F096D6 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
240 + 150 + 214 = 604 (100%)
R 240 of 604 ~ 39.74%
G 150 of 604 ~ 24.83%
B 214 of 604 ~ 35.43%

%39.74
%24.83
%35.43

CMYK RENK MODELİ

#F096D6 rengi CMYK tonu (0,38,11,6).

  • camgöbeği tonu 0.00%
  • eflatun tonu 37.50%
  • sarı tonu 10.83%
  • ana renk tonu 5.88%
CMYK:
(0,38,11,6)
C0M38Y11K6 
(0%,38%,11%,6%)
(0.00/0.38/0.11/0.06)	

CMYK yüzdeleri

%0
%37.5
%10.83
%5.88

Codes

Color #F096D6 in popluar color models

F096D6
RGB240150214
HSL317°75.00%76.47%
HSB/HSV317°37.50%94.12%
CMYK0.00%37.50%10.83%
5.88%

Color #F096D6 in popluar number systems.

HEXF096D6
Decimal240150214
Binary111100001001011011010110
Octal360226326

Shades and tints

Shades of #F096D6

#F096D6
(240,150,214)
#DB89C3
(219,137,195)
#C67CB0
(198,124,176)
#B16F9D
(177,111,157)
#9C628A
(156,98,138)
#875577
(135,85,119)
#724864
(114,72,100)
#5D3B51
(93,59,81)
#482E3E
(72,46,62)
#33212B
(51,33,43)
#1E1418
(30,20,24)
#000000
(0,0,0)

Tints of #F096D6

#F096D6
(240,150,214)
#F19FD9
(241,159,217)
#F2A8DC
(242,168,220)
#F3B1DF
(243,177,223)
#F4BAE2
(244,186,226)
#F5C3E5
(245,195,229)
#F6CCE8
(246,204,232)
#F7D5EB
(247,213,235)
#F8DEEE
(248,222,238)
#F9E7F1
(249,231,241)
#FAF0F4
(250,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F096D6 color. Also use rgb(240,150,214) instead hex code.

Text Font Color

.myTextColor { color: #F096D6; }

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

This text font color is #F096D6.


Background Color

.myBgColor { background-color: #F096D6; }

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

This div background color is #F096D6.


Border color

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

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

This div border color is #F096D6.


Opacity

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

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

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

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

This text has shadow with #F096D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F096D6 on black background.


Color preview on white background

This text has color #F096D6 on white background.



Black color preview on #F096D6 background

This text has black color on #F096D6 background.


White color preview on #F096D6 background

This text has white color on #F096D6 background.