Color Hex Logo

#f6254b Color Hex

#F6254B
(246,37,75)
0 Favorites   0 Comments

Color spaces of #f6254b

RGB 2463775
HSL0.970.920.55
HSV349°85°96°
CMYK 0.000.850.70   0.04
XYZ39.937621.42408.6869
Yxy21.42400.57010.3058
Hunter Lab46.286173.016821.2728
CIE-Lab53.410475.316533.5742

#f6254b color RGB value is (246,37,75).

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

The process color (four color CMYK) of #f6254b color hex is 0.00, 0.85, 0.70, 0.04. Web safe color of #f6254b is #ff3333. Color #f6254b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 00100101 01001011
Octal 366 45 113
Decimal 246 37 75
Hex F6 25 4B

RGB Percentages of Color #f6254b

%68.72
%10.34
%20.95

CMYK Percentages of Color #f6254b

%0
%85
%70
%4

Triadic Colors of #f6254b

#f6254b #4bf625 #254bf6

Analogous Colors of #f6254b

#f6254b #f66825 #f625b4

Monochromatic Colors of #f6254b

#f6254b

Complementary Color

#f6254b #25f6d0

#f6254b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f6254b Color Preview on White Background

Lorem ipsum dolor sit amet.

#f6254b Color CSS Codes

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

#f6254b Text Font Color

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

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


#f6254b Background Color

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

This div background color is #f6254b


#f6254b Border Color

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

This div border color is #f6254b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f6254b


Comments

No comments written yet.

Please login to write comment.