COLOR #F675A5

HEX: #F675A5
RGB: (246,117,165)

Renk bilgisi

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

RGB renk modeli

#F675A5 color RGB value is (246,117,165).

  • kırmız ton 246;
  • yeşil ton 117;
  • mavi ton 165.
RGB:
(246,117,165)
(96%,46%,65%)

RGB bağlantıları ve doygunluk

R 246 of 255 = 96%
G 117 of 255 = 46%
B 165 of 255 = 65%

246
117
165

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

Yüzdelerle RGB renk parçaları

R + G + B =
246 + 117 + 165 = 528 (100%)
R 246 of 528 ~ 46.59%
G 117 of 528 ~ 22.16%
B 165 of 528 ~ 31.25%

%46.59
%22.16
%31.25

CMYK RENK MODELİ

#F675A5 rengi CMYK tonu (0,52,33,4).

  • camgöbeği tonu 0.00%
  • eflatun tonu 52.44%
  • sarı tonu 32.93%
  • ana renk tonu 3.53%
CMYK:
(0,52,33,4)
C0M52Y33K4 
(0%,52%,33%,4%)
(0.00/0.52/0.33/0.04)	

CMYK yüzdeleri

%0
%52.44
%32.93
%3.53

Codes

Color #F675A5 in popluar color models

F675A5
RGB246117165
HSL338°87.76%71.18%
HSB/HSV338°52.44%96.47%
CMYK0.00%52.44%32.93%
3.53%

Color #F675A5 in popluar number systems.

HEXF675A5
Decimal246117165
Binary11110110111010110100101
Octal366165245

Shades and tints

Shades of #F675A5

#F675A5
(246,117,165)
#E06B96
(224,107,150)
#CA6187
(202,97,135)
#B45778
(180,87,120)
#9E4D69
(158,77,105)
#88435A
(136,67,90)
#72394B
(114,57,75)
#5C2F3C
(92,47,60)
#46252D
(70,37,45)
#301B1E
(48,27,30)
#1A110F
(26,17,15)
#000000
(0,0,0)

Tints of #F675A5

#F675A5
(246,117,165)
#F681AD
(246,129,173)
#F68DB5
(246,141,181)
#F699BD
(246,153,189)
#F6A5C5
(246,165,197)
#F6B1CD
(246,177,205)
#F6BDD5
(246,189,213)
#F6C9DD
(246,201,221)
#F6D5E5
(246,213,229)
#F6E1ED
(246,225,237)
#F6EDF5
(246,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F675A5 color. Also use rgb(246,117,165) instead hex code.

Text Font Color

.myTextColor { color: #F675A5; }

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

This text font color is #F675A5.


Background Color

.myBgColor { background-color: #F675A5; }

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

This div background color is #F675A5.


Border color

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

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

This div border color is #F675A5.


Opacity

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

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

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

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

This text has shadow with #F675A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F675A5 on black background.


Color preview on white background

This text has color #F675A5 on white background.



Black color preview on #F675A5 background

This text has black color on #F675A5 background.


White color preview on #F675A5 background

This text has white color on #F675A5 background.