Color Hex Logo

#f494fe Color Hex

#F494FE
(244,148,254)
0 Favorites   0 Comments

Color spaces of #f494fe

RGB 244148254
HSL0.820.980.79
HSV294°42°100°
CMYK 0.040.420.00   0.00
XYZ65.787547.568799.4802
Yxy47.56870.30910.2235
Hunter Lab68.970149.5657-37.2389
CIE-Lab74.552151.9772-37.9444

#f494fe color RGB value is (244,148,254).

#f494fe hex color red value is 244, green value is 148 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #f494fe hue: 0.82 , saturation: 0.98 and the lightness value of f494fe is 0.79.

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

Base Numbers

BaseRedGreenBlue
Binary 11110100 10010100 11111110
Octal 364 224 376
Decimal 244 148 254
Hex F4 94 FE

RGB Percentages of Color #f494fe

%37.77
%22.91
%39.32

CMYK Percentages of Color #f494fe

%4
%42
%0
%0

Triadic Colors of #f494fe

#f494fe #fef494 #94fef4

Analogous Colors of #f494fe

#f494fe #fe94d3 #bf94fe

Monochromatic Colors of #f494fe

#f494fe

Complementary Color

#f494fe #9efe94

#f494fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f494fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#f494fe Color CSS Codes

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

#f494fe Text Font Color

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

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


#f494fe Background Color

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

This div background color is #f494fe


#f494fe Border Color

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

This div border color is #f494fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f494fe

Related Colors


Comments

No comments written yet.

Please login to write comment.