Color Hex Logo

#f442fa Color Hex

#F442FA
(244,66,250)
0 Favorites   0 Comments

Color spaces of #f442fa

RGB 24466250
HSL0.830.950.62
HSV298°74°98°
CMYK 0.020.740.00   0.02
XYZ56.511830.031793.2607
Yxy30.03170.31430.1670
Hunter Lab54.801288.1698-62.5389
CIE-Lab61.681685.6052-56.0032

#f442fa color RGB value is (244,66,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110100 01000010 11111010
Octal 364 102 372
Decimal 244 66 250
Hex F4 42 FA

RGB Percentages of Color #f442fa

%43.57
%11.79
%44.64

CMYK Percentages of Color #f442fa

%2
%74
%0
%2

Triadic Colors of #f442fa

#f442fa #faf442 #42faf4

Analogous Colors of #f442fa

#f442fa #fa42a4 #9842fa

Monochromatic Colors of #f442fa

#f442fa

Complementary Color

#f442fa #48fa42

#f442fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f442fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#f442fa Color CSS Codes

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

#f442fa Text Font Color

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

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


#f442fa Background Color

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

This div background color is #f442fa


#f442fa Border Color

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

This div border color is #f442fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f442fa

Related Colors


Comments

No comments written yet.

Please login to write comment.