COLOR #F15A4A

HEX: #F15A4A
RGB: (241,90,74)

Renk bilgisi

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

RGB renk modeli

#F15A4A color RGB value is (241,90,74).

  • kırmız ton 241;
  • yeşil ton 90;
  • mavi ton 74.
RGB:
(241,90,74)
(95%,35%,29%)

RGB bağlantıları ve doygunluk

R 241 of 255 = 95%
G 90 of 255 = 35%
B 74 of 255 = 29%

241
90
74

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

Yüzdelerle RGB renk parçaları

R + G + B =
241 + 90 + 74 = 405 (100%)
R 241 of 405 ~ 59.51%
G 90 of 405 ~ 22.22%
B 74 of 405 ~ 18.27%

%59.51
%22.22
%18.27

CMYK RENK MODELİ

#F15A4A rengi CMYK tonu (0,63,69,5).

  • camgöbeği tonu 0.00%
  • eflatun tonu 62.66%
  • sarı tonu 69.29%
  • ana renk tonu 5.49%
CMYK:
(0,63,69,5)
C0M63Y69K5 
(0%,63%,69%,5%)
(0.00/0.63/0.69/0.05)	

CMYK yüzdeleri

%0
%62.66
%69.29
%5.49

Codes

Color #F15A4A in popluar color models

F15A4A
RGB2419074
HSL85.64%61.76%
HSB/HSV69.29%94.51%
CMYK0.00%62.66%69.29%
5.49%

Color #F15A4A in popluar number systems.

HEXF15A4A
Decimal2419074
Binary1111000110110101001010
Octal361132112

Shades and tints

Shades of #F15A4A

#F15A4A
(241,90,74)
#DC5244
(220,82,68)
#C74A3E
(199,74,62)
#B24238
(178,66,56)
#9D3A32
(157,58,50)
#88322C
(136,50,44)
#732A26
(115,42,38)
#5E2220
(94,34,32)
#491A1A
(73,26,26)
#341214
(52,18,20)
#1F0A0E
(31,10,14)
#000000
(0,0,0)

Tints of #F15A4A

#F15A4A
(241,90,74)
#F2695A
(242,105,90)
#F3786A
(243,120,106)
#F4877A
(244,135,122)
#F5968A
(245,150,138)
#F6A59A
(246,165,154)
#F7B4AA
(247,180,170)
#F8C3BA
(248,195,186)
#F9D2CA
(249,210,202)
#FAE1DA
(250,225,218)
#FBF0EA
(251,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F15A4A color. Also use rgb(241,90,74) instead hex code.

Text Font Color

.myTextColor { color: #F15A4A; }

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

This text font color is #F15A4A.


Background Color

.myBgColor { background-color: #F15A4A; }

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

This div background color is #F15A4A.


Border color

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

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

This div border color is #F15A4A.


Opacity

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

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

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

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

This text has shadow with #F15A4A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F15A4A on black background.


Color preview on white background

This text has color #F15A4A on white background.



Black color preview on #F15A4A background

This text has black color on #F15A4A background.


White color preview on #F15A4A background

This text has white color on #F15A4A background.