Color Hex Logo

#fb247e Color Hex

#FB247E
(251,36,126)
0 Favorites   0 Comments

Color spaces of #fb247e

RGB 25136126
HSL0.930.960.56
HSV335°86°98°
CMYK 0.000.860.50   0.02
XYZ44.180423.277321.9031
Yxy23.27730.49440.2605
Hunter Lab48.246679.02486.8560
CIE-Lab55.356879.74495.8423

#fb247e color RGB value is (251,36,126).

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

The process color (four color CMYK) of #fb247e color hex is 0.00, 0.86, 0.50, 0.02. Web safe color of #fb247e is #ff3366. Color #fb247e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 00100100 01111110
Octal 373 44 176
Decimal 251 36 126
Hex FB 24 7E

RGB Percentages of Color #fb247e

%60.77
%8.72
%30.51

CMYK Percentages of Color #fb247e

%0
%86
%50
%2

Triadic Colors of #fb247e

#fb247e #7efb24 #247efb

Analogous Colors of #fb247e

#fb247e #fb3624 #fb24ea

Monochromatic Colors of #fb247e

#fb247e

Complementary Color

#fb247e #24fba1

#fb247e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb247e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb247e Color CSS Codes

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

#fb247e Text Font Color

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

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


#fb247e Background Color

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

This div background color is #fb247e


#fb247e Border Color

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

This div border color is #fb247e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb247e


Comments

No comments written yet.

Please login to write comment.