Color Hex Logo

#f15fbb Color Hex

#F15FBB
(241,95,187)
0 Favorites   0 Comments

Color spaces of #f15fbb

RGB 24195187
HSL0.890.840.66
HSV322°61°95°
CMYK 0.000.610.22   0.05
XYZ49.337530.473050.2952
Yxy30.47300.37920.2342
Hunter Lab55.202462.9315-15.3778
CIE-Lab62.060265.3703-20.0167

#f15fbb color RGB value is (241,95,187).

#f15fbb hex color red value is 241, green value is 95 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #f15fbb hue: 0.89 , saturation: 0.84 and the lightness value of f15fbb is 0.66.

The process color (four color CMYK) of #f15fbb color hex is 0.00, 0.61, 0.22, 0.05. Web safe color of #f15fbb is #ff66cc. Color #f15fbb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 01011111 10111011
Octal 361 137 273
Decimal 241 95 187
Hex F1 5F BB

RGB Percentages of Color #f15fbb

%46.08
%18.16
%35.76

CMYK Percentages of Color #f15fbb

%0
%61
%22
%5

Triadic Colors of #f15fbb

#f15fbb #bbf15f #5fbbf1

Analogous Colors of #f15fbb

#f15fbb #f15f72 #de5ff1

Monochromatic Colors of #f15fbb

#f15fbb

Complementary Color

#f15fbb #5ff195

#f15fbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f15fbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f15fbb Color CSS Codes

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

#f15fbb Text Font Color

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

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


#f15fbb Background Color

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

This div background color is #f15fbb


#f15fbb Border Color

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

This div border color is #f15fbb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(241,95,187, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f15fbb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f15fbb;
  -webkit-box-shadow: 1px 1px 3px 2px #f15fbb;
  box-shadow:         1px 1px 3px 2px #f15fbb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(241,95,187, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f15fbb


Comments

No comments written yet.

Please login to write comment.