COLOR #F84AD9

HEX: #F84AD9 RGB: (248,74,217)

Color info

#F84AD9 contains mainly red and blue colors. Web safe color of #F84AD9 is #FF33CC (or #F3C).

RGB color model

#F84AD9 color RGB value is (248,74,217).

RGB: (248,74,217) (97%, 29%, 85%)

RGB channels and saturation

R 248 of 255 = 97%
G 74 of 255 = 29%
B 217 of 255 = 85%

248
74
217

R + G + B ~ 70%. #F84AD9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 248 + 74 + 217 = 539 (100%)
R 248 of 539 ~ 46.01%
G 74 of 539 ~ 13.73%
B 217 of 539 ~ 40.26'%

%46.01
%13.73
%40.26

CMYK color model

#F84AD9 color CMYK value is (0,70,13,3).

  • cyan value is 0.00%
  • magenta value is 70.16%
  • yellow value is 12.50%
  • key color value is 2.75%

CMYK: (0,70,13,3)
C0M70Y13K3 (0%, 70%, 13%, 3%)
(0.00 / 0.70 / 0.13 / 0.03)

CMYK percentages

%0
%70.16
%12.5
%2.75

Codes

Color #F84AD9 in popluar color models

F8 4A D9
RGB 248 74 217
HSL 311° 92.55% 63.14%
HSB/HSV 311° 70.16% 97.25%
CMYK 0.00% 70.16% 12.50%
2.75%

Color #F84AD9 in popluar number systems.

HEX F8 4A D9
Decimal 248 74 217
Binary 11111000 1001010 11011001
Octal 370 112 331

Shades and tints

Shades of #F84AD9

#F84AD9
(248,74,217)
#E244C6
(226,68,198)
#CC3EB3
(204,62,179)
#B638A0
(182,56,160)
#A0328D
(160,50,141)
#8A2C7A
(138,44,122)
#742667
(116,38,103)
#5E2054
(94,32,84)
#481A41
(72,26,65)
#32142E
(50,20,46)
#1C0E1B
(28,14,27)
#000000
(0,0,0)

Tints of #F84AD9

#F84AD9
(248,74,217)
#F85ADC
(248,90,220)
#F86ADF
(248,106,223)
#F87AE2
(248,122,226)
#F88AE5
(248,138,229)
#F89AE8
(248,154,232)
#F8AAEB
(248,170,235)
#F8BAEE
(248,186,238)
#F8CAF1
(248,202,241)
#F8DAF4
(248,218,244)
#F8EAF7
(248,234,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F84AD9 color. Also use rgb(248,74,217) instead hex code.

Text Font Color

.myTextColor { color: #F84AD9; }

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

This text font color is #F84AD9.

Background Color

.myBgColor { background-color: #F84AD9; }

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

This div background color is #F84AD9.

Border color

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

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

This div border color is #F84AD9.

Opacity

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

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

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

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

This text has shadow with #F84AD9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F84AD9.

Preview

Color preview on black background

This text has color #F84AD9 on black background.


Color preview on white background

This text has color #F84AD9 on white background.


Black color preview on #F84AD9 background

This text has black color on #F84AD9 background.


White color preview on #F84AD9 background

This text has white color on #F84AD9 background.


Related colors

Complementary color

Complementary color for #hex is #07B526.


I love getcolorcode.com

Triadic colors

1 #D9F84A and #4AD9F8 with #F84AD9 are triadic colors.

2 #D94AF8 and #4AF8D9 with #F84AD9 are triadic colors.