COLOR #F12C51

HEX: #F12C51
RGB: (241,44,81)

Renk bilgisi

#F12C51 contains mainly red color. #F12C51 ‘ nin web güvenlik rengi #FF3366 (ya da #F36) dir.

RGB renk modeli

#F12C51 color RGB value is (241,44,81).

  • kırmız ton 241;
  • yeşil ton 44;
  • mavi ton 81.
RGB:
(241,44,81)
(95%,17%,32%)

RGB bağlantıları ve doygunluk

R 241 of 255 = 95%
G 44 of 255 = 17%
B 81 of 255 = 32%

241
44
81

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

Yüzdelerle RGB renk parçaları

R + G + B =
241 + 44 + 81 = 366 (100%)
R 241 of 366 ~ 65.85%
G 44 of 366 ~ 12.02%
B 81 of 366 ~ 22.13%

%65.85
%12.02
%22.13

CMYK RENK MODELİ

#F12C51 rengi CMYK tonu (0,82,66,5).

  • camgöbeği tonu 0.00%
  • eflatun tonu 81.74%
  • sarı tonu 66.39%
  • ana renk tonu 5.49%
CMYK:
(0,82,66,5)
C0M82Y66K5 
(0%,82%,66%,5%)
(0.00/0.82/0.66/0.05)	

CMYK yüzdeleri

%0
%81.74
%66.39
%5.49

Codes

Color #F12C51 in popluar color models

F12C51
RGB2414481
HSL349°87.56%55.88%
HSB/HSV349°81.74%94.51%
CMYK0.00%81.74%66.39%
5.49%

Color #F12C51 in popluar number systems.

HEXF12C51
Decimal2414481
Binary111100011011001010001
Octal36154121

Shades and tints

Shades of #F12C51

#F12C51
(241,44,81)
#DC284A
(220,40,74)
#C72443
(199,36,67)
#B2203C
(178,32,60)
#9D1C35
(157,28,53)
#88182E
(136,24,46)
#731427
(115,20,39)
#5E1020
(94,16,32)
#490C19
(73,12,25)
#340812
(52,8,18)
#1F040B
(31,4,11)
#000000
(0,0,0)

Tints of #F12C51

#F12C51
(241,44,81)
#F23F60
(242,63,96)
#F3526F
(243,82,111)
#F4657E
(244,101,126)
#F5788D
(245,120,141)
#F68B9C
(246,139,156)
#F79EAB
(247,158,171)
#F8B1BA
(248,177,186)
#F9C4C9
(249,196,201)
#FAD7D8
(250,215,216)
#FBEAE7
(251,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F12C51 color. Also use rgb(241,44,81) instead hex code.

Text Font Color

.myTextColor { color: #F12C51; }

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

This text font color is #F12C51.


Background Color

.myBgColor { background-color: #F12C51; }

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

This div background color is #F12C51.


Border color

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

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

This div border color is #F12C51.


Opacity

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

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

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

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

This text has shadow with #F12C51 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F12C51 on black background.


Color preview on white background

This text has color #F12C51 on white background.



Black color preview on #F12C51 background

This text has black color on #F12C51 background.


White color preview on #F12C51 background

This text has white color on #F12C51 background.