Color Hex Logo

#f963fe Color Hex

#F963FE
(249,99,254)
0 Favorites   0 Comments

Color spaces of #f963fe

RGB 24999254
HSL0.830.990.69
HSV298°61°100°
CMYK 0.020.610.00   0.00
XYZ61.418236.219297.5198
Yxy36.21920.31470.1856
Hunter Lab60.182476.8462-53.9461
CIE-Lab66.687175.8613-50.2215

#f963fe color RGB value is (249,99,254).

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

The process color (four color CMYK) of #f963fe color hex is 0.02, 0.61, 0.00, 0.00. Web safe color of #f963fe is #ff66ff. Color #f963fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 01100011 11111110
Octal 371 143 376
Decimal 249 99 254
Hex F9 63 FE

RGB Percentages of Color #f963fe

%41.36
%16.45
%42.19

CMYK Percentages of Color #f963fe

%2
%61
%0
%0

Triadic Colors of #f963fe

#f963fe #fef963 #63fef9

Analogous Colors of #f963fe

#f963fe #fe63b6 #ac63fe

Monochromatic Colors of #f963fe

#f963fe

Complementary Color

#f963fe #68fe63

#f963fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f963fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#f963fe Color CSS Codes

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

#f963fe Text Font Color

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

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


#f963fe Background Color

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

This div background color is #f963fe


#f963fe Border Color

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

This div border color is #f963fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f963fe

Related Colors


Comments

No comments written yet.

Please login to write comment.