Color Hex Logo

#f119ff Color Hex

#F119FF
(241,25,255)
0 Favorites   0 Comments

Color spaces of #f119ff

RGB 24125255
HSL0.821.000.55
HSV296°90°100°
CMYK 0.050.900.00   0.00
XYZ54.673326.616096.8635
Yxy26.61600.30690.1494
Hunter Lab51.590798.8819-75.2057
CIE-Lab58.617294.2040-63.7017

#f119ff color RGB value is (241,25,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110001 00011001 11111111
Octal 361 31 377
Decimal 241 25 255
Hex F1 19 FF

RGB Percentages of Color #f119ff

%46.26
%4.80
%48.94

CMYK Percentages of Color #f119ff

%5
%90
%0
%0

Triadic Colors of #f119ff

#f119ff #fff119 #19fff1

Analogous Colors of #f119ff

#f119ff #ff199a #7e19ff

Monochromatic Colors of #f119ff

#f119ff

Complementary Color

#f119ff #27ff19

#f119ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f119ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#f119ff Color CSS Codes

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

#f119ff Text Font Color

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

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


#f119ff Background Color

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

This div background color is #f119ff


#f119ff Border Color

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

This div border color is #f119ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f119ff


Comments

No comments written yet.

Please login to write comment.