Color Hex Logo

#f6515b Color Hex

#F6515B
(246,81,91)
0 Favorites   0 Comments

Color spaces of #f6515b

RGB 2468191
HSL0.990.900.64
HSV356°67°96°
CMYK 0.000.670.63   0.04
XYZ42.836826.233012.7033
Yxy26.23300.52380.3208
Hunter Lab51.218259.658421.1474
CIE-Lab58.257663.275030.3031

#f6515b color RGB value is (246,81,91).

#f6515b hex color red value is 246, green value is 81 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #f6515b hue: 0.99 , saturation: 0.90 and the lightness value of f6515b is 0.64.

The process color (four color CMYK) of #f6515b color hex is 0.00, 0.67, 0.63, 0.04. Web safe color of #f6515b is #ff6666. Color #f6515b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 01010001 01011011
Octal 366 121 133
Decimal 246 81 91
Hex F6 51 5B

RGB Percentages of Color #f6515b

%58.85
%19.38
%21.77

CMYK Percentages of Color #f6515b

%0
%67
%63
%4

Triadic Colors of #f6515b

#f6515b #5bf651 #515bf6

Analogous Colors of #f6515b

#f6515b #f69a51 #f651ae

Monochromatic Colors of #f6515b

#f6515b

Complementary Color

#f6515b #51f6ec

#f6515b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f6515b Color Preview on White Background

Lorem ipsum dolor sit amet.

#f6515b Color CSS Codes

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

#f6515b Text Font Color

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

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


#f6515b Background Color

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

This div background color is #f6515b


#f6515b Border Color

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

This div border color is #f6515b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f6515b


Comments

No comments written yet.

Please login to write comment.