COLOR #F75C4A

HEX: #F75C4A
RGB: (247,92,74)

Renk bilgisi

#F75C4A contains mainly red color. #F75C4A ‘ nin web güvenlik rengi #FF6633 (ya da #F63) dir.

RGB renk modeli

#F75C4A color RGB value is (247,92,74).

  • kırmız ton 247;
  • yeşil ton 92;
  • mavi ton 74.
RGB:
(247,92,74)
(97%,36%,29%)

RGB bağlantıları ve doygunluk

R 247 of 255 = 97%
G 92 of 255 = 36%
B 74 of 255 = 29%

247
92
74

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

Yüzdelerle RGB renk parçaları

R + G + B =
247 + 92 + 74 = 413 (100%)
R 247 of 413 ~ 59.81%
G 92 of 413 ~ 22.28%
B 74 of 413 ~ 17.92%

%59.81
%22.28
%17.92

CMYK RENK MODELİ

#F75C4A rengi CMYK tonu (0,63,70,3).

  • camgöbeği tonu 0.00%
  • eflatun tonu 62.75%
  • sarı tonu 70.04%
  • ana renk tonu 3.14%
CMYK:
(0,63,70,3)
C0M63Y70K3 
(0%,63%,70%,3%)
(0.00/0.63/0.70/0.03)	

CMYK yüzdeleri

%0
%62.75
%70.04
%3.14

Codes

Color #F75C4A in popluar color models

F75C4A
RGB2479274
HSL91.53%62.94%
HSB/HSV70.04%96.86%
CMYK0.00%62.75%70.04%
3.14%

Color #F75C4A in popluar number systems.

HEXF75C4A
Decimal2479274
Binary1111011110111001001010
Octal367134112

Shades and tints

Shades of #F75C4A

#F75C4A
(247,92,74)
#E15444
(225,84,68)
#CB4C3E
(203,76,62)
#B54438
(181,68,56)
#9F3C32
(159,60,50)
#89342C
(137,52,44)
#732C26
(115,44,38)
#5D2420
(93,36,32)
#471C1A
(71,28,26)
#311414
(49,20,20)
#1B0C0E
(27,12,14)
#000000
(0,0,0)

Tints of #F75C4A

#F75C4A
(247,92,74)
#F76A5A
(247,106,90)
#F7786A
(247,120,106)
#F7867A
(247,134,122)
#F7948A
(247,148,138)
#F7A29A
(247,162,154)
#F7B0AA
(247,176,170)
#F7BEBA
(247,190,186)
#F7CCCA
(247,204,202)
#F7DADA
(247,218,218)
#F7E8EA
(247,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F75C4A color. Also use rgb(247,92,74) instead hex code.

Text Font Color

.myTextColor { color: #F75C4A; }

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

This text font color is #F75C4A.


Background Color

.myBgColor { background-color: #F75C4A; }

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

This div background color is #F75C4A.


Border color

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

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

This div border color is #F75C4A.


Opacity

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

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

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

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

This text has shadow with #F75C4A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F75C4A on black background.


Color preview on white background

This text has color #F75C4A on white background.



Black color preview on #F75C4A background

This text has black color on #F75C4A background.


White color preview on #F75C4A background

This text has white color on #F75C4A background.