Color Hex Logo

#f972cd Color Hex

#F972CD
(249,114,205)
0 Favorites   0 Comments

Color spaces of #f972cd

RGB 249114205
HSL0.890.920.71
HSV320°54°98°
CMYK 0.000.540.18   0.02
XYZ56.103736.582161.8617
Yxy36.58210.36300.2367
Hunter Lab60.483159.7298-18.3032
CIE-Lab66.962361.8289-22.6087

#f972cd color RGB value is (249,114,205).

#f972cd hex color red value is 249, green value is 114 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #f972cd hue: 0.89 , saturation: 0.92 and the lightness value of f972cd is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 01110010 11001101
Octal 371 162 315
Decimal 249 114 205
Hex F9 72 CD

RGB Percentages of Color #f972cd

%43.84
%20.07
%36.09

CMYK Percentages of Color #f972cd

%0
%54
%18
%2

Triadic Colors of #f972cd

#f972cd #cdf972 #72cdf9

Analogous Colors of #f972cd

#f972cd #f9728a #e272f9

Monochromatic Colors of #f972cd

#f972cd

Complementary Color

#f972cd #72f99e

#f972cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f972cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f972cd Color CSS Codes

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

#f972cd Text Font Color

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

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


#f972cd Background Color

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

This div background color is #f972cd


#f972cd Border Color

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

This div border color is #f972cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f972cd


Comments

No comments written yet.

Please login to write comment.