Color Hex Logo

#f195ff Color Hex

#F195FF
(241,149,255)
0 Favorites   0 Comments

Color spaces of #f195ff

RGB 241149255
HSL0.811.000.79
HSV292°42°100°
CMYK 0.050.420.00   0.00
XYZ65.073147.4157100.3302
Yxy47.41570.30580.2228
Hunter Lab68.859148.1825-38.1864
CIE-Lab74.454950.7893-38.6632

#f195ff color RGB value is (241,149,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110001 10010101 11111111
Octal 361 225 377
Decimal 241 149 255
Hex F1 95 FF

RGB Percentages of Color #f195ff

%37.36
%23.10
%39.53

CMYK Percentages of Color #f195ff

%5
%42
%0
%0

Triadic Colors of #f195ff

#f195ff #fff195 #95fff1

Analogous Colors of #f195ff

#f195ff #ff95d8 #bc95ff

Monochromatic Colors of #f195ff

#f195ff

Complementary Color

#f195ff #a3ff95

#f195ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f195ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#f195ff Color CSS Codes

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

#f195ff Text Font Color

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

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


#f195ff Background Color

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

This div background color is #f195ff


#f195ff Border Color

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

This div border color is #f195ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f195ff

Related Colors


Comments

No comments written yet.

Please login to write comment.