COLOR #F0304E

HEX: #F0304E
RGB: (240,48,78)

Renk bilgisi

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

RGB renk modeli

#F0304E color RGB value is (240,48,78).

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

RGB bağlantıları ve doygunluk

R 240 of 255 = 94%
G 48 of 255 = 19%
B 78 of 255 = 31%

240
48
78

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

Yüzdelerle RGB renk parçaları

R + G + B =
240 + 48 + 78 = 366 (100%)
R 240 of 366 ~ 65.57%
G 48 of 366 ~ 13.11%
B 78 of 366 ~ 21.31%

%65.57
%13.11
%21.31

CMYK RENK MODELİ

#F0304E rengi CMYK tonu (0,80,68,6).

  • camgöbeği tonu 0.00%
  • eflatun tonu 80.00%
  • sarı tonu 67.50%
  • ana renk tonu 5.88%
CMYK:
(0,80,68,6)
C0M80Y68K6 
(0%,80%,68%,6%)
(0.00/0.80/0.68/0.06)	

CMYK yüzdeleri

%0
%80
%67.5
%5.88

Codes

Color #F0304E in popluar color models

F0304E
RGB2404878
HSL351°86.49%56.47%
HSB/HSV351°80.00%94.12%
CMYK0.00%80.00%67.50%
5.88%

Color #F0304E in popluar number systems.

HEXF0304E
Decimal2404878
Binary111100001100001001110
Octal36060116

Shades and tints

Shades of #F0304E

#F0304E
(240,48,78)
#DB2C47
(219,44,71)
#C62840
(198,40,64)
#B12439
(177,36,57)
#9C2032
(156,32,50)
#871C2B
(135,28,43)
#721824
(114,24,36)
#5D141D
(93,20,29)
#481016
(72,16,22)
#330C0F
(51,12,15)
#1E0808
(30,8,8)
#000000
(0,0,0)

Tints of #F0304E

#F0304E
(240,48,78)
#F1425E
(241,66,94)
#F2546E
(242,84,110)
#F3667E
(243,102,126)
#F4788E
(244,120,142)
#F58A9E
(245,138,158)
#F69CAE
(246,156,174)
#F7AEBE
(247,174,190)
#F8C0CE
(248,192,206)
#F9D2DE
(249,210,222)
#FAE4EE
(250,228,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F0304E; }

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

This text font color is #F0304E.


Background Color

.myBgColor { background-color: #F0304E; }

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

This div background color is #F0304E.


Border color

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

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

This div border color is #F0304E.


Opacity

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

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

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

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

This text has shadow with #F0304E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0304E on black background.


Color preview on white background

This text has color #F0304E on white background.



Black color preview on #F0304E background

This text has black color on #F0304E background.


White color preview on #F0304E background

This text has white color on #F0304E background.