Color Hex Logo

#f12add Color Hex

#F12ADD
(241,42,221)
0 Favorites   0 Comments

Color spaces of #f12add

RGB 24142221
HSL0.850.880.55
HSV306°83°95°
CMYK 0.000.830.08   0.05
XYZ50.154725.577270.7000
Yxy25.57720.34250.1747
Hunter Lab50.573988.5161-47.4830
CIE-Lab57.633586.6572-46.2331

#f12add color RGB value is (241,42,221).

#f12add hex color red value is 241, green value is 42 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #f12add hue: 0.85 , saturation: 0.88 and the lightness value of f12add is 0.55.

The process color (four color CMYK) of #f12add color hex is 0.00, 0.83, 0.08, 0.05. Web safe color of #f12add is #ff33cc. Color #f12add contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 00101010 11011101
Octal 361 52 335
Decimal 241 42 221
Hex F1 2A DD

RGB Percentages of Color #f12add

%47.82
%8.33
%43.85

CMYK Percentages of Color #f12add

%0
%83
%8
%5

Triadic Colors of #f12add

#f12add #ddf12a #2addf1

Analogous Colors of #f12add

#f12add #f12a7a #a22af1

Monochromatic Colors of #f12add

#f12add

Complementary Color

#f12add #2af13e

#f12add Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f12add Color Preview on White Background

Lorem ipsum dolor sit amet.

#f12add Color CSS Codes

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

#f12add Text Font Color

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

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


#f12add Background Color

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

This div background color is #f12add


#f12add Border Color

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

This div border color is #f12add


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(241,42,221, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f12add; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f12add;
  -webkit-box-shadow: 1px 1px 3px 2px #f12add;
  box-shadow:         1px 1px 3px 2px #f12add; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(241,42,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f12add


Comments

No comments written yet.

Please login to write comment.