COLOR #F825B8

HEX: #F825B8
RGB: (248,37,184)

Color info

#F825B8 contains mainly red color. Web safe color of #F825B8 is #FF33CC (or #F3C).

RGB color model

#F825B8 color RGB value is (248,37,184).

  • red value is 248;
  • green value is 37;
  • blue value is 184.
RGB:
(248,37,184)
(97%,15%,72%)

RGB channels and saturation

R 248 of 255 = 97%
G 37 of 255 = 15%
B 184 of 255 = 72%

248
37
184

R + G + B ~ 61%. #F825B8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
248 + 37 + 184 = 469 (100%)
R 248 of 469 ~ 52.88%
G 37 of 469 ~ 7.89%
B 184 of 469 ~ 39.23%

%52.88
%39.23

CMYK color model

#F825B8 color CMYK value is (0,85,26,3).

  • cyan value is 0.00%
  • magenta value is 85.08%
  • yellow value is 25.81%
  • key color value is 2.75%
CMYK:
(0,85,26,3)
C0M85Y26K3 
(0%,85%,26%,3%)
(0.00/0.85/0.26/0.03)	

CMYK percentages

%0
%85.08
%25.81
%2.75

Codes

Color #F825B8 in popluar color models

F825B8
RGB24837184
HSL318°93.78%55.88%
HSB/HSV318°85.08%97.25%
CMYK0.00%85.08%25.81%
2.75%

Color #F825B8 in popluar number systems.

HEXF825B8
Decimal24837184
Binary1111100010010110111000
Octal37045270

Shades and tints

Shades of #F825B8

#F825B8
(248,37,184)
#E222A8
(226,34,168)
#CC1F98
(204,31,152)
#B61C88
(182,28,136)
#A01978
(160,25,120)
#8A1668
(138,22,104)
#741358
(116,19,88)
#5E1048
(94,16,72)
#480D38
(72,13,56)
#320A28
(50,10,40)
#1C0718
(28,7,24)
#000000
(0,0,0)

Tints of #F825B8

#F825B8
(248,37,184)
#F838BE
(248,56,190)
#F84BC4
(248,75,196)
#F85ECA
(248,94,202)
#F871D0
(248,113,208)
#F884D6
(248,132,214)
#F897DC
(248,151,220)
#F8AAE2
(248,170,226)
#F8BDE8
(248,189,232)
#F8D0EE
(248,208,238)
#F8E3F4
(248,227,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F825B8 color. Also use rgb(248,37,184) instead hex code.

Text Font Color

.myTextColor { color: #F825B8; }

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

This text font color is #F825B8.


Background Color

.myBgColor { background-color: #F825B8; }

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

This div background color is #F825B8.


Border color

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

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

This div border color is #F825B8.


Opacity

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

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

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

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

This text has shadow with #F825B8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F825B8 on black background.


Color preview on white background

This text has color #F825B8 on white background.



Black color preview on #F825B8 background

This text has black color on #F825B8 background.


White color preview on #F825B8 background

This text has white color on #F825B8 background.