COLOR #F594EB

HEX: #F594EB
RGB: (245,148,235)

Renk bilgisi

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

RGB renk modeli

#F594EB color RGB value is (245,148,235).

  • kırmız ton 245;
  • yeşil ton 148;
  • mavi ton 235.
RGB:
(245,148,235)
(96%,58%,92%)

RGB bağlantıları ve doygunluk

R 245 of 255 = 96%
G 148 of 255 = 58%
B 235 of 255 = 92%

245
148
235

R + G + B ~ 82%. #F594EB is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
245 + 148 + 235 = 628 (100%)
R 245 of 628 ~ 39.01%
G 148 of 628 ~ 23.57%
B 235 of 628 ~ 37.42%

%39.01
%23.57
%37.42

CMYK RENK MODELİ

#F594EB rengi CMYK tonu (0,40,4,4).

  • camgöbeği tonu 0.00%
  • eflatun tonu 39.59%
  • sarı tonu 4.08%
  • ana renk tonu 3.92%
CMYK:
(0,40,4,4)
C0M40Y4K4 
(0%,40%,4%,4%)
(0.00/0.40/0.04/0.04)	

CMYK yüzdeleri

%0
%39.59
%4.08
%3.92

Codes

Color #F594EB in popluar color models

F594EB
RGB245148235
HSL306°82.91%77.06%
HSB/HSV306°39.59%96.08%
CMYK0.00%39.59%4.08%
3.92%

Color #F594EB in popluar number systems.

HEXF594EB
Decimal245148235
Binary111101011001010011101011
Octal365224353

Shades and tints

Shades of #F594EB

#F594EB
(245,148,235)
#DF87D6
(223,135,214)
#C97AC1
(201,122,193)
#B36DAC
(179,109,172)
#9D6097
(157,96,151)
#875382
(135,83,130)
#71466D
(113,70,109)
#5B3958
(91,57,88)
#452C43
(69,44,67)
#2F1F2E
(47,31,46)
#191219
(25,18,25)
#000000
(0,0,0)

Tints of #F594EB

#F594EB
(245,148,235)
#F59DEC
(245,157,236)
#F5A6ED
(245,166,237)
#F5AFEE
(245,175,238)
#F5B8EF
(245,184,239)
#F5C1F0
(245,193,240)
#F5CAF1
(245,202,241)
#F5D3F2
(245,211,242)
#F5DCF3
(245,220,243)
#F5E5F4
(245,229,244)
#F5EEF5
(245,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F594EB color. Also use rgb(245,148,235) instead hex code.

Text Font Color

.myTextColor { color: #F594EB; }

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

This text font color is #F594EB.


Background Color

.myBgColor { background-color: #F594EB; }

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

This div background color is #F594EB.


Border color

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

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

This div border color is #F594EB.


Opacity

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

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

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

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

This text has shadow with #F594EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F594EB on black background.


Color preview on white background

This text has color #F594EB on white background.



Black color preview on #F594EB background

This text has black color on #F594EB background.


White color preview on #F594EB background

This text has white color on #F594EB background.