COLOR #F550AB

HEX: #F550AB
RGB: (245,80,171)

Color info

#F550AB contains mainly red color. Web safe color of #F550AB is #FF6699 (or #F69).

RGB color model

#F550AB color RGB value is (245,80,171).

  • red value is 245;
  • green value is 80;
  • blue value is 171.
RGB:
(245,80,171)
(96%,31%,67%)

RGB channels and saturation

R 245 of 255 = 96%
G 80 of 255 = 31%
B 171 of 255 = 67%

245
80
171

R + G + B ~ 65%. #F550AB is quite light color.

Portions of RGB colors in percentages

R + G + B =
245 + 80 + 171 = 496 (100%)
R 245 of 496 ~ 49.4%
G 80 of 496 ~ 16.13%
B 171 of 496 ~ 34.48%

%49.4
%16.13
%34.48

CMYK color model

#F550AB color CMYK value is (0,67,30,4).

  • cyan value is 0.00%
  • magenta value is 67.35%
  • yellow value is 30.20%
  • key color value is 3.92%
CMYK:
(0,67,30,4)
C0M67Y30K4 
(0%,67%,30%,4%)
(0.00/0.67/0.30/0.04)	

CMYK percentages

%0
%67.35
%30.2
%3.92

Codes

Color #F550AB in popluar color models

F550AB
RGB24580171
HSL327°89.19%63.73%
HSB/HSV327°67.35%96.08%
CMYK0.00%67.35%30.20%
3.92%

Color #F550AB in popluar number systems.

HEXF550AB
Decimal24580171
Binary11110101101000010101011
Octal365120253

Shades and tints

Shades of #F550AB

#F550AB
(245,80,171)
#DF499C
(223,73,156)
#C9428D
(201,66,141)
#B33B7E
(179,59,126)
#9D346F
(157,52,111)
#872D60
(135,45,96)
#712651
(113,38,81)
#5B1F42
(91,31,66)
#451833
(69,24,51)
#2F1124
(47,17,36)
#190A15
(25,10,21)
#000000
(0,0,0)

Tints of #F550AB

#F550AB
(245,80,171)
#F55FB2
(245,95,178)
#F56EB9
(245,110,185)
#F57DC0
(245,125,192)
#F58CC7
(245,140,199)
#F59BCE
(245,155,206)
#F5AAD5
(245,170,213)
#F5B9DC
(245,185,220)
#F5C8E3
(245,200,227)
#F5D7EA
(245,215,234)
#F5E6F1
(245,230,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F550AB color. Also use rgb(245,80,171) instead hex code.

Text Font Color

.myTextColor { color: #F550AB; }

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

This text font color is #F550AB.


Background Color

.myBgColor { background-color: #F550AB; }

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

This div background color is #F550AB.


Border color

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

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

This div border color is #F550AB.


Opacity

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

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

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

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

This text has shadow with #F550AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F550AB on black background.


Color preview on white background

This text has color #F550AB on white background.



Black color preview on #F550AB background

This text has black color on #F550AB background.


White color preview on #F550AB background

This text has white color on #F550AB background.