Color Hex Logo

#f943fa Color Hex

#F943FA
(249,67,250)
0 Favorites   0 Comments

Color spaces of #f943fa

RGB 24967250
HSL0.830.950.62
HSV300°73°98°
CMYK 0.000.730.00   0.02
XYZ58.329431.056293.3626
Yxy31.05620.31920.1699
Hunter Lab55.728189.3080-60.3203
CIE-Lab62.555086.3003-54.5664

#f943fa color RGB value is (249,67,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 01000011 11111010
Octal 371 103 372
Decimal 249 67 250
Hex F9 43 FA

RGB Percentages of Color #f943fa

%43.99
%11.84
%44.17

CMYK Percentages of Color #f943fa

%0
%73
%0
%2

Triadic Colors of #f943fa

#f943fa #faf943 #43faf9

Analogous Colors of #f943fa

#f943fa #fa43a0 #9e43fa

Monochromatic Colors of #f943fa

#f943fa

Complementary Color

#f943fa #44fa43

#f943fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f943fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#f943fa Color CSS Codes

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

#f943fa Text Font Color

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

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


#f943fa Background Color

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

This div background color is #f943fa


#f943fa Border Color

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

This div border color is #f943fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f943fa


Comments

No comments written yet.

Please login to write comment.