COLOR #F048AE

HEX: #F048AE
RGB: (240,72,174)

Color info

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

RGB color model

#F048AE color RGB value is (240,72,174).

  • red value is 240;
  • green value is 72;
  • blue value is 174.
RGB:
(240,72,174)
(94%,28%,68%)

RGB channels and saturation

R 240 of 255 = 94%
G 72 of 255 = 28%
B 174 of 255 = 68%

240
72
174

R + G + B ~ 63%. #F048AE is quite light color.

Portions of RGB colors in percentages

R + G + B =
240 + 72 + 174 = 486 (100%)
R 240 of 486 ~ 49.38%
G 72 of 486 ~ 14.81%
B 174 of 486 ~ 35.8%

%49.38
%14.81
%35.8

CMYK color model

#F048AE color CMYK value is (0,70,28,6).

  • cyan value is 0.00%
  • magenta value is 70.00%
  • yellow value is 27.50%
  • key color value is 5.88%
CMYK:
(0,70,28,6)
C0M70Y28K6 
(0%,70%,28%,6%)
(0.00/0.70/0.28/0.06)	

CMYK percentages

%0
%70
%27.5
%5.88

Codes

Color #F048AE in popluar color models

F048AE
RGB24072174
HSL324°84.85%61.18%
HSB/HSV324°70.00%94.12%
CMYK0.00%70.00%27.50%
5.88%

Color #F048AE in popluar number systems.

HEXF048AE
Decimal24072174
Binary11110000100100010101110
Octal360110256

Shades and tints

Shades of #F048AE

#F048AE
(240,72,174)
#DB429F
(219,66,159)
#C63C90
(198,60,144)
#B13681
(177,54,129)
#9C3072
(156,48,114)
#872A63
(135,42,99)
#722454
(114,36,84)
#5D1E45
(93,30,69)
#481836
(72,24,54)
#331227
(51,18,39)
#1E0C18
(30,12,24)
#000000
(0,0,0)

Tints of #F048AE

#F048AE
(240,72,174)
#F158B5
(241,88,181)
#F268BC
(242,104,188)
#F378C3
(243,120,195)
#F488CA
(244,136,202)
#F598D1
(245,152,209)
#F6A8D8
(246,168,216)
#F7B8DF
(247,184,223)
#F8C8E6
(248,200,230)
#F9D8ED
(249,216,237)
#FAE8F4
(250,232,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F048AE color. Also use rgb(240,72,174) instead hex code.

Text Font Color

.myTextColor { color: #F048AE; }

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

This text font color is #F048AE.


Background Color

.myBgColor { background-color: #F048AE; }

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

This div background color is #F048AE.


Border color

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

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

This div border color is #F048AE.


Opacity

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

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

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

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

This text has shadow with #F048AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F048AE on black background.


Color preview on white background

This text has color #F048AE on white background.



Black color preview on #F048AE background

This text has black color on #F048AE background.


White color preview on #F048AE background

This text has white color on #F048AE background.