Color Hex Logo

#f109af Color Hex

#F109AF
(241,9,175)
0 Favorites   0 Comments

Color spaces of #f109af

RGB 2419175
HSL0.880.930.49
HSV317°96°95°
CMYK 0.000.960.27   0.05
XYZ44.111221.991342.4773
Yxy21.99130.40630.2025
Hunter Lab46.894985.8382-20.8784
CIE-Lab54.017885.3144-25.4174

#f109af color RGB value is (241,9,175).

#f109af hex color red value is 241, green value is 9 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #f109af hue: 0.88 , saturation: 0.93 and the lightness value of f109af is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 11110001 00001001 10101111
Octal 361 11 257
Decimal 241 9 175
Hex F1 9 AF

RGB Percentages of Color #f109af

%56.71
%2.12
%41.18

CMYK Percentages of Color #f109af

%0
%96
%27
%5

Triadic Colors of #f109af

#f109af #aff109 #09aff1

Analogous Colors of #f109af

#f109af #f1093b #bf09f1

Monochromatic Colors of #f109af

#f109af

Complementary Color

#f109af #09f14b

#f109af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f109af Color Preview on White Background

Lorem ipsum dolor sit amet.

#f109af Color CSS Codes

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

#f109af Text Font Color

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

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


#f109af Background Color

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

This div background color is #f109af


#f109af Border Color

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

This div border color is #f109af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f109af


Comments

No comments written yet.

Please login to write comment.