Color Hex Logo

#f6235a Color Hex

#F6235A
(246,35,90)
0 Favorites   0 Comments

Color spaces of #f6235a

RGB 2463590
HSL0.960.920.55
HSV344°86°96°
CMYK 0.000.860.63   0.04
XYZ40.452521.533111.6971
Yxy21.53310.54900.2922
Hunter Lab46.403874.400817.5373
CIE-Lab53.528176.412124.8003

#f6235a color RGB value is (246,35,90).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110110 00100011 01011010
Octal 366 43 132
Decimal 246 35 90
Hex F6 23 5A

RGB Percentages of Color #f6235a

%66.31
%9.43
%24.26

CMYK Percentages of Color #f6235a

%0
%86
%63
%4

Triadic Colors of #f6235a

#f6235a #5af623 #235af6

Analogous Colors of #f6235a

#f6235a #f65623 #f623c4

Monochromatic Colors of #f6235a

#f6235a

Complementary Color

#f6235a #23f6bf

#f6235a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f6235a Color Preview on White Background

Lorem ipsum dolor sit amet.

#f6235a Color CSS Codes

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

#f6235a Text Font Color

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

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


#f6235a Background Color

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

This div background color is #f6235a


#f6235a Border Color

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

This div border color is #f6235a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f6235a


Comments

No comments written yet.

Please login to write comment.