COLOR #F59BD5

HEX: #F59BD5
RGB: (245,155,213)

Renk bilgisi

#F59BD5 contains mainly red and blue colors. #F59BD5 ‘ nin web güvenlik rengi #FF99CC (ya da #F9C) dir.

RGB renk modeli

#F59BD5 color RGB value is (245,155,213).

  • kırmız ton 245;
  • yeşil ton 155;
  • mavi ton 213.
RGB:
(245,155,213)
(96%,61%,84%)

RGB bağlantıları ve doygunluk

R 245 of 255 = 96%
G 155 of 255 = 61%
B 213 of 255 = 84%

245
155
213

R + G + B ~ 80%. #F59BD5 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
245 + 155 + 213 = 613 (100%)
R 245 of 613 ~ 39.97%
G 155 of 613 ~ 25.29%
B 213 of 613 ~ 34.75%

%39.97
%25.29
%34.75

CMYK RENK MODELİ

#F59BD5 rengi CMYK tonu (0,37,13,4).

  • camgöbeği tonu 0.00%
  • eflatun tonu 36.73%
  • sarı tonu 13.06%
  • ana renk tonu 3.92%
CMYK:
(0,37,13,4)
C0M37Y13K4 
(0%,37%,13%,4%)
(0.00/0.37/0.13/0.04)	

CMYK yüzdeleri

%0
%36.73
%13.06
%3.92

Codes

Color #F59BD5 in popluar color models

F59BD5
RGB245155213
HSL321°81.82%78.43%
HSB/HSV321°36.73%96.08%
CMYK0.00%36.73%13.06%
3.92%

Color #F59BD5 in popluar number systems.

HEXF59BD5
Decimal245155213
Binary111101011001101111010101
Octal365233325

Shades and tints

Shades of #F59BD5

#F59BD5
(245,155,213)
#DF8DC2
(223,141,194)
#C97FAF
(201,127,175)
#B3719C
(179,113,156)
#9D6389
(157,99,137)
#875576
(135,85,118)
#714763
(113,71,99)
#5B3950
(91,57,80)
#452B3D
(69,43,61)
#2F1D2A
(47,29,42)
#190F17
(25,15,23)
#000000
(0,0,0)

Tints of #F59BD5

#F59BD5
(245,155,213)
#F5A4D8
(245,164,216)
#F5ADDB
(245,173,219)
#F5B6DE
(245,182,222)
#F5BFE1
(245,191,225)
#F5C8E4
(245,200,228)
#F5D1E7
(245,209,231)
#F5DAEA
(245,218,234)
#F5E3ED
(245,227,237)
#F5ECF0
(245,236,240)
#F5F5F3
(245,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F59BD5 color. Also use rgb(245,155,213) instead hex code.

Text Font Color

.myTextColor { color: #F59BD5; }

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

This text font color is #F59BD5.


Background Color

.myBgColor { background-color: #F59BD5; }

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

This div background color is #F59BD5.


Border color

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

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

This div border color is #F59BD5.


Opacity

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

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

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

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

This text has shadow with #F59BD5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F59BD5 on black background.


Color preview on white background

This text has color #F59BD5 on white background.



Black color preview on #F59BD5 background

This text has black color on #F59BD5 background.


White color preview on #F59BD5 background

This text has white color on #F59BD5 background.