Color Hex Logo

#f960ef Color Hex

#F960EF
(249,96,239)
0 Favorites   0 Comments

Color spaces of #f960ef

RGB 24996239
HSL0.840.930.68
HSV304°61°98°
CMYK 0.000.610.04   0.02
XYZ58.829834.737585.2657
Yxy34.73750.32900.1942
Hunter Lab58.938575.0283-44.5172
CIE-Lab65.543874.6294-43.7537

#f960ef color RGB value is (249,96,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 01100000 11101111
Octal 371 140 357
Decimal 249 96 239
Hex F9 60 EF

RGB Percentages of Color #f960ef

%42.64
%16.44
%40.92

CMYK Percentages of Color #f960ef

%0
%61
%4
%2

Triadic Colors of #f960ef

#f960ef #eff960 #60eff9

Analogous Colors of #f960ef

#f960ef #f960a3 #b760f9

Monochromatic Colors of #f960ef

#f960ef

Complementary Color

#f960ef #60f96a

#f960ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f960ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#f960ef Color CSS Codes

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

#f960ef Text Font Color

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

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


#f960ef Background Color

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

This div background color is #f960ef


#f960ef Border Color

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

This div border color is #f960ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f960ef


Comments

No comments written yet.

Please login to write comment.