COLOR #F835F0

HEX: #F835F0
RGB: (248,53,240)

Color info

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

RGB color model

#F835F0 color RGB value is (248,53,240).

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

RGB channels and saturation

R 248 of 255 = 97%
G 53 of 255 = 21%
B 240 of 255 = 94%

248
53
240

R + G + B ~ 71%. #F835F0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
248 + 53 + 240 = 541 (100%)
R 248 of 541 ~ 45.84%
G 53 of 541 ~ 9.8%
B 240 of 541 ~ 44.36%

%45.84
%9.8
%44.36

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 78.63%
  • yellow value is 3.23%
  • key color value is 2.75%
CMYK:
(0,79,3,3)
C0M79Y3K3 
(0%,79%,3%,3%)
(0.00/0.79/0.03/0.03)	

CMYK percentages

%0
%78.63
%3.23
%2.75

Codes

Color #F835F0 in popluar color models

F835F0
RGB24853240
HSL302°93.30%59.02%
HSB/HSV302°78.63%97.25%
CMYK0.00%78.63%3.23%
2.75%

Color #F835F0 in popluar number systems.

HEXF835F0
Decimal24853240
Binary1111100011010111110000
Octal37065360

Shades and tints

Shades of #F835F0

#F835F0
(248,53,240)
#E231DB
(226,49,219)
#CC2DC6
(204,45,198)
#B629B1
(182,41,177)
#A0259C
(160,37,156)
#8A2187
(138,33,135)
#741D72
(116,29,114)
#5E195D
(94,25,93)
#481548
(72,21,72)
#321133
(50,17,51)
#1C0D1E
(28,13,30)
#000000
(0,0,0)

Tints of #F835F0

#F835F0
(248,53,240)
#F847F1
(248,71,241)
#F859F2
(248,89,242)
#F86BF3
(248,107,243)
#F87DF4
(248,125,244)
#F88FF5
(248,143,245)
#F8A1F6
(248,161,246)
#F8B3F7
(248,179,247)
#F8C5F8
(248,197,248)
#F8D7F9
(248,215,249)
#F8E9FA
(248,233,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F835F0; }

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

This text font color is #F835F0.


Background Color

.myBgColor { background-color: #F835F0; }

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

This div background color is #F835F0.


Border color

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

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

This div border color is #F835F0.


Opacity

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

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

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

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

This text has shadow with #F835F0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F835F0 on black background.


Color preview on white background

This text has color #F835F0 on white background.



Black color preview on #F835F0 background

This text has black color on #F835F0 background.


White color preview on #F835F0 background

This text has white color on #F835F0 background.