COLOR #F096E1

HEX: #F096E1
RGB: (240,150,225)

Renk bilgisi

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

RGB renk modeli

#F096E1 color RGB value is (240,150,225).

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

RGB bağlantıları ve doygunluk

R 240 of 255 = 94%
G 150 of 255 = 59%
B 225 of 255 = 88%

240
150
225

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

Yüzdelerle RGB renk parçaları

R + G + B =
240 + 150 + 225 = 615 (100%)
R 240 of 615 ~ 39.02%
G 150 of 615 ~ 24.39%
B 225 of 615 ~ 36.59%

%39.02
%24.39
%36.59

CMYK RENK MODELİ

#F096E1 rengi CMYK tonu (0,38,6,6).

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

CMYK yüzdeleri

%0
%37.5
%6.25
%5.88

Codes

Color #F096E1 in popluar color models

F096E1
RGB240150225
HSL310°75.00%76.47%
HSB/HSV310°37.50%94.12%
CMYK0.00%37.50%6.25%
5.88%

Color #F096E1 in popluar number systems.

HEXF096E1
Decimal240150225
Binary111100001001011011100001
Octal360226341

Shades and tints

Shades of #F096E1

#F096E1
(240,150,225)
#DB89CD
(219,137,205)
#C67CB9
(198,124,185)
#B16FA5
(177,111,165)
#9C6291
(156,98,145)
#87557D
(135,85,125)
#724869
(114,72,105)
#5D3B55
(93,59,85)
#482E41
(72,46,65)
#33212D
(51,33,45)
#1E1419
(30,20,25)
#000000
(0,0,0)

Tints of #F096E1

#F096E1
(240,150,225)
#F19FE3
(241,159,227)
#F2A8E5
(242,168,229)
#F3B1E7
(243,177,231)
#F4BAE9
(244,186,233)
#F5C3EB
(245,195,235)
#F6CCED
(246,204,237)
#F7D5EF
(247,213,239)
#F8DEF1
(248,222,241)
#F9E7F3
(249,231,243)
#FAF0F5
(250,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F096E1; }

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

This text font color is #F096E1.


Background Color

.myBgColor { background-color: #F096E1; }

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

This div background color is #F096E1.


Border color

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

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

This div border color is #F096E1.


Opacity

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

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

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

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

This text has shadow with #F096E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F096E1 on black background.


Color preview on white background

This text has color #F096E1 on white background.



Black color preview on #F096E1 background

This text has black color on #F096E1 background.


White color preview on #F096E1 background

This text has white color on #F096E1 background.