Color Hex Logo

#f159ff Color Hex

#F159FF
(241,89,255)
0 Favorites   0 Comments

Color spaces of #f159ff

RGB 24189255
HSL0.821.000.67
HSV295°65°100°
CMYK 0.050.650.00   0.00
XYZ57.898033.065597.9385
Yxy33.06550.30650.1750
Hunter Lab57.502679.0978-60.7310
CIE-Lab64.213978.0999-54.7611

#f159ff color RGB value is (241,89,255).

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

The process color (four color CMYK) of #f159ff color hex is 0.05, 0.65, 0.00, 0.00. Web safe color of #f159ff is #ff66ff. Color #f159ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 01011001 11111111
Octal 361 131 377
Decimal 241 89 255
Hex F1 59 FF

RGB Percentages of Color #f159ff

%41.20
%15.21
%43.59

CMYK Percentages of Color #f159ff

%5
%65
%0
%0

Triadic Colors of #f159ff

#f159ff #fff159 #59fff1

Analogous Colors of #f159ff

#f159ff #ff59ba #9e59ff

Monochromatic Colors of #f159ff

#f159ff

Complementary Color

#f159ff #67ff59

#f159ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f159ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#f159ff Color CSS Codes

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

#f159ff Text Font Color

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

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


#f159ff Background Color

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

This div background color is #f159ff


#f159ff Border Color

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

This div border color is #f159ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f159ff

Related Colors


Comments

No comments written yet.

Please login to write comment.