Color Hex Logo

#f63552 Color Hex

#F63552
(246,53,82)
0 Favorites   0 Comments

Color spaces of #f63552

RGB 2465382
HSL0.970.910.59
HSV351°78°96°
CMYK 0.000.780.67   0.04
XYZ40.802122.748210.2230
Yxy22.74820.55310.3084
Hunter Lab47.695169.236520.6783
CIE-Lab54.812071.958131.1885

#f63552 color RGB value is (246,53,82).

#f63552 hex color red value is 246, green value is 53 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #f63552 hue: 0.97 , saturation: 0.91 and the lightness value of f63552 is 0.59.

The process color (four color CMYK) of #f63552 color hex is 0.00, 0.78, 0.67, 0.04. Web safe color of #f63552 is #ff3366. Color #f63552 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 00110101 01010010
Octal 366 65 122
Decimal 246 53 82
Hex F6 35 52

RGB Percentages of Color #f63552

%64.57
%13.91
%21.52

CMYK Percentages of Color #f63552

%0
%78
%67
%4

Triadic Colors of #f63552

#f63552 #52f635 #3552f6

Analogous Colors of #f63552

#f63552 #f67935 #f635b3

Monochromatic Colors of #f63552

#f63552

Complementary Color

#f63552 #35f6d9

#f63552 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f63552 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f63552 Color CSS Codes

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

#f63552 Text Font Color

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

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


#f63552 Background Color

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

This div background color is #f63552


#f63552 Border Color

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

This div border color is #f63552


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(246,53,82, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f63552; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f63552;
  -webkit-box-shadow: 1px 1px 3px 2px #f63552;
  box-shadow:         1px 1px 3px 2px #f63552; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(246,53,82, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f63552


Comments

No comments written yet.

Please login to write comment.