Color Hex Logo

#fc61bf Color Hex

#FC61BF
(252,97,191)
0 Favorites   0 Comments

Color spaces of #fc61bf

RGB 25297191
HSL0.900.960.68
HSV324°62°99°
CMYK 0.000.620.24   0.01
XYZ53.823533.006452.8243
Yxy33.00640.38540.2363
Hunter Lab57.451266.6892-14.2992
CIE-Lab64.166168.1206-18.9351

#fc61bf color RGB value is (252,97,191).

#fc61bf hex color red value is 252, green value is 97 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #fc61bf hue: 0.90 , saturation: 0.96 and the lightness value of fc61bf is 0.68.

The process color (four color CMYK) of #fc61bf color hex is 0.00, 0.62, 0.24, 0.01. Web safe color of #fc61bf is #ff66cc. Color #fc61bf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 01100001 10111111
Octal 374 141 277
Decimal 252 97 191
Hex FC 61 BF

RGB Percentages of Color #fc61bf

%46.67
%17.96
%35.37

CMYK Percentages of Color #fc61bf

%0
%62
%24
%1

Triadic Colors of #fc61bf

#fc61bf #bffc61 #61bffc

Analogous Colors of #fc61bf

#fc61bf #fc6172 #ec61fc

Monochromatic Colors of #fc61bf

#fc61bf

Complementary Color

#fc61bf #61fc9e

#fc61bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc61bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc61bf Color CSS Codes

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

#fc61bf Text Font Color

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

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


#fc61bf Background Color

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

This div background color is #fc61bf


#fc61bf Border Color

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

This div border color is #fc61bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc61bf


Comments

No comments written yet.

Please login to write comment.