Color Hex Logo

#f100af Color Hex

#F100AF
(241,0,175)
0 Favorites   0 Comments

Color spaces of #f100af

RGB 2410175
HSL0.881.000.47
HSV316°100°95°
CMYK 0.001.000.27   0.05
XYZ44.013521.795942.4447
Yxy21.79590.40660.2013
Hunter Lab46.686186.5810-21.2233
CIE-Lab53.809885.9249-25.7386

#f100af color RGB value is (241,0,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110001 00000000 10101111
Octal 361 0 257
Decimal 241 0 175
Hex F1 0 AF

RGB Percentages of Color #f100af

%57.93
%0.00
%42.07

CMYK Percentages of Color #f100af

%0
%100
%27
%5

Triadic Colors of #f100af

#f100af #aff100 #00aff1

Analogous Colors of #f100af

#f100af #f10037 #bb00f1

Monochromatic Colors of #f100af

#f100af

Complementary Color

#f100af #00f142

#f100af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f100af Color Preview on White Background

Lorem ipsum dolor sit amet.

#f100af Color CSS Codes

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

#f100af Text Font Color

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

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


#f100af Background Color

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

This div background color is #f100af


#f100af Border Color

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

This div border color is #f100af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f100af


Comments

No comments written yet.

Please login to write comment.