COLOR #F25393

HEX: #F25393
RGB: (242,83,147)

Color info

#F25393 contains mainly red color. Web safe color of #F25393 is #FF6699 (or #F69).

RGB color model

#F25393 color RGB value is (242,83,147).

  • red value is 242;
  • green value is 83;
  • blue value is 147.
RGB:
(242,83,147)
(95%,33%,58%)

RGB channels and saturation

R 242 of 255 = 95%
G 83 of 255 = 33%
B 147 of 255 = 58%

242
83
147

R + G + B ~ 62%. #F25393 is quite light color.

Portions of RGB colors in percentages

R + G + B =
242 + 83 + 147 = 472 (100%)
R 242 of 472 ~ 51.27%
G 83 of 472 ~ 17.58%
B 147 of 472 ~ 31.14%

%51.27
%17.58
%31.14

CMYK color model

#F25393 color CMYK value is (0,66,39,5).

  • cyan value is 0.00%
  • magenta value is 65.70%
  • yellow value is 39.26%
  • key color value is 5.10%
CMYK:
(0,66,39,5)
C0M66Y39K5 
(0%,66%,39%,5%)
(0.00/0.66/0.39/0.05)	

CMYK percentages

%0
%65.7
%39.26
%5.1

Codes

Color #F25393 in popluar color models

F25393
RGB24283147
HSL336°85.95%63.73%
HSB/HSV336°65.70%94.90%
CMYK0.00%65.70%39.26%
5.10%

Color #F25393 in popluar number systems.

HEXF25393
Decimal24283147
Binary11110010101001110010011
Octal362123223

Shades and tints

Shades of #F25393

#F25393
(242,83,147)
#DC4C86
(220,76,134)
#C64579
(198,69,121)
#B03E6C
(176,62,108)
#9A375F
(154,55,95)
#843052
(132,48,82)
#6E2945
(110,41,69)
#582238
(88,34,56)
#421B2B
(66,27,43)
#2C141E
(44,20,30)
#160D11
(22,13,17)
#000000
(0,0,0)

Tints of #F25393

#F25393
(242,83,147)
#F3629C
(243,98,156)
#F471A5
(244,113,165)
#F580AE
(245,128,174)
#F68FB7
(246,143,183)
#F79EC0
(247,158,192)
#F8ADC9
(248,173,201)
#F9BCD2
(249,188,210)
#FACBDB
(250,203,219)
#FBDAE4
(251,218,228)
#FCE9ED
(252,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F25393 color. Also use rgb(242,83,147) instead hex code.

Text Font Color

.myTextColor { color: #F25393; }

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

This text font color is #F25393.


Background Color

.myBgColor { background-color: #F25393; }

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

This div background color is #F25393.


Border color

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

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

This div border color is #F25393.


Opacity

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

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

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

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

This text has shadow with #F25393 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F25393 on black background.


Color preview on white background

This text has color #F25393 on white background.



Black color preview on #F25393 background

This text has black color on #F25393 background.


White color preview on #F25393 background

This text has white color on #F25393 background.