Color Hex Logo

#f6247d Color Hex

#F6247D
(246,36,125)
0 Favorites   0 Comments

Color spaces of #f6247d

RGB 24636125
HSL0.930.920.55
HSV335°85°96°
CMYK 0.000.850.49   0.04
XYZ42.338622.335321.4817
Yxy22.33530.49140.2592
Hunter Lab47.260277.20586.1324
CIE-Lab54.381078.49254.9162

#f6247d color RGB value is (246,36,125).

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

The process color (four color CMYK) of #f6247d color hex is 0.00, 0.85, 0.49, 0.04. Web safe color of #f6247d is #ff3366. Color #f6247d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 00100100 01111101
Octal 366 44 175
Decimal 246 36 125
Hex F6 24 7D

RGB Percentages of Color #f6247d

%60.44
%8.85
%30.71

CMYK Percentages of Color #f6247d

%0
%85
%49
%4

Triadic Colors of #f6247d

#f6247d #7df624 #247df6

Analogous Colors of #f6247d

#f6247d #f63424 #f624e6

Monochromatic Colors of #f6247d

#f6247d

Complementary Color

#f6247d #24f69d

#f6247d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f6247d Color Preview on White Background

Lorem ipsum dolor sit amet.

#f6247d Color CSS Codes

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

#f6247d Text Font Color

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

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


#f6247d Background Color

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

This div background color is #f6247d


#f6247d Border Color

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

This div border color is #f6247d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f6247d


Comments

No comments written yet.

Please login to write comment.