Color Hex Logo

#fb239f Color Hex

#FB239F
(251,35,159)
0 Favorites   0 Comments

Color spaces of #fb239f

RGB 25135159
HSL0.900.960.56
HSV326°86°98°
CMYK 0.000.860.37   0.02
XYZ46.642724.214535.0164
Yxy24.21450.44060.2287
Hunter Lab49.208283.0793-7.7448
CIE-Lab56.301982.7370-12.3667

#fb239f color RGB value is (251,35,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 00100011 10011111
Octal 373 43 237
Decimal 251 35 159
Hex FB 23 9F

RGB Percentages of Color #fb239f

%56.40
%7.87
%35.73

CMYK Percentages of Color #fb239f

%0
%86
%37
%2

Triadic Colors of #fb239f

#fb239f #9ffb23 #239ffb

Analogous Colors of #fb239f

#fb239f #fb2333 #eb23fb

Monochromatic Colors of #fb239f

#fb239f

Complementary Color

#fb239f #23fb7f

#fb239f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb239f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb239f Color CSS Codes

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

#fb239f Text Font Color

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

This sample text font color is #fb239f
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.


#fb239f Background Color

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

This div background color is #fb239f


#fb239f Border Color

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

This div border color is #fb239f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb239f

Related Colors


Comments

No comments written yet.

Please login to write comment.