Color Hex Logo

#f10acc Color Hex

#F10ACC
(241,10,204)
0 Favorites   0 Comments

Color spaces of #f10acc

RGB 24110204
HSL0.860.920.49
HSV310°96°95°
CMYK 0.000.960.15   0.05
XYZ47.283323.277559.1276
Yxy23.27750.36460.1795
Hunter Lab48.246890.5036-38.8886
CIE-Lab55.357088.6071-40.1405

#f10acc color RGB value is (241,10,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110001 00001010 11001100
Octal 361 12 314
Decimal 241 10 204
Hex F1 A CC

RGB Percentages of Color #f10acc

%52.97
%2.20
%44.84

CMYK Percentages of Color #f10acc

%0
%96
%15
%5

Triadic Colors of #f10acc

#f10acc #ccf10a #0accf1

Analogous Colors of #f10acc

#f10acc #f10a58 #a30af1

Monochromatic Colors of #f10acc

#f10acc

Complementary Color

#f10acc #0af12f

#f10acc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f10acc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f10acc Color CSS Codes

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

#f10acc Text Font Color

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

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


#f10acc Background Color

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

This div background color is #f10acc


#f10acc Border Color

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

This div border color is #f10acc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(241,10,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 #f10acc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f10acc


Comments

No comments written yet.

Please login to write comment.