COLOR #F02F48

HEX: #F02F48
RGB: (240,47,72)

Renk bilgisi

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

RGB renk modeli

#F02F48 color RGB value is (240,47,72).

  • kırmız ton 240;
  • yeşil ton 47;
  • mavi ton 72.
RGB:
(240,47,72)
(94%,18%,28%)

RGB bağlantıları ve doygunluk

R 240 of 255 = 94%
G 47 of 255 = 18%
B 72 of 255 = 28%

240
47
72

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

Yüzdelerle RGB renk parçaları

R + G + B =
240 + 47 + 72 = 359 (100%)
R 240 of 359 ~ 66.85%
G 47 of 359 ~ 13.09%
B 72 of 359 ~ 20.06%

%66.85
%13.09
%20.06

CMYK RENK MODELİ

#F02F48 rengi CMYK tonu (0,80,70,6).

  • camgöbeği tonu 0.00%
  • eflatun tonu 80.42%
  • sarı tonu 70.00%
  • ana renk tonu 5.88%
CMYK:
(0,80,70,6)
C0M80Y70K6 
(0%,80%,70%,6%)
(0.00/0.80/0.70/0.06)	

CMYK yüzdeleri

%0
%80.42
%70
%5.88

Codes

Color #F02F48 in popluar color models

F02F48
RGB2404772
HSL352°86.55%56.27%
HSB/HSV352°80.42%94.12%
CMYK0.00%80.42%70.00%
5.88%

Color #F02F48 in popluar number systems.

HEXF02F48
Decimal2404772
Binary111100001011111001000
Octal36057110

Shades and tints

Shades of #F02F48

#F02F48
(240,47,72)
#DB2B42
(219,43,66)
#C6273C
(198,39,60)
#B12336
(177,35,54)
#9C1F30
(156,31,48)
#871B2A
(135,27,42)
#721724
(114,23,36)
#5D131E
(93,19,30)
#480F18
(72,15,24)
#330B12
(51,11,18)
#1E070C
(30,7,12)
#000000
(0,0,0)

Tints of #F02F48

#F02F48
(240,47,72)
#F14158
(241,65,88)
#F25368
(242,83,104)
#F36578
(243,101,120)
#F47788
(244,119,136)
#F58998
(245,137,152)
#F69BA8
(246,155,168)
#F7ADB8
(247,173,184)
#F8BFC8
(248,191,200)
#F9D1D8
(249,209,216)
#FAE3E8
(250,227,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F02F48 color. Also use rgb(240,47,72) instead hex code.

Text Font Color

.myTextColor { color: #F02F48; }

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

This text font color is #F02F48.


Background Color

.myBgColor { background-color: #F02F48; }

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

This div background color is #F02F48.


Border color

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

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

This div border color is #F02F48.


Opacity

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

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

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

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

This text has shadow with #F02F48 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F02F48 on black background.


Color preview on white background

This text has color #F02F48 on white background.



Black color preview on #F02F48 background

This text has black color on #F02F48 background.


White color preview on #F02F48 background

This text has white color on #F02F48 background.