color codes Logo

#f62b5e color codes

#F62B5E
(246,43,94)
0 Favorites   0 Comments

Color spaces of #f62b5e

RGB 2464394
HSL0.960.920.57
HSV345°83°96°
CMYK 0.000.830.62   0.04
XYZ40.890322.128712.7058
Yxy22.12870.54000.2922
Hunter Lab47.041272.838316.9146
CIE-Lab54.163375.026023.2376

#f62b5e color RGB value is (246,43,94).

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

The process color (four color CMYK) of #f62b5e color code is 0.00, 0.83, 0.62, 0.04. Web safe color of #f62b5e is #ff3366. Color #f62b5e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 00101011 01011110
Octal 366 53 136
Decimal 246 43 94
Hex F6 2B 5E

RGB Percentages of Color #f62b5e

%64.23
%11.23
%24.54

CMYK Percentages of Color #f62b5e

%0
%83
%62
%4

Triadic Colors of #f62b5e

#f62b5e #5ef62b #2b5ef6

Analogous Colors of #f62b5e

#f62b5e #f65e2b #f62bc4

Monochromatic Colors of #f62b5e

#f62b5e

Complementary Color

#f62b5e #2bf6c3

#f62b5e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f62b5e Color Preview on White Background

Lorem ipsum dolor sit amet.

#f62b5e Color CSS Codes

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

#f62b5e Text Font Color

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

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


#f62b5e Background Color

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

This div background color is #f62b5e


#f62b5e Border Color

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

This div border color is #f62b5e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f62b5e


Comments

No comments written yet.

Please login to write comment.