COLOR #F0959C

HEX: #F0959C
RGB: (240,149,156)

Renk bilgisi

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

RGB renk modeli

#F0959C color RGB value is (240,149,156).

  • kırmız ton 240;
  • yeşil ton 149;
  • mavi ton 156.
RGB:
(240,149,156)
(94%,58%,61%)

RGB bağlantıları ve doygunluk

R 240 of 255 = 94%
G 149 of 255 = 58%
B 156 of 255 = 61%

240
149
156

R + G + B ~ 71%. #F0959C is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
240 + 149 + 156 = 545 (100%)
R 240 of 545 ~ 44.04%
G 149 of 545 ~ 27.34%
B 156 of 545 ~ 28.62%

%44.04
%27.34
%28.62

CMYK RENK MODELİ

#F0959C rengi CMYK tonu (0,38,35,6).

  • camgöbeği tonu 0.00%
  • eflatun tonu 37.92%
  • sarı tonu 35.00%
  • ana renk tonu 5.88%
CMYK:
(0,38,35,6)
C0M38Y35K6 
(0%,38%,35%,6%)
(0.00/0.38/0.35/0.06)	

CMYK yüzdeleri

%0
%37.92
%35
%5.88

Codes

Color #F0959C in popluar color models

F0959C
RGB240149156
HSL355°75.21%76.27%
HSB/HSV355°37.92%94.12%
CMYK0.00%37.92%35.00%
5.88%

Color #F0959C in popluar number systems.

HEXF0959C
Decimal240149156
Binary111100001001010110011100
Octal360225234

Shades and tints

Shades of #F0959C

#F0959C
(240,149,156)
#DB888E
(219,136,142)
#C67B80
(198,123,128)
#B16E72
(177,110,114)
#9C6164
(156,97,100)
#875456
(135,84,86)
#724748
(114,71,72)
#5D3A3A
(93,58,58)
#482D2C
(72,45,44)
#33201E
(51,32,30)
#1E1310
(30,19,16)
#000000
(0,0,0)

Tints of #F0959C

#F0959C
(240,149,156)
#F19EA5
(241,158,165)
#F2A7AE
(242,167,174)
#F3B0B7
(243,176,183)
#F4B9C0
(244,185,192)
#F5C2C9
(245,194,201)
#F6CBD2
(246,203,210)
#F7D4DB
(247,212,219)
#F8DDE4
(248,221,228)
#F9E6ED
(249,230,237)
#FAEFF6
(250,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F0959C color. Also use rgb(240,149,156) instead hex code.

Text Font Color

.myTextColor { color: #F0959C; }

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

This text font color is #F0959C.


Background Color

.myBgColor { background-color: #F0959C; }

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

This div background color is #F0959C.


Border color

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

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

This div border color is #F0959C.


Opacity

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

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

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

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

This text has shadow with #F0959C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0959C on black background.


Color preview on white background

This text has color #F0959C on white background.



Black color preview on #F0959C background

This text has black color on #F0959C background.


White color preview on #F0959C background

This text has white color on #F0959C background.