COLOR #F58590

HEX: #F58590
RGB: (245,133,144)

Renk bilgisi

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

RGB renk modeli

#F58590 color RGB value is (245,133,144).

  • kırmız ton 245;
  • yeşil ton 133;
  • mavi ton 144.
RGB:
(245,133,144)
(96%,52%,56%)

RGB bağlantıları ve doygunluk

R 245 of 255 = 96%
G 133 of 255 = 52%
B 144 of 255 = 56%

245
133
144

R + G + B ~ 68%. #F58590 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
245 + 133 + 144 = 522 (100%)
R 245 of 522 ~ 46.93%
G 133 of 522 ~ 25.48%
B 144 of 522 ~ 27.59%

%46.93
%25.48
%27.59

CMYK RENK MODELİ

#F58590 rengi CMYK tonu (0,46,41,4).

  • camgöbeği tonu 0.00%
  • eflatun tonu 45.71%
  • sarı tonu 41.22%
  • ana renk tonu 3.92%
CMYK:
(0,46,41,4)
C0M46Y41K4 
(0%,46%,41%,4%)
(0.00/0.46/0.41/0.04)	

CMYK yüzdeleri

%0
%45.71
%41.22
%3.92

Codes

Color #F58590 in popluar color models

F58590
RGB245133144
HSL354°84.85%74.12%
HSB/HSV354°45.71%96.08%
CMYK0.00%45.71%41.22%
3.92%

Color #F58590 in popluar number systems.

HEXF58590
Decimal245133144
Binary111101011000010110010000
Octal365205220

Shades and tints

Shades of #F58590

#F58590
(245,133,144)
#DF7983
(223,121,131)
#C96D76
(201,109,118)
#B36169
(179,97,105)
#9D555C
(157,85,92)
#87494F
(135,73,79)
#713D42
(113,61,66)
#5B3135
(91,49,53)
#452528
(69,37,40)
#2F191B
(47,25,27)
#190D0E
(25,13,14)
#000000
(0,0,0)

Tints of #F58590

#F58590
(245,133,144)
#F5909A
(245,144,154)
#F59BA4
(245,155,164)
#F5A6AE
(245,166,174)
#F5B1B8
(245,177,184)
#F5BCC2
(245,188,194)
#F5C7CC
(245,199,204)
#F5D2D6
(245,210,214)
#F5DDE0
(245,221,224)
#F5E8EA
(245,232,234)
#F5F3F4
(245,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F58590 color. Also use rgb(245,133,144) instead hex code.

Text Font Color

.myTextColor { color: #F58590; }

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

This text font color is #F58590.


Background Color

.myBgColor { background-color: #F58590; }

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

This div background color is #F58590.


Border color

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

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

This div border color is #F58590.


Opacity

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

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

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

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

This text has shadow with #F58590 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F58590 on black background.


Color preview on white background

This text has color #F58590 on white background.



Black color preview on #F58590 background

This text has black color on #F58590 background.


White color preview on #F58590 background

This text has white color on #F58590 background.