Color Hex Logo

#f962ea Color Hex

#F962EA
(249,98,234)
0 Favorites   0 Comments

Color spaces of #f962ea

RGB 24998234
HSL0.850.930.68
HSV306°61°98°
CMYK 0.000.610.06   0.02
XYZ58.285934.815681.4900
Yxy34.81560.33380.1994
Hunter Lab59.004773.0671-40.5806
CIE-Lab65.604873.0490-40.8862

#f962ea color RGB value is (249,98,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 01100010 11101010
Octal 371 142 352
Decimal 249 98 234
Hex F9 62 EA

RGB Percentages of Color #f962ea

%42.86
%16.87
%40.28

CMYK Percentages of Color #f962ea

%0
%61
%6
%2

Triadic Colors of #f962ea

#f962ea #eaf962 #62eaf9

Analogous Colors of #f962ea

#f962ea #f9629f #bd62f9

Monochromatic Colors of #f962ea

#f962ea

Complementary Color

#f962ea #62f971

#f962ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f962ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#f962ea Color CSS Codes

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

#f962ea Text Font Color

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

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


#f962ea Background Color

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

This div background color is #f962ea


#f962ea Border Color

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

This div border color is #f962ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f962ea


Comments

No comments written yet.

Please login to write comment.