Color Hex Logo

#f952bf Color Hex

#F952BF
(249,82,191)
0 Favorites   0 Comments

Color spaces of #f952bf

RGB 24982191
HSL0.890.930.65
HSV321°67°98°
CMYK 0.000.670.23   0.02
XYZ51.488229.935952.3547
Yxy29.93590.38490.2238
Hunter Lab54.713772.2280-18.4341
CIE-Lab61.598973.1148-22.8942

#f952bf color RGB value is (249,82,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 01010010 10111111
Octal 371 122 277
Decimal 249 82 191
Hex F9 52 BF

RGB Percentages of Color #f952bf

%47.70
%15.71
%36.59

CMYK Percentages of Color #f952bf

%0
%67
%23
%2

Triadic Colors of #f952bf

#f952bf #bff952 #52bff9

Analogous Colors of #f952bf

#f952bf #f9526c #e052f9

Monochromatic Colors of #f952bf

#f952bf

Complementary Color

#f952bf #52f98c

#f952bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f952bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f952bf Color CSS Codes

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

#f952bf Text Font Color

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

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


#f952bf Background Color

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

This div background color is #f952bf


#f952bf Border Color

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

This div border color is #f952bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f952bf

Related Colors


Comments

No comments written yet.

Please login to write comment.