color codes Logo

#f031cc color codes

#F031CC
(240,49,204)
0 Favorites   0 Comments

Color spaces of #f031cc

RGB 24049204
HSL0.860.860.57
HSV311°80°94°
CMYK 0.000.800.15   0.06
XYZ47.932625.081559.4416
Yxy25.08150.36190.1894
Hunter Lab50.081483.1986-35.3142
CIE-Lab57.154782.6636-37.3294

#f031cc color RGB value is (240,49,204).

#f031cc hex color red value is 240, green value is 49 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #f031cc hue: 0.86 , saturation: 0.86 and the lightness value of f031cc is 0.57.

The process color (four color CMYK) of #f031cc color code is 0.00, 0.80, 0.15, 0.06. Web safe color of #f031cc is #ff33cc. Color #f031cc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 00110001 11001100
Octal 360 61 314
Decimal 240 49 204
Hex F0 31 CC

RGB Percentages of Color #f031cc

%48.68
%9.94
%41.38

CMYK Percentages of Color #f031cc

%0
%80
%15
%6

Triadic Colors of #f031cc

#f031cc #ccf031 #31ccf0

Analogous Colors of #f031cc

#f031cc #f0316d #b531f0

Monochromatic Colors of #f031cc

#f031cc

Complementary Color

#f031cc #31f055

#f031cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f031cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f031cc Color CSS Codes

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

#f031cc Text Font Color

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

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


#f031cc Background Color

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

This div background color is #f031cc


#f031cc Border Color

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

This div border color is #f031cc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(240,49,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 #f031cc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f031cc


Comments

No comments written yet.

Please login to write comment.