Color Hex Logo

#f674cc Color Hex

#F674CC
(246,116,204)
0 Favorites   0 Comments

Color spaces of #f674cc

RGB 246116204
HSL0.890.880.71
HSV319°53°96°
CMYK 0.000.530.17   0.04
XYZ55.150536.443261.2542
Yxy36.44320.36080.2384
Hunter Lab60.368257.4277-17.9024
CIE-Lab66.857259.8931-22.2459

#f674cc color RGB value is (246,116,204).

#f674cc hex color red value is 246, green value is 116 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #f674cc hue: 0.89 , saturation: 0.88 and the lightness value of f674cc is 0.71.

The process color (four color CMYK) of #f674cc color hex is 0.00, 0.53, 0.17, 0.04. Web safe color of #f674cc is #ff66cc. Color #f674cc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 01110100 11001100
Octal 366 164 314
Decimal 246 116 204
Hex F6 74 CC

RGB Percentages of Color #f674cc

%43.46
%20.49
%36.04

CMYK Percentages of Color #f674cc

%0
%53
%17
%4

Triadic Colors of #f674cc

#f674cc #ccf674 #74ccf6

Analogous Colors of #f674cc

#f674cc #f6748b #df74f6

Monochromatic Colors of #f674cc

#f674cc

Complementary Color

#f674cc #74f69e

#f674cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f674cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f674cc Color CSS Codes

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

#f674cc Text Font Color

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

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


#f674cc Background Color

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

This div background color is #f674cc


#f674cc Border Color

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

This div border color is #f674cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f674cc

Related Colors


Comments

No comments written yet.

Please login to write comment.