Color Hex Logo

#f950be Color Hex

#F950BE
(249,80,190)
0 Favorites   0 Comments

Color spaces of #f950be

RGB 24980190
HSL0.890.930.65
HSV321°68°98°
CMYK 0.000.680.24   0.02
XYZ51.229829.594851.7274
Yxy29.59480.38650.2233
Hunter Lab54.401172.8924-18.2952
CIE-Lab61.303073.7071-22.7760

#f950be color RGB value is (249,80,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 01010000 10111110
Octal 371 120 276
Decimal 249 80 190
Hex F9 50 BE

RGB Percentages of Color #f950be

%47.98
%15.41
%36.61

CMYK Percentages of Color #f950be

%0
%68
%24
%2

Triadic Colors of #f950be

#f950be #bef950 #50bef9

Analogous Colors of #f950be

#f950be #f9506a #e050f9

Monochromatic Colors of #f950be

#f950be

Complementary Color

#f950be #50f98b

#f950be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f950be Color Preview on White Background

Lorem ipsum dolor sit amet.

#f950be Color CSS Codes

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

#f950be Text Font Color

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

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


#f950be Background Color

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

This div background color is #f950be


#f950be Border Color

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

This div border color is #f950be


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(249,80,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 #f950be">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f950be


Comments

No comments written yet.

Please login to write comment.