Color Hex Logo

#f63ffe Color Hex

#F63FFE
(246,63,254)
0 Favorites   0 Comments

Color spaces of #f63ffe

RGB 24663254
HSL0.830.990.62
HSV297°75°100°
CMYK 0.030.750.00   0.00
XYZ57.672930.303696.5754
Yxy30.30360.31250.1642
Hunter Lab55.048790.6739-65.4821
CIE-Lab61.915387.4577-57.8244

#f63ffe color RGB value is (246,63,254).

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

The process color (four color CMYK) of #f63ffe color hex is 0.03, 0.75, 0.00, 0.00. Web safe color of #f63ffe is #ff33ff. Color #f63ffe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 00111111 11111110
Octal 366 77 376
Decimal 246 63 254
Hex F6 3F FE

RGB Percentages of Color #f63ffe

%43.69
%11.19
%45.12

CMYK Percentages of Color #f63ffe

%3
%75
%0
%0

Triadic Colors of #f63ffe

#f63ffe #fef63f #3ffef6

Analogous Colors of #f63ffe

#f63ffe #fe3fa7 #973ffe

Monochromatic Colors of #f63ffe

#f63ffe

Complementary Color

#f63ffe #47fe3f

#f63ffe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f63ffe Color Preview on White Background

Lorem ipsum dolor sit amet.

#f63ffe Color CSS Codes

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

#f63ffe Text Font Color

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

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


#f63ffe Background Color

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

This div background color is #f63ffe


#f63ffe Border Color

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

This div border color is #f63ffe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(246,63,254, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f63ffe

Related Colors


Comments

No comments written yet.

Please login to write comment.