COLOR #F590B7

HEX: #F590B7
RGB: (245,144,183)

Renk bilgisi

#F590B7 contains mainly red color. #F590B7 ‘ nin web güvenlik rengi #FF99CC (ya da #F9C) dir.

RGB renk modeli

#F590B7 color RGB value is (245,144,183).

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

RGB bağlantıları ve doygunluk

R 245 of 255 = 96%
G 144 of 255 = 56%
B 183 of 255 = 72%

245
144
183

R + G + B ~ 75%. #F590B7 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
245 + 144 + 183 = 572 (100%)
R 245 of 572 ~ 42.83%
G 144 of 572 ~ 25.17%
B 183 of 572 ~ 31.99%

%42.83
%25.17
%31.99

CMYK RENK MODELİ

#F590B7 rengi CMYK tonu (0,41,25,4).

  • camgöbeği tonu 0.00%
  • eflatun tonu 41.22%
  • sarı tonu 25.31%
  • ana renk tonu 3.92%
CMYK:
(0,41,25,4)
C0M41Y25K4 
(0%,41%,25%,4%)
(0.00/0.41/0.25/0.04)	

CMYK yüzdeleri

%0
%41.22
%25.31
%3.92

Codes

Color #F590B7 in popluar color models

F590B7
RGB245144183
HSL337°83.47%76.27%
HSB/HSV337°41.22%96.08%
CMYK0.00%41.22%25.31%
3.92%

Color #F590B7 in popluar number systems.

HEXF590B7
Decimal245144183
Binary111101011001000010110111
Octal365220267

Shades and tints

Shades of #F590B7

#F590B7
(245,144,183)
#DF83A7
(223,131,167)
#C97697
(201,118,151)
#B36987
(179,105,135)
#9D5C77
(157,92,119)
#874F67
(135,79,103)
#714257
(113,66,87)
#5B3547
(91,53,71)
#452837
(69,40,55)
#2F1B27
(47,27,39)
#190E17
(25,14,23)
#000000
(0,0,0)

Tints of #F590B7

#F590B7
(245,144,183)
#F59ABD
(245,154,189)
#F5A4C3
(245,164,195)
#F5AEC9
(245,174,201)
#F5B8CF
(245,184,207)
#F5C2D5
(245,194,213)
#F5CCDB
(245,204,219)
#F5D6E1
(245,214,225)
#F5E0E7
(245,224,231)
#F5EAED
(245,234,237)
#F5F4F3
(245,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F590B7; }

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

This text font color is #F590B7.


Background Color

.myBgColor { background-color: #F590B7; }

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

This div background color is #F590B7.


Border color

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

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

This div border color is #F590B7.


Opacity

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

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

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

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

This text has shadow with #F590B7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F590B7 on black background.


Color preview on white background

This text has color #F590B7 on white background.



Black color preview on #F590B7 background

This text has black color on #F590B7 background.


White color preview on #F590B7 background

This text has white color on #F590B7 background.