Color Hex Logo

#f194ff Color Hex

#F194FF
(241,148,255)
0 Favorites   0 Comments

Color spaces of #f194ff

RGB 241148255
HSL0.811.000.79
HSV292°42°100°
CMYK 0.050.420.00   0.00
XYZ64.915547.1006100.2776
Yxy47.10060.30580.2219
Hunter Lab68.629948.7370-38.5899
CIE-Lab74.254151.2988-38.9754

#f194ff color RGB value is (241,148,255).

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

The process color (four color CMYK) of #f194ff color hex is 0.05, 0.42, 0.00, 0.00. Web safe color of #f194ff is #ff99ff. Color #f194ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 10010100 11111111
Octal 361 224 377
Decimal 241 148 255
Hex F1 94 FF

RGB Percentages of Color #f194ff

%37.42
%22.98
%39.60

CMYK Percentages of Color #f194ff

%5
%42
%0
%0

Triadic Colors of #f194ff

#f194ff #fff194 #94fff1

Analogous Colors of #f194ff

#f194ff #ff94d8 #bc94ff

Monochromatic Colors of #f194ff

#f194ff

Complementary Color

#f194ff #a2ff94

#f194ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f194ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#f194ff Color CSS Codes

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

#f194ff Text Font Color

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

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


#f194ff Background Color

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

This div background color is #f194ff


#f194ff Border Color

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

This div border color is #f194ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f194ff

Related Colors


Comments

No comments written yet.

Please login to write comment.