COLOR #F094E7

HEX: #F094E7
RGB: (240,148,231)

Renk bilgisi

#F094E7 contains mainly red and blue colors. #F094E7 ‘ nin web güvenlik rengi #FF99FF (ya da #F9F) dir.

RGB renk modeli

#F094E7 color RGB value is (240,148,231).

  • kırmız ton 240;
  • yeşil ton 148;
  • mavi ton 231.
RGB:
(240,148,231)
(94%,58%,91%)

RGB bağlantıları ve doygunluk

R 240 of 255 = 94%
G 148 of 255 = 58%
B 231 of 255 = 91%

240
148
231

R + G + B ~ 81%. #F094E7 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
240 + 148 + 231 = 619 (100%)
R 240 of 619 ~ 38.77%
G 148 of 619 ~ 23.91%
B 231 of 619 ~ 37.32%

%38.77
%23.91
%37.32

CMYK RENK MODELİ

#F094E7 rengi CMYK tonu (0,38,4,6).

  • camgöbeği tonu 0.00%
  • eflatun tonu 38.33%
  • sarı tonu 3.75%
  • ana renk tonu 5.88%
CMYK:
(0,38,4,6)
C0M38Y4K6 
(0%,38%,4%,6%)
(0.00/0.38/0.04/0.06)	

CMYK yüzdeleri

%0
%38.33
%3.75
%5.88

Codes

Color #F094E7 in popluar color models

F094E7
RGB240148231
HSL306°75.41%76.08%
HSB/HSV306°38.33%94.12%
CMYK0.00%38.33%3.75%
5.88%

Color #F094E7 in popluar number systems.

HEXF094E7
Decimal240148231
Binary111100001001010011100111
Octal360224347

Shades and tints

Shades of #F094E7

#F094E7
(240,148,231)
#DB87D2
(219,135,210)
#C67ABD
(198,122,189)
#B16DA8
(177,109,168)
#9C6093
(156,96,147)
#87537E
(135,83,126)
#724669
(114,70,105)
#5D3954
(93,57,84)
#482C3F
(72,44,63)
#331F2A
(51,31,42)
#1E1215
(30,18,21)
#000000
(0,0,0)

Tints of #F094E7

#F094E7
(240,148,231)
#F19DE9
(241,157,233)
#F2A6EB
(242,166,235)
#F3AFED
(243,175,237)
#F4B8EF
(244,184,239)
#F5C1F1
(245,193,241)
#F6CAF3
(246,202,243)
#F7D3F5
(247,211,245)
#F8DCF7
(248,220,247)
#F9E5F9
(249,229,249)
#FAEEFB
(250,238,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F094E7 color. Also use rgb(240,148,231) instead hex code.

Text Font Color

.myTextColor { color: #F094E7; }

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

This text font color is #F094E7.


Background Color

.myBgColor { background-color: #F094E7; }

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

This div background color is #F094E7.


Border color

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

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

This div border color is #F094E7.


Opacity

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

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

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

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

This text has shadow with #F094E7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F094E7 on black background.


Color preview on white background

This text has color #F094E7 on white background.



Black color preview on #F094E7 background

This text has black color on #F094E7 background.


White color preview on #F094E7 background

This text has white color on #F094E7 background.