Color Hex Logo

#f194fa Color Hex

#F194FA
(241,148,250)
0 Favorites   0 Comments

Color spaces of #f194fa

RGB 241148250
HSL0.820.910.78
HSV295°41°98°
CMYK 0.040.410.00   0.02
XYZ64.120946.782796.0929
Yxy46.78270.30980.2260
Hunter Lab68.397947.6419-35.4186
CIE-Lab74.050650.3720-36.5810

#f194fa color RGB value is (241,148,250).

#f194fa hex color red value is 241, green value is 148 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #f194fa hue: 0.82 , saturation: 0.91 and the lightness value of f194fa is 0.78.

The process color (four color CMYK) of #f194fa color hex is 0.04, 0.41, 0.00, 0.02. Web safe color of #f194fa is #ff99ff. Color #f194fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 10010100 11111010
Octal 361 224 372
Decimal 241 148 250
Hex F1 94 FA

RGB Percentages of Color #f194fa

%37.72
%23.16
%39.12

CMYK Percentages of Color #f194fa

%4
%41
%0
%2

Triadic Colors of #f194fa

#f194fa #faf194 #94faf1

Analogous Colors of #f194fa

#f194fa #fa94d0 #be94fa

Monochromatic Colors of #f194fa

#f194fa

Complementary Color

#f194fa #9dfa94

#f194fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f194fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#f194fa Color CSS Codes

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

#f194fa Text Font Color

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

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


#f194fa Background Color

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

This div background color is #f194fa


#f194fa Border Color

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

This div border color is #f194fa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(241,148,250, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #f194fa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f194fa

Related Colors


Comments

No comments written yet.

Please login to write comment.