COLOR #F673A7

HEX: #F673A7
RGB: (246,115,167)

Renk bilgisi

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

RGB renk modeli

#F673A7 color RGB value is (246,115,167).

  • kırmız ton 246;
  • yeşil ton 115;
  • mavi ton 167.
RGB:
(246,115,167)
(96%,45%,65%)

RGB bağlantıları ve doygunluk

R 246 of 255 = 96%
G 115 of 255 = 45%
B 167 of 255 = 65%

246
115
167

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

Yüzdelerle RGB renk parçaları

R + G + B =
246 + 115 + 167 = 528 (100%)
R 246 of 528 ~ 46.59%
G 115 of 528 ~ 21.78%
B 167 of 528 ~ 31.63%

%46.59
%21.78
%31.63

CMYK RENK MODELİ

#F673A7 rengi CMYK tonu (0,53,32,4).

  • camgöbeği tonu 0.00%
  • eflatun tonu 53.25%
  • sarı tonu 32.11%
  • ana renk tonu 3.53%
CMYK:
(0,53,32,4)
C0M53Y32K4 
(0%,53%,32%,4%)
(0.00/0.53/0.32/0.04)	

CMYK yüzdeleri

%0
%53.25
%32.11
%3.53

Codes

Color #F673A7 in popluar color models

F673A7
RGB246115167
HSL336°87.92%70.78%
HSB/HSV336°53.25%96.47%
CMYK0.00%53.25%32.11%
3.53%

Color #F673A7 in popluar number systems.

HEXF673A7
Decimal246115167
Binary11110110111001110100111
Octal366163247

Shades and tints

Shades of #F673A7

#F673A7
(246,115,167)
#E06998
(224,105,152)
#CA5F89
(202,95,137)
#B4557A
(180,85,122)
#9E4B6B
(158,75,107)
#88415C
(136,65,92)
#72374D
(114,55,77)
#5C2D3E
(92,45,62)
#46232F
(70,35,47)
#301920
(48,25,32)
#1A0F11
(26,15,17)
#000000
(0,0,0)

Tints of #F673A7

#F673A7
(246,115,167)
#F67FAF
(246,127,175)
#F68BB7
(246,139,183)
#F697BF
(246,151,191)
#F6A3C7
(246,163,199)
#F6AFCF
(246,175,207)
#F6BBD7
(246,187,215)
#F6C7DF
(246,199,223)
#F6D3E7
(246,211,231)
#F6DFEF
(246,223,239)
#F6EBF7
(246,235,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F673A7 color. Also use rgb(246,115,167) instead hex code.

Text Font Color

.myTextColor { color: #F673A7; }

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

This text font color is #F673A7.


Background Color

.myBgColor { background-color: #F673A7; }

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

This div background color is #F673A7.


Border color

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

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

This div border color is #F673A7.


Opacity

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

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

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

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

This text has shadow with #F673A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F673A7 on black background.


Color preview on white background

This text has color #F673A7 on white background.



Black color preview on #F673A7 background

This text has black color on #F673A7 background.


White color preview on #F673A7 background

This text has white color on #F673A7 background.