Color Hex Logo

#f712f0 Color Hex

#F712F0
(247,18,240)
0 Favorites   0 Comments

Color spaces of #f712f0

RGB 24718240
HSL0.840.930.52
HSV302°93°97°
CMYK 0.000.930.03   0.03
XYZ54.302326.498084.6907
Yxy26.49800.32810.1601
Hunter Lab51.476298.2165-61.5129
CIE-Lab58.506893.7373-55.4712

#f712f0 color RGB value is (247,18,240).

#f712f0 hex color red value is 247, green value is 18 and the blue value of its RGB is 240. Cylindrical-coordinate representations (also known as HSL) of color #f712f0 hue: 0.84 , saturation: 0.93 and the lightness value of f712f0 is 0.52.

The process color (four color CMYK) of #f712f0 color hex is 0.00, 0.93, 0.03, 0.03. Web safe color of #f712f0 is #ff00ff. Color #f712f0 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110111 00010010 11110000
Octal 367 22 360
Decimal 247 18 240
Hex F7 12 F0

RGB Percentages of Color #f712f0

%48.91
%3.56
%47.52

CMYK Percentages of Color #f712f0

%0
%93
%3
%3

Triadic Colors of #f712f0

#f712f0 #f0f712 #12f0f7

Analogous Colors of #f712f0

#f712f0 #f7127e #8c12f7

Monochromatic Colors of #f712f0

#f712f0

Complementary Color

#f712f0 #12f719

#f712f0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f712f0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f712f0 Color CSS Codes

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

#f712f0 Text Font Color

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

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


#f712f0 Background Color

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

This div background color is #f712f0


#f712f0 Border Color

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

This div border color is #f712f0


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(247,18,240, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f712f0

Related Colors


Comments

No comments written yet.

Please login to write comment.