Color Hex Logo

#f10add Color Hex

#F10ADD
(241,10,221)
0 Favorites   0 Comments

Color spaces of #f10add

RGB 24110221
HSL0.850.920.49
HSV305°96°95°
CMYK 0.000.960.08   0.05
XYZ49.435324.138370.4602
Yxy24.13830.34320.1676
Hunter Lab49.130793.6277-50.6384
CIE-Lab56.226090.7831-48.4638

#f10add color RGB value is (241,10,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110001 00001010 11011101
Octal 361 12 335
Decimal 241 10 221
Hex F1 A DD

RGB Percentages of Color #f10add

%51.06
%2.12
%46.82

CMYK Percentages of Color #f10add

%0
%96
%8
%5

Triadic Colors of #f10add

#f10add #ddf10a #0addf1

Analogous Colors of #f10add

#f10add #f10a6a #920af1

Monochromatic Colors of #f10add

#f10add

Complementary Color

#f10add #0af11e

#f10add Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f10add Color Preview on White Background

Lorem ipsum dolor sit amet.

#f10add Color CSS Codes

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

#f10add Text Font Color

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

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


#f10add Background Color

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

This div background color is #f10add


#f10add Border Color

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

This div border color is #f10add


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f10add


Comments

No comments written yet.

Please login to write comment.