Color Hex Logo

#fc065a Color Hex

#FC065A
(252,6,90)
0 Favorites   0 Comments

Color spaces of #fc065a

RGB 252690
HSL0.940.980.51
HSV340°98°99°
CMYK 0.000.980.64   0.01
XYZ42.055521.563911.6185
Yxy21.56390.55900.2866
Hunter Lab46.436980.393417.6715
CIE-Lab53.561281.172925.0709

#fc065a color RGB value is (252,6,90).

#fc065a hex color red value is 252, green value is 6 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #fc065a hue: 0.94 , saturation: 0.98 and the lightness value of fc065a is 0.51.

The process color (four color CMYK) of #fc065a color hex is 0.00, 0.98, 0.64, 0.01. Web safe color of #fc065a is #ff0066. Color #fc065a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 00000110 01011010
Octal 374 6 132
Decimal 252 6 90
Hex FC 6 5A

RGB Percentages of Color #fc065a

%72.41
%1.72
%25.86

CMYK Percentages of Color #fc065a

%0
%98
%64
%1

Triadic Colors of #fc065a

#fc065a #5afc06 #065afc

Analogous Colors of #fc065a

#fc065a #fc2d06 #fc06d5

Monochromatic Colors of #fc065a

#fc065a

Complementary Color

#fc065a #06fca8

#fc065a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc065a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc065a Color CSS Codes

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

#fc065a Text Font Color

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

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


#fc065a Background Color

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

This div background color is #fc065a


#fc065a Border Color

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

This div border color is #fc065a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc065a


Comments

No comments written yet.

Please login to write comment.