COLOR #F25551

HEX: #F25551
RGB: (242,85,81)

Renk bilgisi

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

RGB renk modeli

#F25551 color RGB value is (242,85,81).

  • kırmız ton 242;
  • yeşil ton 85;
  • mavi ton 81.
RGB:
(242,85,81)
(95%,33%,32%)

RGB bağlantıları ve doygunluk

R 242 of 255 = 95%
G 85 of 255 = 33%
B 81 of 255 = 32%

242
85
81

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

Yüzdelerle RGB renk parçaları

R + G + B =
242 + 85 + 81 = 408 (100%)
R 242 of 408 ~ 59.31%
G 85 of 408 ~ 20.83%
B 81 of 408 ~ 19.85%

%59.31
%20.83
%19.85

CMYK RENK MODELİ

#F25551 rengi CMYK tonu (0,65,67,5).

  • camgöbeği tonu 0.00%
  • eflatun tonu 64.88%
  • sarı tonu 66.53%
  • ana renk tonu 5.10%
CMYK:
(0,65,67,5)
C0M65Y67K5 
(0%,65%,67%,5%)
(0.00/0.65/0.67/0.05)	

CMYK yüzdeleri

%0
%64.88
%66.53
%5.1

Codes

Color #F25551 in popluar color models

F25551
RGB2428581
HSL86.10%63.33%
HSB/HSV66.53%94.90%
CMYK0.00%64.88%66.53%
5.10%

Color #F25551 in popluar number systems.

HEXF25551
Decimal2428581
Binary1111001010101011010001
Octal362125121

Shades and tints

Shades of #F25551

#F25551
(242,85,81)
#DC4E4A
(220,78,74)
#C64743
(198,71,67)
#B0403C
(176,64,60)
#9A3935
(154,57,53)
#84322E
(132,50,46)
#6E2B27
(110,43,39)
#582420
(88,36,32)
#421D19
(66,29,25)
#2C1612
(44,22,18)
#160F0B
(22,15,11)
#000000
(0,0,0)

Tints of #F25551

#F25551
(242,85,81)
#F36460
(243,100,96)
#F4736F
(244,115,111)
#F5827E
(245,130,126)
#F6918D
(246,145,141)
#F7A09C
(247,160,156)
#F8AFAB
(248,175,171)
#F9BEBA
(249,190,186)
#FACDC9
(250,205,201)
#FBDCD8
(251,220,216)
#FCEBE7
(252,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F25551 color. Also use rgb(242,85,81) instead hex code.

Text Font Color

.myTextColor { color: #F25551; }

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

This text font color is #F25551.


Background Color

.myBgColor { background-color: #F25551; }

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

This div background color is #F25551.


Border color

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

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

This div border color is #F25551.


Opacity

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

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

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

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

This text has shadow with #F25551 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F25551 on black background.


Color preview on white background

This text has color #F25551 on white background.



Black color preview on #F25551 background

This text has black color on #F25551 background.


White color preview on #F25551 background

This text has white color on #F25551 background.