COLOR #F676D0

HEX: #F676D0
RGB: (246,118,208)

Renk bilgisi

#F676D0 contains mainly red and blue colors. #F676D0 ‘ nin web güvenlik rengi #FF66CC (ya da #F6C) dir.

RGB renk modeli

#F676D0 color RGB value is (246,118,208).

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

RGB bağlantıları ve doygunluk

R 246 of 255 = 96%
G 118 of 255 = 46%
B 208 of 255 = 82%

246
118
208

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

Yüzdelerle RGB renk parçaları

R + G + B =
246 + 118 + 208 = 572 (100%)
R 246 of 572 ~ 43.01%
G 118 of 572 ~ 20.63%
B 208 of 572 ~ 36.36%

%43.01
%20.63
%36.36

CMYK RENK MODELİ

#F676D0 rengi CMYK tonu (0,52,15,4).

  • camgöbeği tonu 0.00%
  • eflatun tonu 52.03%
  • sarı tonu 15.45%
  • ana renk tonu 3.53%
CMYK:
(0,52,15,4)
C0M52Y15K4 
(0%,52%,15%,4%)
(0.00/0.52/0.15/0.04)	

CMYK yüzdeleri

%0
%52.03
%15.45
%3.53

Codes

Color #F676D0 in popluar color models

F676D0
RGB246118208
HSL318°87.67%71.37%
HSB/HSV318°52.03%96.47%
CMYK0.00%52.03%15.45%
3.53%

Color #F676D0 in popluar number systems.

HEXF676D0
Decimal246118208
Binary11110110111011011010000
Octal366166320

Shades and tints

Shades of #F676D0

#F676D0
(246,118,208)
#E06CBE
(224,108,190)
#CA62AC
(202,98,172)
#B4589A
(180,88,154)
#9E4E88
(158,78,136)
#884476
(136,68,118)
#723A64
(114,58,100)
#5C3052
(92,48,82)
#462640
(70,38,64)
#301C2E
(48,28,46)
#1A121C
(26,18,28)
#000000
(0,0,0)

Tints of #F676D0

#F676D0
(246,118,208)
#F682D4
(246,130,212)
#F68ED8
(246,142,216)
#F69ADC
(246,154,220)
#F6A6E0
(246,166,224)
#F6B2E4
(246,178,228)
#F6BEE8
(246,190,232)
#F6CAEC
(246,202,236)
#F6D6F0
(246,214,240)
#F6E2F4
(246,226,244)
#F6EEF8
(246,238,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F676D0; }

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

This text font color is #F676D0.


Background Color

.myBgColor { background-color: #F676D0; }

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

This div background color is #F676D0.


Border color

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

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

This div border color is #F676D0.


Opacity

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

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

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

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

This text has shadow with #F676D0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F676D0 on black background.


Color preview on white background

This text has color #F676D0 on white background.



Black color preview on #F676D0 background

This text has black color on #F676D0 background.


White color preview on #F676D0 background

This text has white color on #F676D0 background.