Color Hex Logo

#f949fc Color Hex

#F949FC
(249,73,252)
0 Favorites   0 Comments

Color spaces of #f949fc

RGB 24973252
HSL0.830.970.64
HSV299°71°99°
CMYK 0.010.710.00   0.01
XYZ59.020231.933195.1485
Yxy31.93310.31710.1716
Hunter Lab56.509487.5397-60.2738
CIE-Lab63.287684.8137-54.5073

#f949fc color RGB value is (249,73,252).

#f949fc hex color red value is 249, green value is 73 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #f949fc hue: 0.83 , saturation: 0.97 and the lightness value of f949fc is 0.64.

The process color (four color CMYK) of #f949fc color hex is 0.01, 0.71, 0.00, 0.01. Web safe color of #f949fc is #ff33ff. Color #f949fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 01001001 11111100
Octal 371 111 374
Decimal 249 73 252
Hex F9 49 FC

RGB Percentages of Color #f949fc

%43.38
%12.72
%43.90

CMYK Percentages of Color #f949fc

%1
%71
%0
%1

Triadic Colors of #f949fc

#f949fc #fcf949 #49fcf9

Analogous Colors of #f949fc

#f949fc #fc49a6 #a049fc

Monochromatic Colors of #f949fc

#f949fc

Complementary Color

#f949fc #4cfc49

#f949fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f949fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f949fc Color CSS Codes

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

#f949fc Text Font Color

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

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


#f949fc Background Color

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

This div background color is #f949fc


#f949fc Border Color

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

This div border color is #f949fc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(249,73,252, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f949fc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f949fc;
  -webkit-box-shadow: 1px 1px 3px 2px #f949fc;
  box-shadow:         1px 1px 3px 2px #f949fc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(249,73,252, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f949fc


Comments

No comments written yet.

Please login to write comment.