COLOR #F6059F

HEX: #F6059F
RGB: (246,5,159)

Renk bilgisi

#F6059F contains mainly red color. #F6059F ‘ nin web güvenlik rengi #FF0099 (ya da #F09) dir.

RGB renk modeli

#F6059F color RGB value is (246,5,159).

  • kırmız ton 246;
  • yeşil ton 5;
  • mavi ton 159.
RGB:
(246,5,159)
(96%,2%,62%)

RGB bağlantıları ve doygunluk

R 246 of 255 = 96%
G 5 of 255 = 2%
B 159 of 255 = 62%

246
5
159

R + G + B ~ 53%. #F6059F is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
246 + 5 + 159 = 410 (100%)
R 246 of 410 ~ 60%
G 5 of 410 ~ 1.22%
B 159 of 410 ~ 38.78%

%60
%38.78

CMYK RENK MODELİ

#F6059F rengi CMYK tonu (0,98,35,4).

  • camgöbeği tonu 0.00%
  • eflatun tonu 97.97%
  • sarı tonu 35.37%
  • ana renk tonu 3.53%
CMYK:
(0,98,35,4)
C0M98Y35K4 
(0%,98%,35%,4%)
(0.00/0.98/0.35/0.04)	

CMYK yüzdeleri

%0
%97.97
%35.37
%3.53

Codes

Color #F6059F in popluar color models

F6059F
RGB2465159
HSL322°96.02%49.22%
HSB/HSV322°97.97%96.47%
CMYK0.00%97.97%35.37%
3.53%

Color #F6059F in popluar number systems.

HEXF6059F
Decimal2465159
Binary1111011010110011111
Octal3665237

Shades and tints

Shades of #F6059F

#F6059F
(246,5,159)
#E00591
(224,5,145)
#CA0583
(202,5,131)
#B40575
(180,5,117)
#9E0567
(158,5,103)
#880559
(136,5,89)
#72054B
(114,5,75)
#5C053D
(92,5,61)
#46052F
(70,5,47)
#300521
(48,5,33)
#1A0513
(26,5,19)
#000000
(0,0,0)

Tints of #F6059F

#F6059F
(246,5,159)
#F61BA7
(246,27,167)
#F631AF
(246,49,175)
#F647B7
(246,71,183)
#F65DBF
(246,93,191)
#F673C7
(246,115,199)
#F689CF
(246,137,207)
#F69FD7
(246,159,215)
#F6B5DF
(246,181,223)
#F6CBE7
(246,203,231)
#F6E1EF
(246,225,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F6059F color. Also use rgb(246,5,159) instead hex code.

Text Font Color

.myTextColor { color: #F6059F; }

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

This text font color is #F6059F.


Background Color

.myBgColor { background-color: #F6059F; }

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

This div background color is #F6059F.


Border color

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

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

This div border color is #F6059F.


Opacity

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

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

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

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

This text has shadow with #F6059F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6059F on black background.


Color preview on white background

This text has color #F6059F on white background.



Black color preview on #F6059F background

This text has black color on #F6059F background.


White color preview on #F6059F background

This text has white color on #F6059F background.