Color Hex Logo

#f115cc Color Hex

#F115CC
(241,21,204)
0 Favorites   0 Comments

Color spaces of #f115cc

RGB 24121204
HSL0.860.890.51
HSV310°91°95°
CMYK 0.000.910.15   0.05
XYZ47.442923.596759.1808
Yxy23.59670.36430.1812
Hunter Lab48.576489.3259-38.2297
CIE-Lab55.681787.6529-39.6297

#f115cc color RGB value is (241,21,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110001 00010101 11001100
Octal 361 25 314
Decimal 241 21 204
Hex F1 15 CC

RGB Percentages of Color #f115cc

%51.72
%4.51
%43.78

CMYK Percentages of Color #f115cc

%0
%91
%15
%5

Triadic Colors of #f115cc

#f115cc #ccf115 #15ccf1

Analogous Colors of #f115cc

#f115cc #f1155e #a815f1

Monochromatic Colors of #f115cc

#f115cc

Complementary Color

#f115cc #15f13a

#f115cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f115cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f115cc Color CSS Codes

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

#f115cc Text Font Color

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

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


#f115cc Background Color

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

This div background color is #f115cc


#f115cc Border Color

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

This div border color is #f115cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f115cc


Comments

No comments written yet.

Please login to write comment.