COLOR #F096DB

HEX: #F096DB
RGB: (240,150,219)

Renk bilgisi

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

RGB renk modeli

#F096DB color RGB value is (240,150,219).

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

RGB bağlantıları ve doygunluk

R 240 of 255 = 94%
G 150 of 255 = 59%
B 219 of 255 = 86%

240
150
219

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

Yüzdelerle RGB renk parçaları

R + G + B =
240 + 150 + 219 = 609 (100%)
R 240 of 609 ~ 39.41%
G 150 of 609 ~ 24.63%
B 219 of 609 ~ 35.96%

%39.41
%24.63
%35.96

CMYK RENK MODELİ

#F096DB rengi CMYK tonu (0,38,9,6).

  • camgöbeği tonu 0.00%
  • eflatun tonu 37.50%
  • sarı tonu 8.75%
  • ana renk tonu 5.88%
CMYK:
(0,38,9,6)
C0M38Y9K6 
(0%,38%,9%,6%)
(0.00/0.38/0.09/0.06)	

CMYK yüzdeleri

%0
%37.5
%8.75
%5.88

Codes

Color #F096DB in popluar color models

F096DB
RGB240150219
HSL314°75.00%76.47%
HSB/HSV314°37.50%94.12%
CMYK0.00%37.50%8.75%
5.88%

Color #F096DB in popluar number systems.

HEXF096DB
Decimal240150219
Binary111100001001011011011011
Octal360226333

Shades and tints

Shades of #F096DB

#F096DB
(240,150,219)
#DB89C8
(219,137,200)
#C67CB5
(198,124,181)
#B16FA2
(177,111,162)
#9C628F
(156,98,143)
#87557C
(135,85,124)
#724869
(114,72,105)
#5D3B56
(93,59,86)
#482E43
(72,46,67)
#332130
(51,33,48)
#1E141D
(30,20,29)
#000000
(0,0,0)

Tints of #F096DB

#F096DB
(240,150,219)
#F19FDE
(241,159,222)
#F2A8E1
(242,168,225)
#F3B1E4
(243,177,228)
#F4BAE7
(244,186,231)
#F5C3EA
(245,195,234)
#F6CCED
(246,204,237)
#F7D5F0
(247,213,240)
#F8DEF3
(248,222,243)
#F9E7F6
(249,231,246)
#FAF0F9
(250,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F096DB; }

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

This text font color is #F096DB.


Background Color

.myBgColor { background-color: #F096DB; }

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

This div background color is #F096DB.


Border color

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

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

This div border color is #F096DB.


Opacity

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

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

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

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

This text has shadow with #F096DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F096DB on black background.


Color preview on white background

This text has color #F096DB on white background.



Black color preview on #F096DB background

This text has black color on #F096DB background.


White color preview on #F096DB background

This text has white color on #F096DB background.