Color Hex Logo

#f961eb Color Hex

#F961EB
(249,97,235)
0 Favorites   0 Comments

Color spaces of #f961eb

RGB 24997235
HSL0.850.930.68
HSV306°61°98°
CMYK 0.000.610.06   0.02
XYZ58.337034.687382.2179
Yxy34.68730.33290.1979
Hunter Lab58.895973.7382-41.5409
CIE-Lab65.504573.6057-41.5983

#f961eb color RGB value is (249,97,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 01100001 11101011
Octal 371 141 353
Decimal 249 97 235
Hex F9 61 EB

RGB Percentages of Color #f961eb

%42.86
%16.70
%40.45

CMYK Percentages of Color #f961eb

%0
%61
%6
%2

Triadic Colors of #f961eb

#f961eb #ebf961 #61ebf9

Analogous Colors of #f961eb

#f961eb #f9619f #bb61f9

Monochromatic Colors of #f961eb

#f961eb

Complementary Color

#f961eb #61f96f

#f961eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f961eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f961eb Color CSS Codes

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

#f961eb Text Font Color

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

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


#f961eb Background Color

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

This div background color is #f961eb


#f961eb Border Color

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

This div border color is #f961eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f961eb


Comments

No comments written yet.

Please login to write comment.