COLOR #F6098D

HEX: #F6098D
RGB: (246,9,141)

Renk bilgisi

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

RGB renk modeli

#F6098D color RGB value is (246,9,141).

  • kırmız ton 246;
  • yeşil ton 9;
  • mavi ton 141.
RGB:
(246,9,141)
(96%,4%,55%)

RGB bağlantıları ve doygunluk

R 246 of 255 = 96%
G 9 of 255 = 4%
B 141 of 255 = 55%

246
9
141

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

Yüzdelerle RGB renk parçaları

R + G + B =
246 + 9 + 141 = 396 (100%)
R 246 of 396 ~ 62.12%
G 9 of 396 ~ 2.27%
B 141 of 396 ~ 35.61%

%62.12
%35.61

CMYK RENK MODELİ

#F6098D rengi CMYK tonu (0,96,43,4).

  • camgöbeği tonu 0.00%
  • eflatun tonu 96.34%
  • sarı tonu 42.68%
  • ana renk tonu 3.53%
CMYK:
(0,96,43,4)
C0M96Y43K4 
(0%,96%,43%,4%)
(0.00/0.96/0.43/0.04)	

CMYK yüzdeleri

%0
%96.34
%42.68
%3.53

Codes

Color #F6098D in popluar color models

F6098D
RGB2469141
HSL327°92.94%50.00%
HSB/HSV327°96.34%96.47%
CMYK0.00%96.34%42.68%
3.53%

Color #F6098D in popluar number systems.

HEXF6098D
Decimal2469141
Binary11110110100110001101
Octal36611215

Shades and tints

Shades of #F6098D

#F6098D
(246,9,141)
#E00981
(224,9,129)
#CA0975
(202,9,117)
#B40969
(180,9,105)
#9E095D
(158,9,93)
#880951
(136,9,81)
#720945
(114,9,69)
#5C0939
(92,9,57)
#46092D
(70,9,45)
#300921
(48,9,33)
#1A0915
(26,9,21)
#000000
(0,0,0)

Tints of #F6098D

#F6098D
(246,9,141)
#F61F97
(246,31,151)
#F635A1
(246,53,161)
#F64BAB
(246,75,171)
#F661B5
(246,97,181)
#F677BF
(246,119,191)
#F68DC9
(246,141,201)
#F6A3D3
(246,163,211)
#F6B9DD
(246,185,221)
#F6CFE7
(246,207,231)
#F6E5F1
(246,229,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F6098D color. Also use rgb(246,9,141) instead hex code.

Text Font Color

.myTextColor { color: #F6098D; }

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

This text font color is #F6098D.


Background Color

.myBgColor { background-color: #F6098D; }

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

This div background color is #F6098D.


Border color

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

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

This div border color is #F6098D.


Opacity

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

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

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

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

This text has shadow with #F6098D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6098D on black background.


Color preview on white background

This text has color #F6098D on white background.



Black color preview on #F6098D background

This text has black color on #F6098D background.


White color preview on #F6098D background

This text has white color on #F6098D background.