COLOR #F593A9

HEX: #F593A9
RGB: (245,147,169)

Renk bilgisi

#F593A9 contains mainly red color. #F593A9 ‘ nin web güvenlik rengi #FF9999 (ya da #F99) dir.

RGB renk modeli

#F593A9 color RGB value is (245,147,169).

  • kırmız ton 245;
  • yeşil ton 147;
  • mavi ton 169.
RGB:
(245,147,169)
(96%,58%,66%)

RGB bağlantıları ve doygunluk

R 245 of 255 = 96%
G 147 of 255 = 58%
B 169 of 255 = 66%

245
147
169

R + G + B ~ 73%. #F593A9 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
245 + 147 + 169 = 561 (100%)
R 245 of 561 ~ 43.67%
G 147 of 561 ~ 26.2%
B 169 of 561 ~ 30.12%

%43.67
%26.2
%30.12

CMYK RENK MODELİ

#F593A9 rengi CMYK tonu (0,40,31,4).

  • camgöbeği tonu 0.00%
  • eflatun tonu 40.00%
  • sarı tonu 31.02%
  • ana renk tonu 3.92%
CMYK:
(0,40,31,4)
C0M40Y31K4 
(0%,40%,31%,4%)
(0.00/0.40/0.31/0.04)	

CMYK yüzdeleri

%0
%40
%31.02
%3.92

Codes

Color #F593A9 in popluar color models

F593A9
RGB245147169
HSL347°83.05%76.86%
HSB/HSV347°40.00%96.08%
CMYK0.00%40.00%31.02%
3.92%

Color #F593A9 in popluar number systems.

HEXF593A9
Decimal245147169
Binary111101011001001110101001
Octal365223251

Shades and tints

Shades of #F593A9

#F593A9
(245,147,169)
#DF869A
(223,134,154)
#C9798B
(201,121,139)
#B36C7C
(179,108,124)
#9D5F6D
(157,95,109)
#87525E
(135,82,94)
#71454F
(113,69,79)
#5B3840
(91,56,64)
#452B31
(69,43,49)
#2F1E22
(47,30,34)
#191113
(25,17,19)
#000000
(0,0,0)

Tints of #F593A9

#F593A9
(245,147,169)
#F59CB0
(245,156,176)
#F5A5B7
(245,165,183)
#F5AEBE
(245,174,190)
#F5B7C5
(245,183,197)
#F5C0CC
(245,192,204)
#F5C9D3
(245,201,211)
#F5D2DA
(245,210,218)
#F5DBE1
(245,219,225)
#F5E4E8
(245,228,232)
#F5EDEF
(245,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F593A9 color. Also use rgb(245,147,169) instead hex code.

Text Font Color

.myTextColor { color: #F593A9; }

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

This text font color is #F593A9.


Background Color

.myBgColor { background-color: #F593A9; }

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

This div background color is #F593A9.


Border color

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

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

This div border color is #F593A9.


Opacity

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

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

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

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

This text has shadow with #F593A9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F593A9 on black background.


Color preview on white background

This text has color #F593A9 on white background.



Black color preview on #F593A9 background

This text has black color on #F593A9 background.


White color preview on #F593A9 background

This text has white color on #F593A9 background.