COLOR #F093E8

HEX: #F093E8
RGB: (240,147,232)

Renk bilgisi

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

RGB renk modeli

#F093E8 color RGB value is (240,147,232).

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

RGB bağlantıları ve doygunluk

R 240 of 255 = 94%
G 147 of 255 = 58%
B 232 of 255 = 91%

240
147
232

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

Yüzdelerle RGB renk parçaları

R + G + B =
240 + 147 + 232 = 619 (100%)
R 240 of 619 ~ 38.77%
G 147 of 619 ~ 23.75%
B 232 of 619 ~ 37.48%

%38.77
%23.75
%37.48

CMYK RENK MODELİ

#F093E8 rengi CMYK tonu (0,39,3,6).

  • camgöbeği tonu 0.00%
  • eflatun tonu 38.75%
  • sarı tonu 3.33%
  • ana renk tonu 5.88%
CMYK:
(0,39,3,6)
C0M39Y3K6 
(0%,39%,3%,6%)
(0.00/0.39/0.03/0.06)	

CMYK yüzdeleri

%0
%38.75
%3.33
%5.88

Codes

Color #F093E8 in popluar color models

F093E8
RGB240147232
HSL305°75.61%75.88%
HSB/HSV305°38.75%94.12%
CMYK0.00%38.75%3.33%
5.88%

Color #F093E8 in popluar number systems.

HEXF093E8
Decimal240147232
Binary111100001001001111101000
Octal360223350

Shades and tints

Shades of #F093E8

#F093E8
(240,147,232)
#DB86D3
(219,134,211)
#C679BE
(198,121,190)
#B16CA9
(177,108,169)
#9C5F94
(156,95,148)
#87527F
(135,82,127)
#72456A
(114,69,106)
#5D3855
(93,56,85)
#482B40
(72,43,64)
#331E2B
(51,30,43)
#1E1116
(30,17,22)
#000000
(0,0,0)

Tints of #F093E8

#F093E8
(240,147,232)
#F19CEA
(241,156,234)
#F2A5EC
(242,165,236)
#F3AEEE
(243,174,238)
#F4B7F0
(244,183,240)
#F5C0F2
(245,192,242)
#F6C9F4
(246,201,244)
#F7D2F6
(247,210,246)
#F8DBF8
(248,219,248)
#F9E4FA
(249,228,250)
#FAEDFC
(250,237,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F093E8 color. Also use rgb(240,147,232) instead hex code.

Text Font Color

.myTextColor { color: #F093E8; }

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

This text font color is #F093E8.


Background Color

.myBgColor { background-color: #F093E8; }

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

This div background color is #F093E8.


Border color

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

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

This div border color is #F093E8.


Opacity

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

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

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

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

This text has shadow with #F093E8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F093E8 on black background.


Color preview on white background

This text has color #F093E8 on white background.



Black color preview on #F093E8 background

This text has black color on #F093E8 background.


White color preview on #F093E8 background

This text has white color on #F093E8 background.