COLOR #F835E7

HEX: #F835E7
RGB: (248,53,231)

Color info

#F835E7 contains mainly red and blue colors. Web safe color of #F835E7 is #FF33FF (or #F3F).

RGB color model

#F835E7 color RGB value is (248,53,231).

  • red value is 248;
  • green value is 53;
  • blue value is 231.
RGB:
(248,53,231)
(97%,21%,91%)

RGB channels and saturation

R 248 of 255 = 97%
G 53 of 255 = 21%
B 231 of 255 = 91%

248
53
231

R + G + B ~ 70%. #F835E7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
248 + 53 + 231 = 532 (100%)
R 248 of 532 ~ 46.62%
G 53 of 532 ~ 9.96%
B 231 of 532 ~ 43.42%

%46.62
%9.96
%43.42

CMYK color model

#F835E7 color CMYK value is (0,79,7,3).

  • cyan value is 0.00%
  • magenta value is 78.63%
  • yellow value is 6.85%
  • key color value is 2.75%
CMYK:
(0,79,7,3)
C0M79Y7K3 
(0%,79%,7%,3%)
(0.00/0.79/0.07/0.03)	

CMYK percentages

%0
%78.63
%6.85
%2.75

Codes

Color #F835E7 in popluar color models

F835E7
RGB24853231
HSL305°93.30%59.02%
HSB/HSV305°78.63%97.25%
CMYK0.00%78.63%6.85%
2.75%

Color #F835E7 in popluar number systems.

HEXF835E7
Decimal24853231
Binary1111100011010111100111
Octal37065347

Shades and tints

Shades of #F835E7

#F835E7
(248,53,231)
#E231D2
(226,49,210)
#CC2DBD
(204,45,189)
#B629A8
(182,41,168)
#A02593
(160,37,147)
#8A217E
(138,33,126)
#741D69
(116,29,105)
#5E1954
(94,25,84)
#48153F
(72,21,63)
#32112A
(50,17,42)
#1C0D15
(28,13,21)
#000000
(0,0,0)

Tints of #F835E7

#F835E7
(248,53,231)
#F847E9
(248,71,233)
#F859EB
(248,89,235)
#F86BED
(248,107,237)
#F87DEF
(248,125,239)
#F88FF1
(248,143,241)
#F8A1F3
(248,161,243)
#F8B3F5
(248,179,245)
#F8C5F7
(248,197,247)
#F8D7F9
(248,215,249)
#F8E9FB
(248,233,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F835E7 color. Also use rgb(248,53,231) instead hex code.

Text Font Color

.myTextColor { color: #F835E7; }

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

This text font color is #F835E7.


Background Color

.myBgColor { background-color: #F835E7; }

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

This div background color is #F835E7.


Border color

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

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

This div border color is #F835E7.


Opacity

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

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

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

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

This text has shadow with #F835E7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F835E7 on black background.


Color preview on white background

This text has color #F835E7 on white background.



Black color preview on #F835E7 background

This text has black color on #F835E7 background.


White color preview on #F835E7 background

This text has white color on #F835E7 background.