Color Hex Logo

#f10a8d Color Hex

#F10A8D
(241,10,141)
0 Favorites   0 Comments

Color spaces of #f10a8d

RGB 24110141
HSL0.910.920.49
HSV326°96°95°
CMYK 0.000.960.41   0.05
XYZ41.191920.840927.0510
Yxy20.84090.46240.2339
Hunter Lab45.651881.1708-3.1760
CIE-Lab52.774981.9360-7.1522

#f10a8d color RGB value is (241,10,141).

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

The process color (four color CMYK) of #f10a8d color hex is 0.00, 0.96, 0.41, 0.05. Web safe color of #f10a8d is #ff0099. Color #f10a8d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 00001010 10001101
Octal 361 12 215
Decimal 241 10 141
Hex F1 A 8D

RGB Percentages of Color #f10a8d

%61.48
%2.55
%35.97

CMYK Percentages of Color #f10a8d

%0
%96
%41
%5

Triadic Colors of #f10a8d

#f10a8d #8df10a #0a8df1

Analogous Colors of #f10a8d

#f10a8d #f10a1a #e20af1

Monochromatic Colors of #f10a8d

#f10a8d

Complementary Color

#f10a8d #0af16e

#f10a8d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f10a8d Color Preview on White Background

Lorem ipsum dolor sit amet.

#f10a8d Color CSS Codes

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

#f10a8d Text Font Color

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

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


#f10a8d Background Color

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

This div background color is #f10a8d


#f10a8d Border Color

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

This div border color is #f10a8d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f10a8d


Comments

No comments written yet.

Please login to write comment.