COLOR #F6809B

HEX: #F6809B
RGB: (246,128,155)

Renk bilgisi

#F6809B contains mainly red color. #F6809B ‘ nin web güvenlik rengi #FF6699 (ya da #F69) dir.

RGB renk modeli

#F6809B color RGB value is (246,128,155).

  • kırmız ton 246;
  • yeşil ton 128;
  • mavi ton 155.
RGB:
(246,128,155)
(96%,50%,61%)

RGB bağlantıları ve doygunluk

R 246 of 255 = 96%
G 128 of 255 = 50%
B 155 of 255 = 61%

246
128
155

R + G + B ~ 69%. #F6809B is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
246 + 128 + 155 = 529 (100%)
R 246 of 529 ~ 46.5%
G 128 of 529 ~ 24.2%
B 155 of 529 ~ 29.3%

%46.5
%24.2
%29.3

CMYK RENK MODELİ

#F6809B rengi CMYK tonu (0,48,37,4).

  • camgöbeği tonu 0.00%
  • eflatun tonu 47.97%
  • sarı tonu 36.99%
  • ana renk tonu 3.53%
CMYK:
(0,48,37,4)
C0M48Y37K4 
(0%,48%,37%,4%)
(0.00/0.48/0.37/0.04)	

CMYK yüzdeleri

%0
%47.97
%36.99
%3.53

Codes

Color #F6809B in popluar color models

F6809B
RGB246128155
HSL346°86.76%73.33%
HSB/HSV346°47.97%96.47%
CMYK0.00%47.97%36.99%
3.53%

Color #F6809B in popluar number systems.

HEXF6809B
Decimal246128155
Binary111101101000000010011011
Octal366200233

Shades and tints

Shades of #F6809B

#F6809B
(246,128,155)
#E0758D
(224,117,141)
#CA6A7F
(202,106,127)
#B45F71
(180,95,113)
#9E5463
(158,84,99)
#884955
(136,73,85)
#723E47
(114,62,71)
#5C3339
(92,51,57)
#46282B
(70,40,43)
#301D1D
(48,29,29)
#1A120F
(26,18,15)
#000000
(0,0,0)

Tints of #F6809B

#F6809B
(246,128,155)
#F68BA4
(246,139,164)
#F696AD
(246,150,173)
#F6A1B6
(246,161,182)
#F6ACBF
(246,172,191)
#F6B7C8
(246,183,200)
#F6C2D1
(246,194,209)
#F6CDDA
(246,205,218)
#F6D8E3
(246,216,227)
#F6E3EC
(246,227,236)
#F6EEF5
(246,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F6809B color. Also use rgb(246,128,155) instead hex code.

Text Font Color

.myTextColor { color: #F6809B; }

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

This text font color is #F6809B.


Background Color

.myBgColor { background-color: #F6809B; }

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

This div background color is #F6809B.


Border color

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

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

This div border color is #F6809B.


Opacity

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

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

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

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

This text has shadow with #F6809B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6809B on black background.


Color preview on white background

This text has color #F6809B on white background.



Black color preview on #F6809B background

This text has black color on #F6809B background.


White color preview on #F6809B background

This text has white color on #F6809B background.