Color Hex Logo

#f963ce Color Hex

#F963CE
(249,99,206)
0 Favorites   0 Comments

Color spaces of #f963ce

RGB 24999206
HSL0.880.930.68
HSV317°60°98°
CMYK 0.000.600.17   0.02
XYZ54.669333.519661.9811
Yxy33.51960.36400.2232
Hunter Lab57.896167.2332-22.9461
CIE-Lab64.579468.4945-26.8236

#f963ce color RGB value is (249,99,206).

#f963ce hex color red value is 249, green value is 99 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #f963ce hue: 0.88 , saturation: 0.93 and the lightness value of f963ce is 0.68.

The process color (four color CMYK) of #f963ce color hex is 0.00, 0.60, 0.17, 0.02. Web safe color of #f963ce is #ff66cc. Color #f963ce contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 01100011 11001110
Octal 371 143 316
Decimal 249 99 206
Hex F9 63 CE

RGB Percentages of Color #f963ce

%44.95
%17.87
%37.18

CMYK Percentages of Color #f963ce

%0
%60
%17
%2

Triadic Colors of #f963ce

#f963ce #cef963 #63cef9

Analogous Colors of #f963ce

#f963ce #f96383 #d963f9

Monochromatic Colors of #f963ce

#f963ce

Complementary Color

#f963ce #63f98e

#f963ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f963ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#f963ce Color CSS Codes

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

#f963ce Text Font Color

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

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


#f963ce Background Color

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

This div background color is #f963ce


#f963ce Border Color

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

This div border color is #f963ce


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(249,99,206, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f963ce


Comments

No comments written yet.

Please login to write comment.