COLOR #F24E7D

HEX: #F24E7D
RGB: (242,78,125)

Renk bilgisi

#F24E7D contains mainly red color. #F24E7D ‘ nin web güvenlik rengi #FF6666 (ya da #F66) dir.

RGB renk modeli

#F24E7D color RGB value is (242,78,125).

  • kırmız ton 242;
  • yeşil ton 78;
  • mavi ton 125.
RGB:
(242,78,125)
(95%,31%,49%)

RGB bağlantıları ve doygunluk

R 242 of 255 = 95%
G 78 of 255 = 31%
B 125 of 255 = 49%

242
78
125

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

Yüzdelerle RGB renk parçaları

R + G + B =
242 + 78 + 125 = 445 (100%)
R 242 of 445 ~ 54.38%
G 78 of 445 ~ 17.53%
B 125 of 445 ~ 28.09%

%54.38
%17.53
%28.09

CMYK RENK MODELİ

#F24E7D rengi CMYK tonu (0,68,48,5).

  • camgöbeği tonu 0.00%
  • eflatun tonu 67.77%
  • sarı tonu 48.35%
  • ana renk tonu 5.10%
CMYK:
(0,68,48,5)
C0M68Y48K5 
(0%,68%,48%,5%)
(0.00/0.68/0.48/0.05)	

CMYK yüzdeleri

%0
%67.77
%48.35
%5.1

Codes

Color #F24E7D in popluar color models

F24E7D
RGB24278125
HSL343°86.32%62.75%
HSB/HSV343°67.77%94.90%
CMYK0.00%67.77%48.35%
5.10%

Color #F24E7D in popluar number systems.

HEXF24E7D
Decimal24278125
Binary1111001010011101111101
Octal362116175

Shades and tints

Shades of #F24E7D

#F24E7D
(242,78,125)
#DC4772
(220,71,114)
#C64067
(198,64,103)
#B0395C
(176,57,92)
#9A3251
(154,50,81)
#842B46
(132,43,70)
#6E243B
(110,36,59)
#581D30
(88,29,48)
#421625
(66,22,37)
#2C0F1A
(44,15,26)
#16080F
(22,8,15)
#000000
(0,0,0)

Tints of #F24E7D

#F24E7D
(242,78,125)
#F35E88
(243,94,136)
#F46E93
(244,110,147)
#F57E9E
(245,126,158)
#F68EA9
(246,142,169)
#F79EB4
(247,158,180)
#F8AEBF
(248,174,191)
#F9BECA
(249,190,202)
#FACED5
(250,206,213)
#FBDEE0
(251,222,224)
#FCEEEB
(252,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F24E7D color. Also use rgb(242,78,125) instead hex code.

Text Font Color

.myTextColor { color: #F24E7D; }

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

This text font color is #F24E7D.


Background Color

.myBgColor { background-color: #F24E7D; }

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

This div background color is #F24E7D.


Border color

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

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

This div border color is #F24E7D.


Opacity

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

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

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

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

This text has shadow with #F24E7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F24E7D on black background.


Color preview on white background

This text has color #F24E7D on white background.



Black color preview on #F24E7D background

This text has black color on #F24E7D background.


White color preview on #F24E7D background

This text has white color on #F24E7D background.