Color Hex Logo

#f60315 Color Hex

#F60315
(246,3,21)
0 Favorites   0 Comments

Color spaces of #f60315

RGB 246321
HSL0.990.980.49
HSV356°99°96°
CMYK 0.000.990.91   0.04
XYZ38.174019.71212.5023
Yxy19.71210.63210.3264
Hunter Lab44.398375.778627.7372
CIE-Lab51.510177.911859.5347

#f60315 color RGB value is (246,3,21).

#f60315 hex color red value is 246, green value is 3 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #f60315 hue: 0.99 , saturation: 0.98 and the lightness value of f60315 is 0.49.

The process color (four color CMYK) of #f60315 color hex is 0.00, 0.99, 0.91, 0.04. Web safe color of #f60315 is #ff0000. Color #f60315 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 00000011 00010101
Octal 366 3 25
Decimal 246 3 21
Hex F6 3 15

RGB Percentages of Color #f60315

%91.11
%1.11
%7.78

CMYK Percentages of Color #f60315

%0
%99
%91
%4

Triadic Colors of #f60315

#f60315 #15f603 #0315f6

Analogous Colors of #f60315

#f60315 #f66b03 #f6038f

Monochromatic Colors of #f60315

#f60315

Complementary Color

#f60315 #03f6e4

#f60315 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f60315 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f60315 Color CSS Codes

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

#f60315 Text Font Color

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

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


#f60315 Background Color

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

This div background color is #f60315


#f60315 Border Color

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

This div border color is #f60315


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f60315


Comments

No comments written yet.

Please login to write comment.