COLOR #F25CF7

HEX: #F25CF7
RGB: (242,92,247)

Color info

#F25CF7 contains mainly red and blue colors. Web safe color of #F25CF7 is #FF66FF (or #F6F).

RGB color model

#F25CF7 color RGB value is (242,92,247).

  • red value is 242;
  • green value is 92;
  • blue value is 247.
RGB:
(242,92,247)
(95%,36%,97%)

RGB channels and saturation

R 242 of 255 = 95%
G 92 of 255 = 36%
B 247 of 255 = 97%

242
92
247

R + G + B ~ 76%. #F25CF7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
242 + 92 + 247 = 581 (100%)
R 242 of 581 ~ 41.65%
G 92 of 581 ~ 15.83%
B 247 of 581 ~ 42.51%

%41.65
%15.83
%42.51

CMYK color model

#F25CF7 color CMYK value is (2,63,0,3).

  • cyan value is 2.02%
  • magenta value is 62.75%
  • yellow value is 0.00%
  • key color value is 3.14%
CMYK:
(2,63,0,3)
C2M63Y0K3 
(2%,63%,0%,3%)
(0.02/0.63/0.00/0.03)	

CMYK percentages

%2.02
%62.75
%0
%3.14

Codes

Color #F25CF7 in popluar color models

F25CF7
RGB24292247
HSL298°90.64%66.47%
HSB/HSV298°62.75%96.86%
CMYK2.02%62.75%0.00%
3.14%

Color #F25CF7 in popluar number systems.

HEXF25CF7
Decimal24292247
Binary11110010101110011110111
Octal362134367

Shades and tints

Shades of #F25CF7

#F25CF7
(242,92,247)
#DC54E1
(220,84,225)
#C64CCB
(198,76,203)
#B044B5
(176,68,181)
#9A3C9F
(154,60,159)
#843489
(132,52,137)
#6E2C73
(110,44,115)
#58245D
(88,36,93)
#421C47
(66,28,71)
#2C1431
(44,20,49)
#160C1B
(22,12,27)
#000000
(0,0,0)

Tints of #F25CF7

#F25CF7
(242,92,247)
#F36AF7
(243,106,247)
#F478F7
(244,120,247)
#F586F7
(245,134,247)
#F694F7
(246,148,247)
#F7A2F7
(247,162,247)
#F8B0F7
(248,176,247)
#F9BEF7
(249,190,247)
#FACCF7
(250,204,247)
#FBDAF7
(251,218,247)
#FCE8F7
(252,232,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F25CF7 color. Also use rgb(242,92,247) instead hex code.

Text Font Color

.myTextColor { color: #F25CF7; }

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

This text font color is #F25CF7.


Background Color

.myBgColor { background-color: #F25CF7; }

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

This div background color is #F25CF7.


Border color

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

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

This div border color is #F25CF7.


Opacity

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

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

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

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

This text has shadow with #F25CF7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F25CF7 on black background.


Color preview on white background

This text has color #F25CF7 on white background.



Black color preview on #F25CF7 background

This text has black color on #F25CF7 background.


White color preview on #F25CF7 background

This text has white color on #F25CF7 background.