COLOR #FB0AB9

HEX: #FB0AB9
RGB: (251,10,185)

Color info

#FB0AB9 contains mainly red color. Web safe color of #FB0AB9 is #FF00CC (or #F0C).

RGB color model

#FB0AB9 color RGB value is (251,10,185).

  • red value is 251;
  • green value is 10;
  • blue value is 185.
RGB:
(251,10,185)
(98%,4%,73%)

RGB channels and saturation

R 251 of 255 = 98%
G 10 of 255 = 4%
B 185 of 255 = 73%

251
10
185

R + G + B ~ 58%. #FB0AB9 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
251 + 10 + 185 = 446 (100%)
R 251 of 446 ~ 56.28%
G 10 of 446 ~ 2.24%
B 185 of 446 ~ 41.48%

%56.28
%41.48

CMYK color model

#FB0AB9 color CMYK value is (0,96,26,2).

  • cyan value is 0.00%
  • magenta value is 96.02%
  • yellow value is 26.29%
  • key color value is 1.57%
CMYK:
(0,96,26,2)
C0M96Y26K2 
(0%,96%,26%,2%)
(0.00/0.96/0.26/0.02)	

CMYK percentages

%0
%96.02
%26.29
%1.57

Codes

Color #FB0AB9 in popluar color models

FB0AB9
RGB25110185
HSL316°96.79%51.18%
HSB/HSV316°96.02%98.43%
CMYK0.00%96.02%26.29%
1.57%

Color #FB0AB9 in popluar number systems.

HEXFB0AB9
Decimal25110185
Binary11111011101010111001
Octal37312271

Shades and tints

Shades of #FB0AB9

#FB0AB9
(251,10,185)
#E50AA9
(229,10,169)
#CF0A99
(207,10,153)
#B90A89
(185,10,137)
#A30A79
(163,10,121)
#8D0A69
(141,10,105)
#770A59
(119,10,89)
#610A49
(97,10,73)
#4B0A39
(75,10,57)
#350A29
(53,10,41)
#1F0A19
(31,10,25)
#000000
(0,0,0)

Tints of #FB0AB9

#FB0AB9
(251,10,185)
#FB20BF
(251,32,191)
#FB36C5
(251,54,197)
#FB4CCB
(251,76,203)
#FB62D1
(251,98,209)
#FB78D7
(251,120,215)
#FB8EDD
(251,142,221)
#FBA4E3
(251,164,227)
#FBBAE9
(251,186,233)
#FBD0EF
(251,208,239)
#FBE6F5
(251,230,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FB0AB9 color. Also use rgb(251,10,185) instead hex code.

Text Font Color

.myTextColor { color: #FB0AB9; }

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

This text font color is #FB0AB9.


Background Color

.myBgColor { background-color: #FB0AB9; }

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

This div background color is #FB0AB9.


Border color

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

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

This div border color is #FB0AB9.


Opacity

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

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

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

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

This text has shadow with #FB0AB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FB0AB9 on black background.


Color preview on white background

This text has color #FB0AB9 on white background.



Black color preview on #FB0AB9 background

This text has black color on #FB0AB9 background.


White color preview on #FB0AB9 background

This text has white color on #FB0AB9 background.