Color Hex Logo

#f966ed Color Hex

#F966ED
(249,102,237)
0 Favorites   0 Comments

Color spaces of #f966ed

RGB 249102237
HSL0.850.920.69
HSV305°59°98°
CMYK 0.000.590.05   0.02
XYZ59.104435.756983.9074
Yxy35.75690.33060.2000
Hunter Lab59.797171.7874-41.3379
CIE-Lab66.333871.8863-41.4075

#f966ed color RGB value is (249,102,237).

#f966ed hex color red value is 249, green value is 102 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #f966ed hue: 0.85 , saturation: 0.92 and the lightness value of f966ed is 0.69.

The process color (four color CMYK) of #f966ed color hex is 0.00, 0.59, 0.05, 0.02. Web safe color of #f966ed is #ff66ff. Color #f966ed contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 01100110 11101101
Octal 371 146 355
Decimal 249 102 237
Hex F9 66 ED

RGB Percentages of Color #f966ed

%42.35
%17.35
%40.31

CMYK Percentages of Color #f966ed

%0
%59
%5
%2

Triadic Colors of #f966ed

#f966ed #edf966 #66edf9

Analogous Colors of #f966ed

#f966ed #f966a4 #bc66f9

Monochromatic Colors of #f966ed

#f966ed

Complementary Color

#f966ed #66f972

#f966ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f966ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#f966ed Color CSS Codes

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

#f966ed Text Font Color

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

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


#f966ed Background Color

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

This div background color is #f966ed


#f966ed Border Color

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

This div border color is #f966ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f966ed


Comments

No comments written yet.

Please login to write comment.