COLOR #F093EA

HEX: #F093EA
RGB: (240,147,234)

Renk bilgisi

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

RGB renk modeli

#F093EA color RGB value is (240,147,234).

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

RGB bağlantıları ve doygunluk

R 240 of 255 = 94%
G 147 of 255 = 58%
B 234 of 255 = 92%

240
147
234

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

Yüzdelerle RGB renk parçaları

R + G + B =
240 + 147 + 234 = 621 (100%)
R 240 of 621 ~ 38.65%
G 147 of 621 ~ 23.67%
B 234 of 621 ~ 37.68%

%38.65
%23.67
%37.68

CMYK RENK MODELİ

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

  • camgöbeği tonu 0.00%
  • eflatun tonu 38.75%
  • sarı tonu 2.50%
  • 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
%2.5
%5.88

Codes

Color #F093EA in popluar color models

F093EA
RGB240147234
HSL304°75.61%75.88%
HSB/HSV304°38.75%94.12%
CMYK0.00%38.75%2.50%
5.88%

Color #F093EA in popluar number systems.

HEXF093EA
Decimal240147234
Binary111100001001001111101010
Octal360223352

Shades and tints

Shades of #F093EA

#F093EA
(240,147,234)
#DB86D5
(219,134,213)
#C679C0
(198,121,192)
#B16CAB
(177,108,171)
#9C5F96
(156,95,150)
#875281
(135,82,129)
#72456C
(114,69,108)
#5D3857
(93,56,87)
#482B42
(72,43,66)
#331E2D
(51,30,45)
#1E1118
(30,17,24)
#000000
(0,0,0)

Tints of #F093EA

#F093EA
(240,147,234)
#F19CEB
(241,156,235)
#F2A5EC
(242,165,236)
#F3AEED
(243,174,237)
#F4B7EE
(244,183,238)
#F5C0EF
(245,192,239)
#F6C9F0
(246,201,240)
#F7D2F1
(247,210,241)
#F8DBF2
(248,219,242)
#F9E4F3
(249,228,243)
#FAEDF4
(250,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F093EA; }

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

This text font color is #F093EA.


Background Color

.myBgColor { background-color: #F093EA; }

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

This div background color is #F093EA.


Border color

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

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

This div border color is #F093EA.


Opacity

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

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

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

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

This text has shadow with #F093EA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F093EA on black background.


Color preview on white background

This text has color #F093EA on white background.



Black color preview on #F093EA background

This text has black color on #F093EA background.


White color preview on #F093EA background

This text has white color on #F093EA background.