COLOR #F481B8

HEX: #F481B8 RGB: (244,129,184)

Color info

#F481B8 contains mainly red color. Web safe color of #F481B8 is #FF99CC (or #F9C).

RGB color model

#F481B8 color RGB value is (244,129,184).

RGB: (244,129,184) (96%, 51%, 72%)

RGB channels and saturation

R 244 of 255 = 96%
G 129 of 255 = 51%
B 184 of 255 = 72%

244
129
184

R + G + B ~ 73%. #F481B8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 244 + 129 + 184 = 557 (100%)
R 244 of 557 ~ 43.81%
G 129 of 557 ~ 23.16%
B 184 of 557 ~ 33.03'%

%43.81
%23.16
%33.03

CMYK color model

#F481B8 color CMYK value is (0,47,25,4).

  • cyan value is 0.00%
  • magenta value is 47.13%
  • yellow value is 24.59%
  • key color value is 4.31%

CMYK: (0,47,25,4)
C0M47Y25K4 (0%, 47%, 25%, 4%)
(0.00 / 0.47 / 0.25 / 0.04)

CMYK percentages

%0
%47.13
%24.59
%4.31

Codes

Color #F481B8 in popluar color models

F4 81 B8
RGB 244 129 184
HSL 331° 83.94% 73.14%
HSB/HSV 331° 47.13% 95.69%
CMYK 0.00% 47.13% 24.59%
4.31%

Color #F481B8 in popluar number systems.

HEX F4 81 B8
Decimal 244 129 184
Binary 11110100 10000001 10111000
Octal 364 201 270

Shades and tints

Shades of #F481B8

#F481B8
(244,129,184)
#DE76A8
(222,118,168)
#C86B98
(200,107,152)
#B26088
(178,96,136)
#9C5578
(156,85,120)
#864A68
(134,74,104)
#703F58
(112,63,88)
#5A3448
(90,52,72)
#442938
(68,41,56)
#2E1E28
(46,30,40)
#181318
(24,19,24)
#000000
(0,0,0)

Tints of #F481B8

#F481B8
(244,129,184)
#F58CBE
(245,140,190)
#F697C4
(246,151,196)
#F7A2CA
(247,162,202)
#F8ADD0
(248,173,208)
#F9B8D6
(249,184,214)
#FAC3DC
(250,195,220)
#FBCEE2
(251,206,226)
#FCD9E8
(252,217,232)
#FDE4EE
(253,228,238)
#FEEFF4
(254,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F481B8 color. Also use rgb(244,129,184) instead hex code.

Text Font Color

.myTextColor { color: #F481B8; }

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

This text font color is #F481B8.

Background Color

.myBgColor { background-color: #F481B8; }

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

This div background color is #F481B8.

Border color

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

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

This div border color is #F481B8.

Opacity

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

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

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

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

This text has shadow with #F481B8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F481B8.

Preview

Color preview on black background

This text has color #F481B8 on black background.


Color preview on white background

This text has color #F481B8 on white background.


Black color preview on #F481B8 background

This text has black color on #F481B8 background.


White color preview on #F481B8 background

This text has white color on #F481B8 background.


Related colors

Complementary color

Complementary color for #hex is #0B7E47.


I love getcolorcode.com

Triadic colors

1 #B8F481 and #81B8F4 with #F481B8 are triadic colors.

2 #B881F4 and #81F4B8 with #F481B8 are triadic colors.