Color Hex Logo

#f163ff Color Hex

#F163FF
(241,99,255)
0 Favorites   0 Comments

Color spaces of #f163ff

RGB 24199255
HSL0.821.000.69
HSV295°61°100°
CMYK 0.050.610.00   0.00
XYZ58.787534.844598.2350
Yxy34.84450.30640.1816
Hunter Lab59.029274.4679-57.3485
CIE-Lab65.627474.1668-52.5187

#f163ff color RGB value is (241,99,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110001 01100011 11111111
Octal 361 143 377
Decimal 241 99 255
Hex F1 63 FF

RGB Percentages of Color #f163ff

%40.50
%16.64
%42.86

CMYK Percentages of Color #f163ff

%5
%61
%0
%0

Triadic Colors of #f163ff

#f163ff #fff163 #63fff1

Analogous Colors of #f163ff

#f163ff #ff63bf #a363ff

Monochromatic Colors of #f163ff

#f163ff

Complementary Color

#f163ff #71ff63

#f163ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f163ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#f163ff Color CSS Codes

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

#f163ff Text Font Color

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

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


#f163ff Background Color

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

This div background color is #f163ff


#f163ff Border Color

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

This div border color is #f163ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f163ff

Related Colors


Comments

No comments written yet.

Please login to write comment.