COLOR #F61B3F

HEX: #F61B3F
RGB: (246,27,63)

Renk bilgisi

#F61B3F contains mainly red color. #F61B3F ‘ nin web güvenlik rengi #FF3333 (ya da #F33) dir.

RGB renk modeli

#F61B3F color RGB value is (246,27,63).

  • kırmız ton 246;
  • yeşil ton 27;
  • mavi ton 63.
RGB:
(246,27,63)
(96%,11%,25%)

RGB bağlantıları ve doygunluk

R 246 of 255 = 96%
G 27 of 255 = 11%
B 63 of 255 = 25%

246
27
63

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

Yüzdelerle RGB renk parçaları

R + G + B =
246 + 27 + 63 = 336 (100%)
R 246 of 336 ~ 73.21%
G 27 of 336 ~ 8.04%
B 63 of 336 ~ 18.75%

%73.21
%18.75

CMYK RENK MODELİ

#F61B3F rengi CMYK tonu (0,89,74,4).

  • camgöbeği tonu 0.00%
  • eflatun tonu 89.02%
  • sarı tonu 74.39%
  • ana renk tonu 3.53%
CMYK:
(0,89,74,4)
C0M89Y74K4 
(0%,89%,74%,4%)
(0.00/0.89/0.74/0.04)	

CMYK yüzdeleri

%0
%89.02
%74.39
%3.53

Codes

Color #F61B3F in popluar color models

F61B3F
RGB2462763
HSL350°92.41%53.53%
HSB/HSV350°89.02%96.47%
CMYK0.00%89.02%74.39%
3.53%

Color #F61B3F in popluar number systems.

HEXF61B3F
Decimal2462763
Binary1111011011011111111
Octal3663377

Shades and tints

Shades of #F61B3F

#F61B3F
(246,27,63)
#E0193A
(224,25,58)
#CA1735
(202,23,53)
#B41530
(180,21,48)
#9E132B
(158,19,43)
#881126
(136,17,38)
#720F21
(114,15,33)
#5C0D1C
(92,13,28)
#460B17
(70,11,23)
#300912
(48,9,18)
#1A070D
(26,7,13)
#000000
(0,0,0)

Tints of #F61B3F

#F61B3F
(246,27,63)
#F62F50
(246,47,80)
#F64361
(246,67,97)
#F65772
(246,87,114)
#F66B83
(246,107,131)
#F67F94
(246,127,148)
#F693A5
(246,147,165)
#F6A7B6
(246,167,182)
#F6BBC7
(246,187,199)
#F6CFD8
(246,207,216)
#F6E3E9
(246,227,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F61B3F color. Also use rgb(246,27,63) instead hex code.

Text Font Color

.myTextColor { color: #F61B3F; }

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

This text font color is #F61B3F.


Background Color

.myBgColor { background-color: #F61B3F; }

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

This div background color is #F61B3F.


Border color

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

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

This div border color is #F61B3F.


Opacity

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

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

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

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

This text has shadow with #F61B3F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F61B3F on black background.


Color preview on white background

This text has color #F61B3F on white background.



Black color preview on #F61B3F background

This text has black color on #F61B3F background.


White color preview on #F61B3F background

This text has white color on #F61B3F background.