Color Hex Logo

#f944fa Color Hex

#F944FA
(249,68,250)
0 Favorites   0 Comments

Color spaces of #f944fa

RGB 24968250
HSL0.830.950.62
HSV300°73°98°
CMYK 0.000.730.00   0.02
XYZ58.389431.176193.3826
Yxy31.17610.31920.1704
Hunter Lab55.835688.9521-60.0751
CIE-Lab62.656086.0108-54.4059

#f944fa color RGB value is (249,68,250).

#f944fa hex color red value is 249, green value is 68 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #f944fa hue: 0.83 , saturation: 0.95 and the lightness value of f944fa is 0.62.

The process color (four color CMYK) of #f944fa color hex is 0.00, 0.73, 0.00, 0.02. Web safe color of #f944fa is #ff33ff. Color #f944fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 01000100 11111010
Octal 371 104 372
Decimal 249 68 250
Hex F9 44 FA

RGB Percentages of Color #f944fa

%43.92
%11.99
%44.09

CMYK Percentages of Color #f944fa

%0
%73
%0
%2

Triadic Colors of #f944fa

#f944fa #faf944 #44faf9

Analogous Colors of #f944fa

#f944fa #fa44a0 #9e44fa

Monochromatic Colors of #f944fa

#f944fa

Complementary Color

#f944fa #45fa44

#f944fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f944fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#f944fa Color CSS Codes

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

#f944fa Text Font Color

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

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


#f944fa Background Color

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

This div background color is #f944fa


#f944fa Border Color

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

This div border color is #f944fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f944fa

Related Colors


Comments

No comments written yet.

Please login to write comment.