COLOR #F7273D

HEX: #F7273D
RGB: (247,39,61)

Renk bilgisi

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

RGB renk modeli

#F7273D color RGB value is (247,39,61).

  • kırmız ton 247;
  • yeşil ton 39;
  • mavi ton 61.
RGB:
(247,39,61)
(97%,15%,24%)

RGB bağlantıları ve doygunluk

R 247 of 255 = 97%
G 39 of 255 = 15%
B 61 of 255 = 24%

247
39
61

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

Yüzdelerle RGB renk parçaları

R + G + B =
247 + 39 + 61 = 347 (100%)
R 247 of 347 ~ 71.18%
G 39 of 347 ~ 11.24%
B 61 of 347 ~ 17.58%

%71.18
%11.24
%17.58

CMYK RENK MODELİ

#F7273D rengi CMYK tonu (0,84,75,3).

  • camgöbeği tonu 0.00%
  • eflatun tonu 84.21%
  • sarı tonu 75.30%
  • ana renk tonu 3.14%
CMYK:
(0,84,75,3)
C0M84Y75K3 
(0%,84%,75%,3%)
(0.00/0.84/0.75/0.03)	

CMYK yüzdeleri

%0
%84.21
%75.3
%3.14

Codes

Color #F7273D in popluar color models

F7273D
RGB2473961
HSL354°92.86%56.08%
HSB/HSV354°84.21%96.86%
CMYK0.00%84.21%75.30%
3.14%

Color #F7273D in popluar number systems.

HEXF7273D
Decimal2473961
Binary11110111100111111101
Octal3674775

Shades and tints

Shades of #F7273D

#F7273D
(247,39,61)
#E12438
(225,36,56)
#CB2133
(203,33,51)
#B51E2E
(181,30,46)
#9F1B29
(159,27,41)
#891824
(137,24,36)
#73151F
(115,21,31)
#5D121A
(93,18,26)
#470F15
(71,15,21)
#310C10
(49,12,16)
#1B090B
(27,9,11)
#000000
(0,0,0)

Tints of #F7273D

#F7273D
(247,39,61)
#F73A4E
(247,58,78)
#F74D5F
(247,77,95)
#F76070
(247,96,112)
#F77381
(247,115,129)
#F78692
(247,134,146)
#F799A3
(247,153,163)
#F7ACB4
(247,172,180)
#F7BFC5
(247,191,197)
#F7D2D6
(247,210,214)
#F7E5E7
(247,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F7273D color. Also use rgb(247,39,61) instead hex code.

Text Font Color

.myTextColor { color: #F7273D; }

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

This text font color is #F7273D.


Background Color

.myBgColor { background-color: #F7273D; }

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

This div background color is #F7273D.


Border color

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

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

This div border color is #F7273D.


Opacity

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

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

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

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

This text has shadow with #F7273D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F7273D on black background.


Color preview on white background

This text has color #F7273D on white background.



Black color preview on #F7273D background

This text has black color on #F7273D background.


White color preview on #F7273D background

This text has white color on #F7273D background.