Color Hex Logo

#f60045 Color Hex

#F60045
(246,0,69)
0 Favorites   0 Comments

Color spaces of #f60045

RGB 246069
HSL0.951.000.48
HSV343°100°96°
CMYK 0.001.000.72   0.04
XYZ39.080220.02257.4352
Yxy20.02250.58730.3009
Hunter Lab44.746577.589921.4708
CIE-Lab51.862679.288735.2571

#f60045 color RGB value is (246,0,69).

#f60045 hex color red value is 246, green value is 0 and the blue value of its RGB is 69. Cylindrical-coordinate representations (also known as HSL) of color #f60045 hue: 0.95 , saturation: 1.00 and the lightness value of f60045 is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 11110110 00000000 01000101
Octal 366 0 105
Decimal 246 0 69
Hex F6 0 45

RGB Percentages of Color #f60045

%78.10
%0.00
%21.90

CMYK Percentages of Color #f60045

%0
%100
%72
%4

Triadic Colors of #f60045

#f60045 #45f600 #0045f6

Analogous Colors of #f60045

#f60045 #f63600 #f600c0

Monochromatic Colors of #f60045

#f60045

Complementary Color

#f60045 #00f6b1

#f60045 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f60045 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f60045 Color CSS Codes

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

#f60045 Text Font Color

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

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


#f60045 Background Color

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

This div background color is #f60045


#f60045 Border Color

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

This div border color is #f60045


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f60045


Comments

No comments written yet.

Please login to write comment.