COLOR #F484AF

HEX: #F484AF
RGB: (244,132,175)

Color info

#F484AF contains mainly red color. Web safe color of #F484AF is #FF9999 (or #F99).

RGB color model

#F484AF color RGB value is (244,132,175).

  • red value is 244;
  • green value is 132;
  • blue value is 175.
RGB:
(244,132,175)
(96%,52%,69%)

RGB channels and saturation

R 244 of 255 = 96%
G 132 of 255 = 52%
B 175 of 255 = 69%

244
132
175

R + G + B ~ 72%. #F484AF is quite light color.

Portions of RGB colors in percentages

R + G + B =
244 + 132 + 175 = 551 (100%)
R 244 of 551 ~ 44.28%
G 132 of 551 ~ 23.96%
B 175 of 551 ~ 31.76%

%44.28
%23.96
%31.76

CMYK color model

#F484AF color CMYK value is (0,46,28,4).

  • cyan value is 0.00%
  • magenta value is 45.90%
  • yellow value is 28.28%
  • key color value is 4.31%
CMYK:
(0,46,28,4)
C0M46Y28K4 
(0%,46%,28%,4%)
(0.00/0.46/0.28/0.04)	

CMYK percentages

%0
%45.9
%28.28
%4.31

Codes

Color #F484AF in popluar color models

F484AF
RGB244132175
HSL337°83.58%73.73%
HSB/HSV337°45.90%95.69%
CMYK0.00%45.90%28.28%
4.31%

Color #F484AF in popluar number systems.

HEXF484AF
Decimal244132175
Binary111101001000010010101111
Octal364204257

Shades and tints

Shades of #F484AF

#F484AF
(244,132,175)
#DE78A0
(222,120,160)
#C86C91
(200,108,145)
#B26082
(178,96,130)
#9C5473
(156,84,115)
#864864
(134,72,100)
#703C55
(112,60,85)
#5A3046
(90,48,70)
#442437
(68,36,55)
#2E1828
(46,24,40)
#180C19
(24,12,25)
#000000
(0,0,0)

Tints of #F484AF

#F484AF
(244,132,175)
#F58FB6
(245,143,182)
#F69ABD
(246,154,189)
#F7A5C4
(247,165,196)
#F8B0CB
(248,176,203)
#F9BBD2
(249,187,210)
#FAC6D9
(250,198,217)
#FBD1E0
(251,209,224)
#FCDCE7
(252,220,231)
#FDE7EE
(253,231,238)
#FEF2F5
(254,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F484AF color. Also use rgb(244,132,175) instead hex code.

Text Font Color

.myTextColor { color: #F484AF; }

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

This text font color is #F484AF.


Background Color

.myBgColor { background-color: #F484AF; }

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

This div background color is #F484AF.


Border color

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

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

This div border color is #F484AF.


Opacity

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

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

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

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

This text has shadow with #F484AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F484AF on black background.


Color preview on white background

This text has color #F484AF on white background.



Black color preview on #F484AF background

This text has black color on #F484AF background.


White color preview on #F484AF background

This text has white color on #F484AF background.