Color Hex Logo

#f6025d Color Hex

#F6025D
(246,2,93)
0 Favorites   0 Comments

Color spaces of #f6025d

RGB 246293
HSL0.940.980.49
HSV338°99°96°
CMYK 0.000.990.62   0.04
XYZ40.003520.426612.1902
Yxy20.42660.55090.2813
Hunter Lab45.195878.900515.6454
CIE-Lab52.316180.239221.3931

#f6025d color RGB value is (246,2,93).

#f6025d hex color red value is 246, green value is 2 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #f6025d hue: 0.94 , saturation: 0.98 and the lightness value of f6025d is 0.49.

The process color (four color CMYK) of #f6025d color hex is 0.00, 0.99, 0.62, 0.04. Web safe color of #f6025d is #ff0066. Color #f6025d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 00000010 01011101
Octal 366 2 135
Decimal 246 2 93
Hex F6 2 5D

RGB Percentages of Color #f6025d

%72.14
%0.59
%27.27

CMYK Percentages of Color #f6025d

%0
%99
%62
%4

Triadic Colors of #f6025d

#f6025d #5df602 #025df6

Analogous Colors of #f6025d

#f6025d #f62102 #f602d7

Monochromatic Colors of #f6025d

#f6025d

Complementary Color

#f6025d #02f69b

#f6025d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f6025d Color Preview on White Background

Lorem ipsum dolor sit amet.

#f6025d Color CSS Codes

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

#f6025d Text Font Color

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

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


#f6025d Background Color

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

This div background color is #f6025d


#f6025d Border Color

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

This div border color is #f6025d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f6025d


Comments

No comments written yet.

Please login to write comment.