Color Hex Logo

#f100ff Color Hex

#F100FF
(241,0,255)
2 Favorites   0 Comments

Color spaces of #f100ff

RGB 2410255
HSL0.821.000.50
HSV297°100°100°
CMYK 0.051.000.00   0.00
XYZ54.325625.920896.7477
Yxy25.92080.30690.1465
Hunter Lab50.9125101.3696-77.0286
CIE-Lab57.961896.1456-64.7550

#f100ff color RGB value is (241,0,255).

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

The process color (four color CMYK) of #f100ff color hex is 0.05, 1.00, 0.00, 0.00. Web safe color of #f100ff is #ff00ff. Color #f100ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 00000000 11111111
Octal 361 0 377
Decimal 241 0 255
Hex F1 0 FF

RGB Percentages of Color #f100ff

%48.59
%0.00
%51.41

CMYK Percentages of Color #f100ff

%5
%100
%0
%0

Triadic Colors of #f100ff

#f100ff #fff100 #00fff1

Analogous Colors of #f100ff

#f100ff #ff008e #7200ff

Monochromatic Colors of #f100ff

#f100ff

Complementary Color

#f100ff #0eff00

#f100ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f100ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#f100ff Color CSS Codes

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

#f100ff Text Font Color

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

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


#f100ff Background Color

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

This div background color is #f100ff


#f100ff Border Color

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

This div border color is #f100ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f100ff


Comments

No comments written yet.

Please login to write comment.