color codes Logo

#f6428d color codes

#F6428D
(246,66,141)
0 Favorites   0 Comments

Color spaces of #f6428d

RGB 24666141
HSL0.930.910.61
HSV335°73°96°
CMYK 0.000.730.43   0.04
XYZ44.762025.412327.7452
Yxy25.41230.45710.2595
Hunter Lab50.410670.28012.6552
CIE-Lab57.475072.3073-0.1152

#f6428d color RGB value is (246,66,141).

#f6428d hex color red value is 246, green value is 66 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #f6428d hue: 0.93 , saturation: 0.91 and the lightness value of f6428d is 0.61.

The process color (four color CMYK) of #f6428d color code is 0.00, 0.73, 0.43, 0.04. Web safe color of #f6428d is #ff3399. Color #f6428d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 01000010 10001101
Octal 366 102 215
Decimal 246 66 141
Hex F6 42 8D

RGB Percentages of Color #f6428d

%54.30
%14.57
%31.13

CMYK Percentages of Color #f6428d

%0
%73
%43
%4

Triadic Colors of #f6428d

#f6428d #8df642 #428df6

Analogous Colors of #f6428d

#f6428d #f65142 #f642e7

Monochromatic Colors of #f6428d

#f6428d

Complementary Color

#f6428d #42f6ab

#f6428d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f6428d Color Preview on White Background

Lorem ipsum dolor sit amet.

#f6428d Color CSS Codes

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

#f6428d Text Font Color

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

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


#f6428d Background Color

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

This div background color is #f6428d


#f6428d Border Color

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

This div border color is #f6428d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f6428d


Comments

No comments written yet.

Please login to write comment.