COLOR #F03B30

HEX: #F03B30
RGB: (240,59,48)

Renk bilgisi

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

RGB renk modeli

#F03B30 color RGB value is (240,59,48).

  • kırmız ton 240;
  • yeşil ton 59;
  • mavi ton 48.
RGB:
(240,59,48)
(94%,23%,19%)

RGB bağlantıları ve doygunluk

R 240 of 255 = 94%
G 59 of 255 = 23%
B 48 of 255 = 19%

240
59
48

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

Yüzdelerle RGB renk parçaları

R + G + B =
240 + 59 + 48 = 347 (100%)
R 240 of 347 ~ 69.16%
G 59 of 347 ~ 17%
B 48 of 347 ~ 13.83%

%69.16
%17
%13.83

CMYK RENK MODELİ

#F03B30 rengi CMYK tonu (0,75,80,6).

  • camgöbeği tonu 0.00%
  • eflatun tonu 75.42%
  • sarı tonu 80.00%
  • ana renk tonu 5.88%
CMYK:
(0,75,80,6)
C0M75Y80K6 
(0%,75%,80%,6%)
(0.00/0.75/0.80/0.06)	

CMYK yüzdeleri

%0
%75.42
%80
%5.88

Codes

Color #F03B30 in popluar color models

F03B30
RGB2405948
HSL86.49%56.47%
HSB/HSV80.00%94.12%
CMYK0.00%75.42%80.00%
5.88%

Color #F03B30 in popluar number systems.

HEXF03B30
Decimal2405948
Binary11110000111011110000
Octal3607360

Shades and tints

Shades of #F03B30

#F03B30
(240,59,48)
#DB362C
(219,54,44)
#C63128
(198,49,40)
#B12C24
(177,44,36)
#9C2720
(156,39,32)
#87221C
(135,34,28)
#721D18
(114,29,24)
#5D1814
(93,24,20)
#481310
(72,19,16)
#330E0C
(51,14,12)
#1E0908
(30,9,8)
#000000
(0,0,0)

Tints of #F03B30

#F03B30
(240,59,48)
#F14C42
(241,76,66)
#F25D54
(242,93,84)
#F36E66
(243,110,102)
#F47F78
(244,127,120)
#F5908A
(245,144,138)
#F6A19C
(246,161,156)
#F7B2AE
(247,178,174)
#F8C3C0
(248,195,192)
#F9D4D2
(249,212,210)
#FAE5E4
(250,229,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F03B30 color. Also use rgb(240,59,48) instead hex code.

Text Font Color

.myTextColor { color: #F03B30; }

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

This text font color is #F03B30.


Background Color

.myBgColor { background-color: #F03B30; }

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

This div background color is #F03B30.


Border color

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

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

This div border color is #F03B30.


Opacity

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

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

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

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

This text has shadow with #F03B30 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F03B30 on black background.


Color preview on white background

This text has color #F03B30 on white background.



Black color preview on #F03B30 background

This text has black color on #F03B30 background.


White color preview on #F03B30 background

This text has white color on #F03B30 background.