Color Hex Logo

#f958bf Color Hex

#F958BF
(249,88,191)
0 Favorites   0 Comments

Color spaces of #f958bf

RGB 24988191
HSL0.890.930.66
HSV322°65°98°
CMYK 0.000.650.23   0.02
XYZ51.960630.880852.5122
Yxy30.88080.38390.2281
Hunter Lab55.570569.6562-17.1277
CIE-Lab62.406970.8748-21.6581

#f958bf color RGB value is (249,88,191).

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

The process color (four color CMYK) of #f958bf color hex is 0.00, 0.65, 0.23, 0.02. Web safe color of #f958bf is #ff66cc. Color #f958bf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 01011000 10111111
Octal 371 130 277
Decimal 249 88 191
Hex F9 58 BF

RGB Percentages of Color #f958bf

%47.16
%16.67
%36.17

CMYK Percentages of Color #f958bf

%0
%65
%23
%2

Triadic Colors of #f958bf

#f958bf #bff958 #58bff9

Analogous Colors of #f958bf

#f958bf #f9586f #e358f9

Monochromatic Colors of #f958bf

#f958bf

Complementary Color

#f958bf #58f992

#f958bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f958bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f958bf Color CSS Codes

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

#f958bf Text Font Color

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

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


#f958bf Background Color

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

This div background color is #f958bf


#f958bf Border Color

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

This div border color is #f958bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f958bf


Comments

No comments written yet.

Please login to write comment.