COLOR #F60D25

HEX: #F60D25
RGB: (246,13,37)

Renk bilgisi

#F60D25 contains mainly red color. #F60D25 ‘ nin web güvenlik rengi #FF0033 (ya da #F03) dir.

RGB renk modeli

#F60D25 color RGB value is (246,13,37).

  • kırmız ton 246;
  • yeşil ton 13;
  • mavi ton 37.
RGB:
(246,13,37)
(96%,5%,15%)

RGB bağlantıları ve doygunluk

R 246 of 255 = 96%
G 13 of 255 = 5%
B 37 of 255 = 15%

246
13
37

R + G + B ~ 39%. #F60D25 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
246 + 13 + 37 = 296 (100%)
R 246 of 296 ~ 83.11%
G 13 of 296 ~ 4.39%
B 37 of 296 ~ 12.5%

%83.11
%12.5

CMYK RENK MODELİ

#F60D25 rengi CMYK tonu (0,95,85,4).

  • camgöbeği tonu 0.00%
  • eflatun tonu 94.72%
  • sarı tonu 84.96%
  • ana renk tonu 3.53%
CMYK:
(0,95,85,4)
C0M95Y85K4 
(0%,95%,85%,4%)
(0.00/0.95/0.85/0.04)	

CMYK yüzdeleri

%0
%94.72
%84.96
%3.53

Codes

Color #F60D25 in popluar color models

F60D25
RGB2461337
HSL354°92.83%50.78%
HSB/HSV354°94.72%96.47%
CMYK0.00%94.72%84.96%
3.53%

Color #F60D25 in popluar number systems.

HEXF60D25
Decimal2461337
Binary111101101101100101
Octal3661545

Shades and tints

Shades of #F60D25

#F60D25
(246,13,37)
#E00C22
(224,12,34)
#CA0B1F
(202,11,31)
#B40A1C
(180,10,28)
#9E0919
(158,9,25)
#880816
(136,8,22)
#720713
(114,7,19)
#5C0610
(92,6,16)
#46050D
(70,5,13)
#30040A
(48,4,10)
#1A0307
(26,3,7)
#000000
(0,0,0)

Tints of #F60D25

#F60D25
(246,13,37)
#F62338
(246,35,56)
#F6394B
(246,57,75)
#F64F5E
(246,79,94)
#F66571
(246,101,113)
#F67B84
(246,123,132)
#F69197
(246,145,151)
#F6A7AA
(246,167,170)
#F6BDBD
(246,189,189)
#F6D3D0
(246,211,208)
#F6E9E3
(246,233,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F60D25 color. Also use rgb(246,13,37) instead hex code.

Text Font Color

.myTextColor { color: #F60D25; }

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

This text font color is #F60D25.


Background Color

.myBgColor { background-color: #F60D25; }

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

This div background color is #F60D25.


Border color

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

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

This div border color is #F60D25.


Opacity

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

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

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

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

This text has shadow with #F60D25 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F60D25 on black background.


Color preview on white background

This text has color #F60D25 on white background.



Black color preview on #F60D25 background

This text has black color on #F60D25 background.


White color preview on #F60D25 background

This text has white color on #F60D25 background.