Color Hex Logo

#fb248b Color Hex

#FB248B
(251,36,139)
0 Favorites   0 Comments

Color spaces of #fb248b

RGB 25136139
HSL0.920.960.56
HSV331°86°98°
CMYK 0.000.860.45   0.02
XYZ45.074723.635126.6124
Yxy23.63510.47290.2479
Hunter Lab48.615980.41991.5758
CIE-Lab55.720680.7729-1.3903

#fb248b color RGB value is (251,36,139).

#fb248b hex color red value is 251, green value is 36 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #fb248b hue: 0.92 , saturation: 0.96 and the lightness value of fb248b is 0.56.

The process color (four color CMYK) of #fb248b color hex is 0.00, 0.86, 0.45, 0.02. Web safe color of #fb248b is #ff3399. Color #fb248b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 00100100 10001011
Octal 373 44 213
Decimal 251 36 139
Hex FB 24 8B

RGB Percentages of Color #fb248b

%58.92
%8.45
%32.63

CMYK Percentages of Color #fb248b

%0
%86
%45
%2

Triadic Colors of #fb248b

#fb248b #8bfb24 #248bfb

Analogous Colors of #fb248b

#fb248b #fb2924 #fb24f7

Monochromatic Colors of #fb248b

#fb248b

Complementary Color

#fb248b #24fb94

#fb248b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb248b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb248b Color CSS Codes

.mybgcolor {background-color:#fb248b; } 
.myforecolor {color:#fb248b; }
.mybordercolor {border:3px solid #fb248b; }

#fb248b Text Font Color

<p style="color:#fb248b">Text here</p>

This sample text font color is #fb248b
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#fb248b Background Color

<div style="background-color:#fb248b">
Div content here</div>

This div background color is #fb248b


#fb248b Border Color

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

This div border color is #fb248b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(251,36,139, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #fb248b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #fb248b;
  -webkit-box-shadow: 1px 1px 3px 2px #fb248b;
  box-shadow:         1px 1px 3px 2px #fb248b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(251,36,139, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #fb248b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #fb248b;
  -webkit-box-shadow: 1px 1px 3px 2px #fb248b;
  box-shadow:         1px 1px 3px 2px #fb248b;">
Div content here</div>

This div box has shadow with color #fb248b

Related Colors

#fb248b Color Palettes


Comments

No comments written yet.

Please login to write comment.