Color Hex Logo

#f6275e Color Hex

#F6275E
(246,39,94)
0 Favorites   0 Comments

Color spaces of #f6275e

RGB 2463994
HSL0.960.920.56
HSV344°84°96°
CMYK 0.000.840.62   0.04
XYZ40.751921.852012.6597
Yxy21.85200.54150.2903
Hunter Lab46.746173.805416.6655
CIE-Lab53.869675.865522.8496

#f6275e color RGB value is (246,39,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110110 00100111 01011110
Octal 366 47 136
Decimal 246 39 94
Hex F6 27 5E

RGB Percentages of Color #f6275e

%64.91
%10.29
%24.80

CMYK Percentages of Color #f6275e

%0
%84
%62
%4

Triadic Colors of #f6275e

#f6275e #5ef627 #275ef6

Analogous Colors of #f6275e

#f6275e #f65827 #f627c6

Monochromatic Colors of #f6275e

#f6275e

Complementary Color

#f6275e #27f6bf

#f6275e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f6275e Color Preview on White Background

Lorem ipsum dolor sit amet.

#f6275e Color CSS Codes

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

#f6275e Text Font Color

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

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


#f6275e Background Color

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

This div background color is #f6275e


#f6275e Border Color

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

This div border color is #f6275e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f6275e


Comments

No comments written yet.

Please login to write comment.