Color Hex Logo

#f962de Color Hex

#F962DE
(249,98,222)
0 Favorites   0 Comments

Color spaces of #f962de

RGB 24998222
HSL0.860.930.68
HSV311°61°98°
CMYK 0.000.610.11   0.02
XYZ56.619434.149072.7145
Yxy34.14900.34630.2089
Hunter Lab58.437170.6826-32.8697
CIE-Lab65.080771.2206-35.0227

#f962de color RGB value is (249,98,222).

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

The process color (four color CMYK) of #f962de color hex is 0.00, 0.61, 0.11, 0.02. Web safe color of #f962de is #ff66cc. Color #f962de contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 01100010 11011110
Octal 371 142 336
Decimal 249 98 222
Hex F9 62 DE

RGB Percentages of Color #f962de

%43.76
%17.22
%39.02

CMYK Percentages of Color #f962de

%0
%61
%11
%2

Triadic Colors of #f962de

#f962de #def962 #62def9

Analogous Colors of #f962de

#f962de #f96293 #c962f9

Monochromatic Colors of #f962de

#f962de

Complementary Color

#f962de #62f97d

#f962de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f962de Color Preview on White Background

Lorem ipsum dolor sit amet.

#f962de Color CSS Codes

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

#f962de Text Font Color

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

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


#f962de Background Color

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

This div background color is #f962de


#f962de Border Color

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

This div border color is #f962de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f962de


Comments

No comments written yet.

Please login to write comment.