Color Hex Logo

#f115be Color Hex

#F115BE
(241,21,190)
0 Favorites   0 Comments

Color spaces of #f115be

RGB 24121190
HSL0.870.890.51
HSV314°91°95°
CMYK 0.000.910.21   0.05
XYZ45.838122.954850.7300
Yxy22.95480.38350.1921
Hunter Lab47.911286.9319-29.2405
CIE-Lab55.025785.9568-32.5894

#f115be color RGB value is (241,21,190).

#f115be hex color red value is 241, green value is 21 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #f115be hue: 0.87 , saturation: 0.89 and the lightness value of f115be is 0.51.

The process color (four color CMYK) of #f115be color hex is 0.00, 0.91, 0.21, 0.05. Web safe color of #f115be is #ff00cc. Color #f115be contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 00010101 10111110
Octal 361 25 276
Decimal 241 21 190
Hex F1 15 BE

RGB Percentages of Color #f115be

%53.32
%4.65
%42.04

CMYK Percentages of Color #f115be

%0
%91
%21
%5

Triadic Colors of #f115be

#f115be #bef115 #15bef1

Analogous Colors of #f115be

#f115be #f11550 #b615f1

Monochromatic Colors of #f115be

#f115be

Complementary Color

#f115be #15f148

#f115be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f115be Color Preview on White Background

Lorem ipsum dolor sit amet.

#f115be Color CSS Codes

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

#f115be Text Font Color

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

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


#f115be Background Color

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

This div background color is #f115be


#f115be Border Color

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

This div border color is #f115be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f115be


Comments

No comments written yet.

Please login to write comment.