Color Hex Logo

#f6285b Color Hex

#F6285B
(246,40,91)
0 Favorites   0 Comments

Color spaces of #f6285b

RGB 2464091
HSL0.960.920.56
HSV345°84°96°
CMYK 0.000.840.63   0.04
XYZ40.653221.865711.9754
Yxy21.86570.54570.2935
Hunter Lab46.760873.354217.5484
CIE-Lab53.884275.497924.6663

#f6285b color RGB value is (246,40,91).

#f6285b hex color red value is 246, green value is 40 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #f6285b hue: 0.96 , saturation: 0.92 and the lightness value of f6285b is 0.56.

The process color (four color CMYK) of #f6285b color hex is 0.00, 0.84, 0.63, 0.04. Web safe color of #f6285b is #ff3366. Color #f6285b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 00101000 01011011
Octal 366 50 133
Decimal 246 40 91
Hex F6 28 5B

RGB Percentages of Color #f6285b

%65.25
%10.61
%24.14

CMYK Percentages of Color #f6285b

%0
%84
%63
%4

Triadic Colors of #f6285b

#f6285b #5bf628 #285bf6

Analogous Colors of #f6285b

#f6285b #f65c28 #f628c2

Monochromatic Colors of #f6285b

#f6285b

Complementary Color

#f6285b #28f6c3

#f6285b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f6285b Color Preview on White Background

Lorem ipsum dolor sit amet.

#f6285b Color CSS Codes

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

#f6285b Text Font Color

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

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


#f6285b Background Color

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

This div background color is #f6285b


#f6285b Border Color

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

This div border color is #f6285b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f6285b


Comments

No comments written yet.

Please login to write comment.