Color Hex Logo

#f951cd Color Hex

#F951CD
(249,81,205)
0 Favorites   0 Comments

Color spaces of #f951cd

RGB 24981205
HSL0.880.930.65
HSV316°67°98°
CMYK 0.000.670.18   0.02
XYZ53.028830.432460.8367
Yxy30.43240.36750.2109
Hunter Lab55.165675.0463-26.7692
CIE-Lab62.025575.3012-30.2004

#f951cd color RGB value is (249,81,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 01010001 11001101
Octal 371 121 315
Decimal 249 81 205
Hex F9 51 CD

RGB Percentages of Color #f951cd

%46.54
%15.14
%38.32

CMYK Percentages of Color #f951cd

%0
%67
%18
%2

Triadic Colors of #f951cd

#f951cd #cdf951 #51cdf9

Analogous Colors of #f951cd

#f951cd #f95179 #d151f9

Monochromatic Colors of #f951cd

#f951cd

Complementary Color

#f951cd #51f97d

#f951cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f951cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f951cd Color CSS Codes

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

#f951cd Text Font Color

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

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


#f951cd Background Color

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

This div background color is #f951cd


#f951cd Border Color

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

This div border color is #f951cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f951cd


Comments

No comments written yet.

Please login to write comment.