Color Hex Logo

#f642fc Color Hex

#F642FC
(246,66,252)
0 Favorites   0 Comments

Color spaces of #f642fc

RGB 24666252
HSL0.830.970.62
HSV298°74°99°
CMYK 0.020.740.00   0.01
XYZ57.524930.517594.9540
Yxy30.51750.31430.1668
Hunter Lab55.242689.1998-63.2410
CIE-Lab62.098286.3070-56.4276

#f642fc color RGB value is (246,66,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110110 01000010 11111100
Octal 366 102 374
Decimal 246 66 252
Hex F6 42 FC

RGB Percentages of Color #f642fc

%43.62
%11.70
%44.68

CMYK Percentages of Color #f642fc

%2
%74
%0
%1

Triadic Colors of #f642fc

#f642fc #fcf642 #42fcf6

Analogous Colors of #f642fc

#f642fc #fc42a5 #9942fc

Monochromatic Colors of #f642fc

#f642fc

Complementary Color

#f642fc #48fc42

#f642fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f642fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f642fc Color CSS Codes

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

#f642fc Text Font Color

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

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


#f642fc Background Color

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

This div background color is #f642fc


#f642fc Border Color

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

This div border color is #f642fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f642fc

Related Colors


Comments

No comments written yet.

Please login to write comment.