COLOR #F6768E

HEX: #F6768E
RGB: (246,118,142)

Renk bilgisi

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

RGB renk modeli

#F6768E color RGB value is (246,118,142).

  • kırmız ton 246;
  • yeşil ton 118;
  • mavi ton 142.
RGB:
(246,118,142)
(96%,46%,56%)

RGB bağlantıları ve doygunluk

R 246 of 255 = 96%
G 118 of 255 = 46%
B 142 of 255 = 56%

246
118
142

R + G + B ~ 66%. #F6768E is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
246 + 118 + 142 = 506 (100%)
R 246 of 506 ~ 48.62%
G 118 of 506 ~ 23.32%
B 142 of 506 ~ 28.06%

%48.62
%23.32
%28.06

CMYK RENK MODELİ

#F6768E rengi CMYK tonu (0,52,42,4).

  • camgöbeği tonu 0.00%
  • eflatun tonu 52.03%
  • sarı tonu 42.28%
  • ana renk tonu 3.53%
CMYK:
(0,52,42,4)
C0M52Y42K4 
(0%,52%,42%,4%)
(0.00/0.52/0.42/0.04)	

CMYK yüzdeleri

%0
%52.03
%42.28
%3.53

Codes

Color #F6768E in popluar color models

F6768E
RGB246118142
HSL349°87.67%71.37%
HSB/HSV349°52.03%96.47%
CMYK0.00%52.03%42.28%
3.53%

Color #F6768E in popluar number systems.

HEXF6768E
Decimal246118142
Binary11110110111011010001110
Octal366166216

Shades and tints

Shades of #F6768E

#F6768E
(246,118,142)
#E06C82
(224,108,130)
#CA6276
(202,98,118)
#B4586A
(180,88,106)
#9E4E5E
(158,78,94)
#884452
(136,68,82)
#723A46
(114,58,70)
#5C303A
(92,48,58)
#46262E
(70,38,46)
#301C22
(48,28,34)
#1A1216
(26,18,22)
#000000
(0,0,0)

Tints of #F6768E

#F6768E
(246,118,142)
#F68298
(246,130,152)
#F68EA2
(246,142,162)
#F69AAC
(246,154,172)
#F6A6B6
(246,166,182)
#F6B2C0
(246,178,192)
#F6BECA
(246,190,202)
#F6CAD4
(246,202,212)
#F6D6DE
(246,214,222)
#F6E2E8
(246,226,232)
#F6EEF2
(246,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F6768E color. Also use rgb(246,118,142) instead hex code.

Text Font Color

.myTextColor { color: #F6768E; }

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

This text font color is #F6768E.


Background Color

.myBgColor { background-color: #F6768E; }

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

This div background color is #F6768E.


Border color

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

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

This div border color is #F6768E.


Opacity

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

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

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

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

This text has shadow with #F6768E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6768E on black background.


Color preview on white background

This text has color #F6768E on white background.



Black color preview on #F6768E background

This text has black color on #F6768E background.


White color preview on #F6768E background

This text has white color on #F6768E background.