COLOR #F1A590

HEX: #F1A590
RGB: (241,165,144)

Renk bilgisi

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

RGB renk modeli

#F1A590 color RGB value is (241,165,144).

  • kırmız ton 241;
  • yeşil ton 165;
  • mavi ton 144.
RGB:
(241,165,144)
(95%,65%,56%)

RGB bağlantıları ve doygunluk

R 241 of 255 = 95%
G 165 of 255 = 65%
B 144 of 255 = 56%

241
165
144

R + G + B ~ 72%. #F1A590 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
241 + 165 + 144 = 550 (100%)
R 241 of 550 ~ 43.82%
G 165 of 550 ~ 30%
B 144 of 550 ~ 26.18%

%43.82
%30
%26.18

CMYK RENK MODELİ

#F1A590 rengi CMYK tonu (0,32,40,5).

  • camgöbeği tonu 0.00%
  • eflatun tonu 31.54%
  • sarı tonu 40.25%
  • ana renk tonu 5.49%
CMYK:
(0,32,40,5)
C0M32Y40K5 
(0%,32%,40%,5%)
(0.00/0.32/0.40/0.05)	

CMYK yüzdeleri

%0
%31.54
%40.25
%5.49

Codes

Color #F1A590 in popluar color models

F1A590
RGB241165144
HSL13°77.60%75.49%
HSB/HSV13°40.25%94.51%
CMYK0.00%31.54%40.25%
5.49%

Color #F1A590 in popluar number systems.

HEXF1A590
Decimal241165144
Binary111100011010010110010000
Octal361245220

Shades and tints

Shades of #F1A590

#F1A590
(241,165,144)
#DC9683
(220,150,131)
#C78776
(199,135,118)
#B27869
(178,120,105)
#9D695C
(157,105,92)
#885A4F
(136,90,79)
#734B42
(115,75,66)
#5E3C35
(94,60,53)
#492D28
(73,45,40)
#341E1B
(52,30,27)
#1F0F0E
(31,15,14)
#000000
(0,0,0)

Tints of #F1A590

#F1A590
(241,165,144)
#F2AD9A
(242,173,154)
#F3B5A4
(243,181,164)
#F4BDAE
(244,189,174)
#F5C5B8
(245,197,184)
#F6CDC2
(246,205,194)
#F7D5CC
(247,213,204)
#F8DDD6
(248,221,214)
#F9E5E0
(249,229,224)
#FAEDEA
(250,237,234)
#FBF5F4
(251,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F1A590 color. Also use rgb(241,165,144) instead hex code.

Text Font Color

.myTextColor { color: #F1A590; }

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

This text font color is #F1A590.


Background Color

.myBgColor { background-color: #F1A590; }

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

This div background color is #F1A590.


Border color

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

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

This div border color is #F1A590.


Opacity

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

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

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

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

This text has shadow with #F1A590 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F1A590 on black background.


Color preview on white background

This text has color #F1A590 on white background.



Black color preview on #F1A590 background

This text has black color on #F1A590 background.


White color preview on #F1A590 background

This text has white color on #F1A590 background.