Color Hex Logo

#fc499b Color Hex

#FC499B
(252,73,155)
0 Favorites   0 Comments

Color spaces of #fc499b

RGB 25273155
HSL0.920.970.64
HSV333°71°99°
CMYK 0.000.710.38   0.01
XYZ48.443827.827133.8282
Yxy27.82710.44000.2527
Hunter Lab52.751471.6090-1.0953
CIE-Lab59.732272.9636-4.8847

#fc499b color RGB value is (252,73,155).

#fc499b hex color red value is 252, green value is 73 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #fc499b hue: 0.92 , saturation: 0.97 and the lightness value of fc499b is 0.64.

The process color (four color CMYK) of #fc499b color hex is 0.00, 0.71, 0.38, 0.01. Web safe color of #fc499b is #ff3399. Color #fc499b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 01001001 10011011
Octal 374 111 233
Decimal 252 73 155
Hex FC 49 9B

RGB Percentages of Color #fc499b

%52.50
%15.21
%32.29

CMYK Percentages of Color #fc499b

%0
%71
%38
%1

Triadic Colors of #fc499b

#fc499b #9bfc49 #499bfc

Analogous Colors of #fc499b

#fc499b #fc5149 #fc49f5

Monochromatic Colors of #fc499b

#fc499b

Complementary Color

#fc499b #49fcaa

#fc499b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc499b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc499b Color CSS Codes

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

#fc499b Text Font Color

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

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


#fc499b Background Color

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

This div background color is #fc499b


#fc499b Border Color

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

This div border color is #fc499b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(252,73,155, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc499b


Comments

No comments written yet.

Please login to write comment.