Color Hex Logo

#f46896 Color Hex

#F46896
(244,104,150)
0 Favorites   0 Comments

Color spaces of #f46896

RGB 244104150
HSL0.950.860.68
HSV340°57°96°
CMYK 0.000.570.39   0.04
XYZ47.763631.335732.3851
Yxy31.33570.42840.2811
Hunter Lab55.978354.34354.8838
CIE-Lab62.790057.90542.3416

#f46896 color RGB value is (244,104,150).

#f46896 hex color red value is 244, green value is 104 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #f46896 hue: 0.95 , saturation: 0.86 and the lightness value of f46896 is 0.68.

The process color (four color CMYK) of #f46896 color hex is 0.00, 0.57, 0.39, 0.04. Web safe color of #f46896 is #ff6699. Color #f46896 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 01101000 10010110
Octal 364 150 226
Decimal 244 104 150
Hex F4 68 96

RGB Percentages of Color #f46896

%49.00
%20.88
%30.12

CMYK Percentages of Color #f46896

%0
%57
%39
%4

Triadic Colors of #f46896

#f46896 #96f468 #6896f4

Analogous Colors of #f46896

#f46896 #f48068 #f468dc

Monochromatic Colors of #f46896

#f46896

Complementary Color

#f46896 #68f4c6

#f46896 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f46896 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f46896 Color CSS Codes

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

#f46896 Text Font Color

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

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


#f46896 Background Color

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

This div background color is #f46896


#f46896 Border Color

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

This div border color is #f46896


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(244,104,150, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f46896; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f46896;
  -webkit-box-shadow: 1px 1px 3px 2px #f46896;
  box-shadow:         1px 1px 3px 2px #f46896; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f46896


Comments

No comments written yet.

Please login to write comment.