COLOR #F825AC

HEX: #F825AC
RGB: (248,37,172)

Color info

#F825AC contains mainly red color. Web safe color of #F825AC is #FF3399 (or #F39).

RGB color model

#F825AC color RGB value is (248,37,172).

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

RGB channels and saturation

R 248 of 255 = 97%
G 37 of 255 = 15%
B 172 of 255 = 67%

248
37
172

R + G + B ~ 60%. #F825AC is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
248 + 37 + 172 = 457 (100%)
R 248 of 457 ~ 54.27%
G 37 of 457 ~ 8.1%
B 172 of 457 ~ 37.64%

%54.27
%37.64

CMYK color model

#F825AC color CMYK value is (0,85,31,3).

  • cyan value is 0.00%
  • magenta value is 85.08%
  • yellow value is 30.65%
  • key color value is 2.75%
CMYK:
(0,85,31,3)
C0M85Y31K3 
(0%,85%,31%,3%)
(0.00/0.85/0.31/0.03)	

CMYK percentages

%0
%85.08
%30.65
%2.75

Codes

Color #F825AC in popluar color models

F825AC
RGB24837172
HSL322°93.78%55.88%
HSB/HSV322°85.08%97.25%
CMYK0.00%85.08%30.65%
2.75%

Color #F825AC in popluar number systems.

HEXF825AC
Decimal24837172
Binary1111100010010110101100
Octal37045254

Shades and tints

Shades of #F825AC

#F825AC
(248,37,172)
#E2229D
(226,34,157)
#CC1F8E
(204,31,142)
#B61C7F
(182,28,127)
#A01970
(160,25,112)
#8A1661
(138,22,97)
#741352
(116,19,82)
#5E1043
(94,16,67)
#480D34
(72,13,52)
#320A25
(50,10,37)
#1C0716
(28,7,22)
#000000
(0,0,0)

Tints of #F825AC

#F825AC
(248,37,172)
#F838B3
(248,56,179)
#F84BBA
(248,75,186)
#F85EC1
(248,94,193)
#F871C8
(248,113,200)
#F884CF
(248,132,207)
#F897D6
(248,151,214)
#F8AADD
(248,170,221)
#F8BDE4
(248,189,228)
#F8D0EB
(248,208,235)
#F8E3F2
(248,227,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F825AC; }

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

This text font color is #F825AC.


Background Color

.myBgColor { background-color: #F825AC; }

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

This div background color is #F825AC.


Border color

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

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

This div border color is #F825AC.


Opacity

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

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

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

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

This text has shadow with #F825AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F825AC on black background.


Color preview on white background

This text has color #F825AC on white background.



Black color preview on #F825AC background

This text has black color on #F825AC background.


White color preview on #F825AC background

This text has white color on #F825AC background.