Color Hex Logo

#f61245 Color Hex

#F61245
(246,18,69)
0 Favorites   0 Comments

Color spaces of #f61245

RGB 2461869
HSL0.960.930.52
HSV347°93°96°
CMYK 0.000.930.72   0.04
XYZ39.296520.45517.5073
Yxy20.45510.58430.3041
Hunter Lab45.227375.944921.8175
CIE-Lab52.347977.881735.8304

#f61245 color RGB value is (246,18,69).

#f61245 hex color red value is 246, green value is 18 and the blue value of its RGB is 69. Cylindrical-coordinate representations (also known as HSL) of color #f61245 hue: 0.96 , saturation: 0.93 and the lightness value of f61245 is 0.52.

The process color (four color CMYK) of #f61245 color hex is 0.00, 0.93, 0.72, 0.04. Web safe color of #f61245 is #ff0033. Color #f61245 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 00010010 01000101
Octal 366 22 105
Decimal 246 18 69
Hex F6 12 45

RGB Percentages of Color #f61245

%73.87
%5.41
%20.72

CMYK Percentages of Color #f61245

%0
%93
%72
%4

Triadic Colors of #f61245

#f61245 #45f612 #1245f6

Analogous Colors of #f61245

#f61245 #f65112 #f612b7

Monochromatic Colors of #f61245

#f61245

Complementary Color

#f61245 #12f6c3

#f61245 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f61245 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f61245 Color CSS Codes

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

#f61245 Text Font Color

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

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


#f61245 Background Color

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

This div background color is #f61245


#f61245 Border Color

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

This div border color is #f61245


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f61245


Comments

No comments written yet.

Please login to write comment.