Color Hex Logo

#f960be Color Hex

#F960BE
(249,96,190)
0 Favorites   0 Comments

Color spaces of #f960be

RGB 24996190
HSL0.900.930.68
HSV323°61°98°
CMYK 0.000.610.24   0.02
XYZ52.544132.223252.1655
Yxy32.22320.38370.2353
Hunter Lab56.765565.8862-14.7496
CIE-Lab63.526967.5717-19.3810

#f960be color RGB value is (249,96,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 01100000 10111110
Octal 371 140 276
Decimal 249 96 190
Hex F9 60 BE

RGB Percentages of Color #f960be

%46.54
%17.94
%35.51

CMYK Percentages of Color #f960be

%0
%61
%24
%2

Triadic Colors of #f960be

#f960be #bef960 #60bef9

Analogous Colors of #f960be

#f960be #f96072 #e860f9

Monochromatic Colors of #f960be

#f960be

Complementary Color

#f960be #60f99b

#f960be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f960be Color Preview on White Background

Lorem ipsum dolor sit amet.

#f960be Color CSS Codes

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

#f960be Text Font Color

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

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


#f960be Background Color

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

This div background color is #f960be


#f960be Border Color

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

This div border color is #f960be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f960be


Comments

No comments written yet.

Please login to write comment.